ITADN
pallets-eco/flask-sqlalchemy

版本发布 5

3.1.1
? · 2023-09-11

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. * Changes: https://flask-sqlalchemy.palletsprojects.com/en/3.1.x/changes/#version-3-1-1 * Milestone: https://github.com/pallets-eco/flask-sqlalchemy/milestone/19?closed=1

3.1.0
? · 2023-09-11

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](https://pypi.org/project/pip-tools/) to pin all dependencies and control upgrades. * Changes: https://flask-sqlalchemy.palletsprojects.com/en/3.1.x/changes/#version-3-1-0 * Milestone: https://github.com/pallets-eco/flask-sqlalchemy/milestone/15?closed=1

3.0.5
? · 2023-06-21

This is a fix release for the 3.0.x feature release. It fixes a pagination issue and improves typing. * Changes: https://flask-sqlalchemy.palletsprojects.com/en/3.0.x/changes/#version-3-0-5 * Milestone: https://github.com/pallets-eco/flask-sqlalchemy/milestone/18

3.0.4
? · 2023-06-19

This is a fix release for the 3.0.x feature release. It updates some typing related issues. * Changes: https://flask-sqlalchemy.palletsprojects.com/en/3.0.x/changes/#version-3-0-4

3.0.3
? · 2023-01-31

An SLSA provenance file for the build is available to download from the GitHub release page. * Changes: https://flask-sqlalchemy.palletsprojects.com/en/3.0.x/changes/#version-3-0-3 * Milestone: https://github.com/pallets-eco/flask-sqlalchemy/milestone/17?closed=1