News and Updates
SQLAlchemy 2.0.19 Released
July 15, 2023 permalink
SQLAlchemy 2.0.19 is now available.
Release 2.0.19 includes fixes within the ORM, engine, and PostgreSQL components, including a regression fix for all PostgreSQL dialects which prevented URLs of the style used by the "Google Cloud SQL" platform to be misinterpreted.
Links to the detailed changelog for 2.0.19 is at Changelog.
SQLAlchemy 2.0.19 is available on the Download Page.
SQLAlchemy 1.4.49 Released
July 05, 2023 permalink
SQLAlchemy 1.4.49 is now available.
Release 1.4.49 establishes compatibility with the upcoming Python 3.12 release, as well as aligns the mypy plugin for MyPy 1.4 recently released. An additional SQL caching related issue involving the regexp_match() and regexp_replace() functions is fixed; for users of these two functions, release 1.4.49 fixes a critical issue that prevented the engine-level SQL cache from operating effectively when these constructs were in use.
The complete changelog for 1.4.49 is at Changelog.
SQLAlchemy 1.4.49 is available on the Download Page.
SQLAlchemy 2.0.18 Released
July 05, 2023 permalink
SQLAlchemy 2.0.18 is now available.
Release 2.0.18 includes a variety of bug fixes within the Core and dialect components as well as some typing related fixes. An additional SQL caching related issue involving the regexp_match() and regexp_replace() functions is fixed; for users of these two functions, release 1.4.49 fixes a critical issue that prevented the engine-level SQL cache from operating effectively when these constructs were in use.
Links to the detailed changelog for 2.0.18 is at Changelog.
SQLAlchemy 2.0.18 is available on the Download Page.
SQLAlchemy 2.0.17 Released
June 23, 2023 permalink
SQLAlchemy 2.0.17 is now available.
Release 2.0.17 includes a variety of bug fixes within the ORM component as well as some typing related fixes, and also adds support for RANGE and MULTIRANGE datatypes to the pg8000 dialect.
Links to the detailed changelog for 2.0.17 is at Changelog.
SQLAlchemy 2.0.17 is available on the Download Page.
SQLAlchemy 2.0.16 Released
June 10, 2023 permalink
SQLAlchemy 2.0.16 is now available.
Release 2.0.16 includes a variety of bug fixes and use case additions across the ORM, Core, asyncio and PostgreSQL areas, as well as small adjustments to the Core and test suite to pass all tests on Python 3.12.0b1.
Links to the detailed changelog for 2.0.16 is at Changelog.
SQLAlchemy 2.0.16 is available on the Download Page.