News and Updates
SQLAlchemy 1.2.14 Released
November 10, 2018 permalink
SQLAlchemy release 1.2.14 is now available.
Release 1.2.14 includes a change that adjusts a change made in release 1.2.13, which itself was a workaround for an issue that affects the MySQL 8.0 series when reflecting foreign key constraints. The fix needed to be adjusted to work correctly when using MySQL on OSX.
Changelog for 1.2.14 is at Changelog.
SQLAlchemy 1.2.14 is available on the Download Page.
SQLAlchemy 1.2.13 Released
October 31, 2018 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
September 19, 2018 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
August 20, 2018 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
July 13, 2018 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.