Hi JensG, I have the following on the Python side I would like to have pushed over the line: - Python housekeeping: https://github.com/apache/thrift/pull/3231 - THRIFT-5885: Python incorrectly deserializes Enum: https://github.com/apache/thrift/pull/3232 - Thrift-5900: Fix Tests for Python 3.14: https://github.com/apache/thrift/pull/3239
And on the C++ side would really like to get this one done: "Unable to build Thrift as a shared library on Windows" https://issues.apache.org/jira/browse/THRIFT-5898 - I have an open PR https://github.com/apache/thrift/pull/3226 that needs some eyes and consideration. - It is a breaking change and I am not sure how many people use the `GlobalOutput` feature of the thrift libs. For that reason I am reconsidering the fix to rather try and add the above but in a backwards compatible way and then deprecating the old way for people to at least have one release to migrate code. A solution to this I think must be implemented for the next release, even if it is not perfect Any feedback will be much appreciated. Regards, Carel On Sun, 16 Nov 2025 at 13:52, Jens Geyer <[email protected]> wrote: > Hi all, > > it is that time of the year again and so I would start putting a 0.23.0 > RC together somewhere in the next two weeks. > > If there are any objections, e.g. because we want to fix/integrate > something first that should make it into that release, just let me/us > know. The date is not set in concrete, it would simply be nice to know > early. > > Have fun, > JensG > > > >
