We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac76fd commit 7c6f301Copy full SHA for 7c6f301
CHANGELOG.md
@@ -6,6 +6,10 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
6
7
## [Unreleased]
8
9
+## [0.5.2] - 2024-11-26
10
+
11
+* Fixed an issue around transaction cancellation that could lead to connection pools containing connections with dangling transactions
12
13
## [0.5.1] - 2024-11-01
14
15
* Add crate feature `pool` for extending connection pool implements through external crate
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "diesel-async"
3
-version = "0.5.1"
+version = "0.5.2"
4
authors = ["Georg Semmler <github@weiznich.de>"]
5
edition = "2021"
autotests = false
0 commit comments