Releases: pallets-eco/flask-sqlalchemy
3.1.1
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
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
This is a fix release for the 3.0.x feature release. It fixes a pagination issue and improves typing.
3.0.4
This is a fix release for the 3.0.x feature release. It updates some typing related issues.
3.0.3
An SLSA provenance file for the build is available to download from the GitHub release page.
3.0.2
This is a fix release for the 3.0.x feature release. It updates compatibility with SQLAlchemy 2.0 beta 1.
3.0.1
This is a fix release for the 3.0.x feature release.
3.0.0
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
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
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.