Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4737438

Browse files
Release tokio-postgres v0.7.15
1 parent6ed4781 commit4737438

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

‎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 <sfackler@gmail.com>"]
55
edition ="2021"
66
license ="MIT OR Apache-2.0"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp