Skip to content

Releases: febus982/sqlalchemy-bind-manager

v0.14.0

12 Oct 11:03
e12d73d

Choose a tag to compare

What's Changed

Full Changelog: v0.13.2...v0.14.0

v0.13.2

27 Sep 14:53
aa4f2ec

Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.13.2

v0.13.1

03 Mar 17:00
d99f44e

Choose a tag to compare

What's Changed

  • Remove unused repository interface mixins from classes by @febus982 in #67

Full Changelog: v0.13.0...v0.13.1

v0.13.0

03 Mar 09:46
df2da73

Choose a tag to compare

Breaking Changes

  • Make interfaces Protocols (partially reverts the change introduced in v0.10.0) by @febus982 in #66

Full Changelog: v0.12.0...v0.13.0

v0.12.0

28 Feb 17:11
855a640

Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

15 Dec 15:32
99fb008

Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

23 Mar 13:07
249aec7

Choose a tag to compare

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

v0.9.1

21 Nov 17:57
46f6184

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

19 Aug 10:57
f056495

Choose a tag to compare

Breaking changes

  • Drop pydantic v1 support and remove deprecation warnings by @febus982 in #47
    • Renamed model_declarative_base to declarative_base in both SQLAlchemyAsyncBind and SQLAlchemyBind

Full Changelog: v0.8.0...v0.9.0

v0.8.0

15 Aug 10:41
0c17771

Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0