I totally forgot these meaning they wont show up in 2.0
changelogs, so this is a big mistake i have to stop making
Change-Id: I5f998eecbfa8aceab3ee247bb3a00e13820af872
(cherry picked from commit
1ba11863398153760952261adff08d544a508c3a)
.. change::
:tags: bug, general
:tickets: 11417
+ :versions: 2.0.31
Set up full Python 3.13 support to the extent currently possible, repairing
issues within internal language helpers as well as the serializer extension
.. change::
:tags: bug, sql
:tickets: 11471
+ :versions: 2.0.31
Fixed caching issue where using the :meth:`.TextualSelect.add_cte` method
of the :class:`.TextualSelect` construct would not set a correct cache key
.. change::
:tags: bug, mssql
:tickets: 11514
+ :versions: 2.0.32
Fixed issue where SQL Server drivers don't support bound parameters when
rendering the "frame specification" for a window function, e.g. "ROWS
.. change::
:tags: bug, sql
:tickets: 11544
+ :versions: 2.0
Fixed caching issue where the
:paramref:`_sql.Select.with_for_update.key_share` element of
.. change::
:tags: bug, orm, regression
:tickets: 11562
+ :versions: 2.0.32
Fixed regression going back to 1.4 where accessing a collection using the
"dynamic" strategy on a transient object and attempting to query would
.. change::
:tags: bug, reflection, sqlite
:tickets: 11582
+ :versions: 2.0.32
Fixed reflection of computed column in SQLite to properly account
for complex expressions.
.. change::
:tags: usecase, engine
+ :versions: 2.0.31
Modified the internal representation used for adapting asyncio calls to
greenlets to allow for duck-typed compatibility with third party libraries
.. change::
:tags: bug, mypy
- :versions: 2.0
+ :versions: 2.0.32
The deprecated mypy plugin is no longer fully functional with the latest
series of mypy 1.11.0, as changes in the mypy interpreter are no longer