Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4737438

Browse files
Release tokio-postgres v0.7.15
1 parent 6ed4781 commit 4737438

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ bytes = "1.0"
4444
fallible-iterator = "0.2"
4545
futures-util = { version = "0.3.14", default-features = false, features = ["sink"] }
4646
log = "0.4"
47-
tokio-postgres = { version = "0.7.14", path = "../tokio-postgres" }
47+
tokio-postgres = { version = "0.7.15", path = "../tokio-postgres" }
4848
tokio = { version = "1.0", features = ["rt", "time"] }
4949

5050
[dev-dependencies]

tokio-postgres/CHANGELOG.md

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

3+
## v0.7.15 - 2025-10-08
4+
5+
### Added
6+
7+
* Added `Client::check_connection` API.
8+
* Added `Client::simple_query_raw` API.
9+
10+
### Changed
11+
12+
* Improved the effectiveness of `Client::is_closed`.
13+
* Stop including error chain in `Display` impl of `Error`
14+
315
## v0.7.14 - 2025-09-25
416

517
### 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.14"
3+
version = "0.7.15"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)