File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## v0.7.12 - 2024-09-15
6
+
7
+ ### Fixed
8
+
9
+ * Fixed ` query_typed ` queries that return no rows.
10
+
5
11
### Added
6
12
7
13
* Added support for ` jiff ` 0.1 via the ` with-jiff-01 ` feature.
14
+ * Added support for TCP keepalive on AIX.
8
15
9
16
## v0.7.11 - 2024-07-21
10
17
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tokio-postgres"
3
- version = " 0.7.11 "
3
+ version = " 0.7.12 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
@@ -56,7 +56,7 @@ percent-encoding = "2.0"
56
56
pin-project-lite = " 0.2"
57
57
phf = " 0.11"
58
58
postgres-protocol = { version = " 0.6.7" , path = " ../postgres-protocol" }
59
- postgres-types = { version = " 0.2.7 " , path = " ../postgres-types" }
59
+ postgres-types = { version = " 0.2.8 " , path = " ../postgres-types" }
60
60
tokio = { version = " 1.27" , features = [" io-util" ] }
61
61
tokio-util = { version = " 0.7" , features = [" codec" ] }
62
62
rand = " 0.8.5"
You can’t perform that action at this time.
0 commit comments