Skip to content

Releases: digital-society-coop/axum-sqlx-tx

0.8.0

23 Dec 21:07
b01b01b
Compare
Choose a tag to compare

Breaking Changes

  • 9e9827f chore: upgrade axum to 0.7

Fixes

  • 84a49ae fix: fix buggy behaviour when cloning request extensions

Other Changes

0.7.0

01 Dec 02:15
2b5a3c0
Compare
Choose a tag to compare

Breaking Changes

  • c9eccaf feat!: introduce State to make Tx more type-safe
  • e8f694e refactor!: remove Layer::new and Layer::new_with_error
  • e2701a7 refactor!: rationalise generic error type bounds
  • 2e62b8c refactor!: replace sqlx_impls macro with blanket impl

Features

  • 32a0a0f feat: introduce Tx::setup, Tx::config, and Config APIs

Other Changes

  • 9d4fe39 chore: update repo references
  • 4c972d6 chore: fix doc warnings
  • 5c6e8bd chore: add test for reusing middleware Tx in handler
  • 0927aab chore: doc typo
  • e896b5a chore: doc fix
  • 4a9a99c refactor: use in-memory sqlite for tests and examples
  • f6f43db refactor: convert Tx from a tuple struct
  • c0b7a18 refactor: move everything from lib into separate modules
  • 243fc03 refactor: support multiple databases of the same type
  • 04b4a30 chore: bump version

0.6.0

15 Sep 20:01
6a52953
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.6.0

0.5.0

08 Feb 18:28
ca316d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.5.0

0.4.1

08 Feb 18:10
e98b009
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1

0.4.0

20 Sep 21:51
72946ee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.0...0.4.0

0.3.0

03 Apr 19:37
6271e6e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

0.2.0

04 Mar 20:35
9d02291
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.2...0.2.0