Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@febus982 febus982 released this 23 Mar 13:07
· 4 commits to main since this release
249aec7

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 using SQLAlchemyConfig objects by @febus982 in #53

Other Changes

New Contributors

Full Changelog: v0.9.1...v0.10.0