News and Updates
SQLAlchemy 1.0.17 Released
January 17, 2017 permalink
SQLAlchemy release 1.0.17 is now available.
The 1.0.x series is well into maintenance mode and most fixes and enhancements are targeted only at the 1.1.x series. This release includes only one ORM related fix as well as repairs to deprecation warnings that are more prevalent with the Python 3.6 interpreter.
Changelog for 1.0.17 is at Changelog.
SQLAlchemy 1.0.17 is available on the Download Page.
SQLAlchemy 1.1.4 Released
November 15, 2016 permalink
SQLAlchemy release 1.1.4 is now available.
Release 1.1.4 includes a variety of bug fixes, some backported to the 1.0 series and others which repair minor regressions in the 1.1 series. There is also an important fix to the new Postgresql ON CONFLICT feature, as well as a new feature allowing server side cursor functionality to be usable with MySQL.
Changelog for 1.1.4 is at Changelog.
SQLAlchemy 1.1.4 is available on the Download Page.
SQLAlchemy 1.0.16 Released
November 15, 2016 permalink
SQLAlchemy release 1.0.16 is now available.
Release 1.0.16 includes a series backported bug fixes from SQLAlchemy versions 1.1.0 to 1.1.4. These changes include a handful of relatively minor ORM and MS SQL Server fixes.
Changelog for 1.0.16 is at Changelog.
SQLAlchemy 1.0.16 is available on the Download Page.
SQLAlchemy 1.1.3 Released
October 27, 2016 permalink
SQLAlchemy release 1.1.3 is now available.
Release 1.1.3 continues a series of very fast releases since 1.1.0 was first released, containing fixes for several more small regressions. As is usually the case with such regressions, each one involves an unanticipated use case so are not expected to impact most users.
Changelog for 1.1.3 is at Changelog.
SQLAlchemy 1.1.3 is available on the Download Page.
SQLAlchemy 1.1.2 Released
October 17, 2016 permalink
SQLAlchemy release 1.1.2 is now available.
Release 1.1.2 includes a small handful of bug fixes, including some small regressions from the 1.0 series, some ORM loading improvements, and a fix to the new PostgreSQL ON CONFLICT feature.
Changelog for 1.1.2 is at Changelog.
SQLAlchemy 1.1.2 is available on the Download Page.