News and Updates

SQLAlchemy 1.1.14 Released
permalink

SQLAlchemy release 1.1.14 is now available.

This release includes a variety of fixes for the ORM. Two of the issues are critical stability issues involving garbage-collection related bugs that are more likely to be seen within the Pypy interpreter however are not necessarily limited to this platform.

Changelog for 1.1.14 is at Changelog.

SQLAlchemy 1.1.14 is available on the Download Page.

SQLAlchemy 1.1.13 Released
permalink

SQLAlchemy release 1.1.13 is now available.

This release modifies the just-released fix for Oracle "WITH_UNICODE" mode based on feedback from cx_Oracle developers, to resolve a performance regression caused by this change.

Changelog for 1.1.13 is at Changelog.

SQLAlchemy 1.1.13 is available on the Download Page.

SQLAlchemy 1.0.19 Released
permalink

SQLAlchemy release 1.0.19 is now available.

This release modifies the just-released fix for Oracle "WITH_UNICODE" mode based on feedback from cx_Oracle developers, to resolve a performance regression caused by this change.

Changelog for 1.0.19 is at Changelog.

SQLAlchemy 1.0.19 is available on the Download Page.

SQLAlchemy 1.2.0b2 Released
permalink

SQLAlchemy release 1.2.0b2 is now available.

This release repairs an issue in the test suite that would prevent the suite from passing on Python version 3.6.2. The release is made at the same time as that of release 1.0.18 and 1.1.12. Also included are fixes related to ORM use of JSON NULL values, subquery eager loading, and a stability enhancement involving the identity map when used under high concurrency. New keyword options are also introduced on the Sequence construct.

The 1.2.0 series still has some more improvements that should be expected in a 1.2.0b3 release before moving to the final 1.2.0 release.

Users should carefully review the What's New in SQLAlchemy 1.2? document as well as the Changelog to note which behaviors and issues are affected. We'd like to thank the many contributors who helped with this release.

SQLAlchemy 1.2.0b2 is available on the Download Page.

SQLAlchemy 1.1.12 Released
permalink

SQLAlchemy release 1.1.12 is now available.

This release repairs an issue in the test suite that would prevent the suite from passing on Python version 3.6.2. The release is made at the same time as that of release 1.0.18 and 1.2.0b2. Also included are fixes related to ORM use of JSON NULL values, subquery eager loading, and a stability enhancement involving the identity map when used under high concurrency.

Changelog for 1.1.12 is at Changelog.

SQLAlchemy 1.1.12 is available on the Download Page.