Releases: febus982/sqlalchemy-bind-manager
Releases · febus982/sqlalchemy-bind-manager
v0.14.0
v0.13.2
v0.13.1
v0.13.0
v0.12.0
v0.11.0
What's Changed
- Update paambaati/codeclimate-action action to v6 by @renovate in #56
- Ci improvements by @febus982 in #57
- Update paambaati/codeclimate-action action to v8 by @renovate in #59
- Update paambaati/codeclimate-action action to v9 by @renovate in #60
- Python 3.13 by @febus982 in #62
Full Changelog: v0.10.0...v0.11.0
v0.10.0
Breaking Changes
- Exceptions names now have the
Errorsuffix by @febus982 in #53 - Protocols are now Abstract Base Classes and are available directly in the
sqlalchemy_bind_manager.repositorymodule. by @febus982 in #55 - The
SortDirectionenum has been replaced by literal"asc"or"desc"by @febus982 in #53 - The
SQLAlchemyAsyncConfighas been removed. Async engines can be configured usingSQLAlchemyConfigobjects by @febus982 in #53
Other Changes
- CI and docs improvements by @febus982 in #49 #50 #51 #53 #55
- Store hard reference to AsyncSessionHandler cleanup task by @febus982 in #53
New Contributors
Full Changelog: v0.9.1...v0.10.0