Releases: digital-society-coop/axum-sqlx-tx
Releases · digital-society-coop/axum-sqlx-tx
0.10.0
0.9.0
0.8.0
0.7.0
Breaking Changes
- c9eccaf feat!: introduce
Stateto makeTxmore type-safe - e8f694e refactor!: remove
Layer::newandLayer::new_with_error - e2701a7 refactor!: rationalise generic error type bounds
- 2e62b8c refactor!: replace
sqlx_implsmacro with blanket impl
Features
- 32a0a0f feat: introduce
Tx::setup,Tx::config, andConfigAPIs
Other Changes
- 9d4fe39 chore: update repo references
- 4c972d6 chore: fix doc warnings
- 5c6e8bd chore: add test for reusing middleware
Txin handler - 0927aab chore: doc typo
- e896b5a chore: doc fix
- 4a9a99c refactor: use in-memory sqlite for tests and examples
- f6f43db refactor: convert
Txfrom a tuple struct - c0b7a18 refactor: move everything from
libinto separate modules - 243fc03 refactor: support multiple databases of the same type
- 04b4a30 chore: bump version
0.6.0
0.5.0
0.4.1
What's Changed
- Fix a typo in
README.mdby @connec in #13 - Treat both 2XX and 3XX responses as successful. by @alexmingoia in #14
- Bump version by @connec in #18
New Contributors
- @alexmingoia made their first contribution in #14
Full Changelog: 0.4.0...0.4.1