v0.10.0
Breaking Changes
- Exceptions names now have the
Error
suffix by @febus982 in #53 - Protocols are now Abstract Base Classes and are available directly in the
sqlalchemy_bind_manager.repository
module. by @febus982 in #55 - The
SortDirection
enum has been replaced by literal"asc"
or"desc"
by @febus982 in #53 - The
SQLAlchemyAsyncConfig
has been removed. Async engines can be configured usingSQLAlchemyConfig
objects 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