Skip to content

Releases: febus982/sqlalchemy-bind-manager

v0.14.3

18 Jan 22:47
76d5326

Choose a tag to compare

What's Changed

  • Make the _dispose_sync method public and document it by @febus982 in #86

Full Changelog: v0.14.2...v0.14.3

v0.14.2

18 Jan 12:50
33c31ac

Choose a tag to compare

What's Changed

Full Changelog: v0.14.1...v0.14.2

v0.14.1

18 Jan 12:15
c2a9ad2

Choose a tag to compare

What's Changed

  • Update actions/checkout action to v6 by @renovate[bot] in #82
  • Update GitHub Artifact Actions (major) by @renovate[bot] in #79
  • Remove obsolete async helpers and update engine/session cleanup logic by @febus982 in #84

Full Changelog: v0.14.0...v0.14.1

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