Skip to content

Commit 8d08adb

Browse files
committed
Release tokio-postgres v0.7.12
1 parent 776ea30 commit 8d08adb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

tokio-postgres/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22

33
## Unreleased
44

5+
## v0.7.12 - 2024-09-15
6+
7+
### Fixed
8+
9+
* Fixed `query_typed` queries that return no rows.
10+
511
### Added
612

713
* Added support for `jiff` 0.1 via the `with-jiff-01` feature.
14+
* Added support for TCP keepalive on AIX.
815

916
## v0.7.11 - 2024-07-21
1017

tokio-postgres/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio-postgres"
3-
version = "0.7.11"
3+
version = "0.7.12"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -56,7 +56,7 @@ percent-encoding = "2.0"
5656
pin-project-lite = "0.2"
5757
phf = "0.11"
5858
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" }
6060
tokio = { version = "1.27", features = ["io-util"] }
6161
tokio-util = { version = "0.7", features = ["codec"] }
6262
rand = "0.8.5"

0 commit comments

Comments
 (0)