Skip to content

Releases: pallets-eco/flask-sqlalchemy

3.1.1

11 Sep 21:43
3.1.1
b982178
Compare
Choose a tag to compare

This is a quick extra change to 3.1.0 which was released earlier today. It deprecates the __version__ attribute, to be removed in 3.2. Pallets projects in general are doing this to encourage feature detection or using the standard importlib.metadata.version(name) instead.

3.1.0

11 Sep 16:04
3.1.0
9a4d78f
Compare
Choose a tag to compare

This is a feature release, which includes new features and removes previously deprecated code. The 3.1.x branch is now the supported bug fix branch. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades.

3.0.5

21 Jun 17:07
Compare
Choose a tag to compare

This is a fix release for the 3.0.x feature release. It fixes a pagination issue and improves typing.

3.0.4

19 Jun 21:05
Compare
Choose a tag to compare

This is a fix release for the 3.0.x feature release. It updates some typing related issues.

3.0.3

31 Jan 16:15
3.0.3
a16b00f
Compare
Choose a tag to compare

An SLSA provenance file for the build is available to download from the GitHub release page.

3.0.2

14 Oct 13:59
decc3e8
Compare
Choose a tag to compare

This is a fix release for the 3.0.x feature release. It updates compatibility with SQLAlchemy 2.0 beta 1.

3.0.1

11 Oct 15:43
9692880
Compare
Choose a tag to compare

3.0.0

04 Oct 14:39
c84cc48
Compare
Choose a tag to compare

This is a feature release, which includes new features and removes previously deprecated code. The 3.0.x branch is now the supported bug fix branch, the 2.x branch will become a tag marking the end of support for that branch. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades.

3.0.0a2

26 Sep 20:09
d5b8464
Compare
Choose a tag to compare
3.0.0a2 Pre-release
Pre-release

This is a prerelease to preview the changes in 3.0, the next feature release. Prereleases are an opportunity to test and update your projects early before the final release.

pip install -U --pre Flask-SQLAlchemy

There were significant changes in #1087, see the changelog for a full list. Many of those changes will raise deprecation warnings, but it was not feasible to implement warnings for some things.

3.0.0a1

18 Sep 22:47
69e6a64
Compare
Choose a tag to compare
3.0.0a1 Pre-release
Pre-release

This is a prerelease to preview the changes in 3.0, the next feature release. Prereleases are an opportunity to test and update your projects early before the final release.

pip install -U --pre Flask-SQLAlchemy

There were significant changes in #1087, see the changelog for a full list. Many of those changes will raise deprecation warnings, but it was not feasible to implement warnings for some things.