Skip to content

Commit 35a85bd

Browse files
Release tokio-postgres v0.7.17
1 parent 64674ba commit 35a85bd

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ futures-util = { version = "0.3.14", default-features = false, features = [
4747
"sink",
4848
] }
4949
log = "0.4"
50-
tokio-postgres = { version = "0.7.15", path = "../tokio-postgres" }
50+
tokio-postgres = { version = "0.7.17", path = "../tokio-postgres" }
5151
tokio = { version = "1.0", features = ["rt", "time"] }
5252

5353
[dev-dependencies]

tokio-postgres/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## v0.7.17 - 2026-03-30
4+
5+
### Added
6+
7+
* Added `Client::execute_typed` method.
8+
* Added `Client::query_typed_one` and `Client::query_typed_opt` methods.
9+
* Added `GenericClient::execute_typed`, `GenericClient::query_typed_one`, and `GenericClient::query_typed_opt` methods.
10+
* Added `Transaction::execute_typed`, `Transaction::query_typed_one`, and `Transaction::query_typed_opt` methods.
11+
* Added support for `bit-vec` 0.9 via the `with-bit-vec-0_9` feature.
12+
13+
### Changed
14+
15+
* Upgraded `rand` to 0.10.
16+
* Upgraded to Rust edition 2024, minimum Rust version 1.85.
17+
318
## v0.7.16 - 2026-01-14
419

520
### Added

tokio-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio-postgres"
3-
version = "0.7.16"
3+
version = "0.7.17"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition = "2024"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)