SQLAlchemy release notes for 2024

This article contains the release notes for the SQLAlchemy, including the following when applicable:

  • Behavior changes

  • New features

  • Customer-facing bug fixes

Snowflake uses semantic versioning for SQLAlchemy updates.

Version 1.6.1 (July 9, 2024)

New features and updates

  • None.

Bug fixes

  • Updated the internal project workflow with pypi publishing.

Version 1.6.0 (July 8, 2024)

New features and updates

  • Added support for SQLAlchemy 2.0 syntax.

Bug fixes

  • None.

Version 1.5.3 (April 16, 2024)

New features and updates

  • Limited the maximum SQLAlchemy dependency version to lower than 2.0.0.

Bug fixes

  • None.

Version 1.5.2 (April 11, 2024)

New features and updates

  • Bumped the minimum SQLAlchemy version to 1.4.19 for Outer Lateral Joins.

  • Added support for sequence ordering in tests.

Bug fixes

  • None.