News and Updates

SQLAlchemy 1.2.13 Released
permalink

SQLAlchemy release 1.2.13 is now available.

This release includes a variety of fixes within the ORM and Core components.

Changelog for 1.2.13 is at Changelog.

SQLAlchemy 1.2.13 is available on the Download Page.

SQLAlchemy 1.2.12 Released
permalink

SQLAlchemy release 1.2.12 is now available.

Release 1.2.12 includes a series of mostly minor bugfixes, as well as one critical issue allowing the recently released version 7.0 of the cx_Oracle DBAPI to work correctly.

Changelog for 1.2.12 is at Changelog.

SQLAlchemy 1.2.12 is available on the Download Page.

SQLAlchemy 1.2.11 Released
permalink

SQLAlchemy release 1.2.11 is now available.

This release includes a short list of minor bug fixes that have accumulated over the past month.

Changelog for 1.2.11 is at Changelog.

SQLAlchemy 1.2.11 is available on the Download Page.

SQLAlchemy 1.2.10 Released
permalink

SQLAlchemy release 1.2.10 is now available.

This is a short release that fixes a small regression from 1.2.9 as well as an issue that prevented a drop of a Table with a related Sequence under certain conditions.

Changelog for 1.2.10 is at Changelog.

SQLAlchemy 1.2.10 is available on the Download Page.

SQLAlchemy 1.2.9 Released
permalink

SQLAlchemy release 1.2.9 is now available.

Release 1.2.9 continues to include a wide range of fixes for both new issues and 1.2-specific regressions across both the ORM and dialect-specific components. Among the important changes present, specific improvements have been made to improve behavior on Python 3.7 as well as MySQL 8.0, as well as a new hook to allow customization of datatype binding within the the cx_Oracle dialect.

Changelog for 1.2.9 is at Changelog.

SQLAlchemy 1.2.9 is available on the Download Page.