News and Updates
SQLAlchemy 1.4.41 Released
September 07, 2022 permalink
SQLAlchemy 1.4.41 is now available.
Release 1.4.41 includes a variety of bug fixes including an improvement to the asyncpg dialect implementation regarding how invalid or stale database connections are released, as well as a series of small ORM fixes.
The complete changelog for 1.4.41 is at Changelog.
SQLAlchemy 1.4.41 is available on the Download Page.
SQLAlchemy 1.4.40 Released
August 08, 2022 permalink
SQLAlchemy 1.4.40 is now available.
Release 1.4.40 fixes a variety of less common issues, and also adds an improved API for using server side cursors with Connection objects.
The complete changelog for 1.4.40 is at Changelog.
SQLAlchemy 1.4.40 is available on the Download Page.
SQLAlchemy 1.4.39 Released
June 24, 2022 permalink
SQLAlchemy 1.4.39 is now available.
Release 1.4.39 fixes a single issue in 1.4.38 which is that a fix to the sqlalchemy.ext.mutable extension involving pickling failed to accommodate for the previous pickling format, which would impact an in-place upgrade of SQLAlchemy from 1.4.37 to 1.4.38 in an application that refers to existing pickled ORM objects, such as if they were stored in a cache. As SQLAlchemy's creator has at times been hit with this issue in production in days very long ago, we are rushing out a fix in 1.4.39 so that the legacy format for the "mutable" construct will remain consumable.
The complete changelog for 1.4.39 is at Changelog.
SQLAlchemy 1.4.39 is available on the Download Page.
SQLAlchemy 1.4.38 Released
June 23, 2022 permalink
SQLAlchemy 1.4.38 is now available.
Release 1.4.38 is a bug fix release, covering a variety of use-case specific issues. One fix of note involves applications that make direct use of the "lambda statement" construct as a replacement for "baked queries", where a critical thread-oriented race condition that would cause cache corruption specific to lambda statements has been fixed.
The complete changelog for 1.4.38 is at Changelog.
SQLAlchemy 1.4.38 is available on the Download Page.
SQLAlchemy 1.4.37 Released
May 31, 2022 permalink
SQLAlchemy 1.4.37 is now available.
Release 1.4.37 is a bug fix release, covering a variety of use-case specific issues.
The complete changelog for 1.4.37 is at Changelog.
SQLAlchemy 1.4.37 is available on the Download Page.