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

Commit75cc986

Browse files
committed
Release postgres v0.19.6
1 parentf45527f commit75cc986

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

‎postgres/CHANGELOG.md‎

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

3+
##v0.19.6 - 2023-08-19
4+
5+
###Added
6+
7+
* Added support for the`hostaddr` config option to bypass DNS lookups.
8+
* Added support for the`load_balance_hosts` config option to randomize connection ordering.
9+
* The`user` config option now defaults to the executing process's user.
10+
311
##v0.19.5 - 2023-03-27
412

5-
##Added
13+
###Added
614

715
* Added`keepalives_interval` and`keepalives_retries` config options.
816
* Added the`tcp_user_timeout` config option.
917
* Added`RowIter::rows_affected`.
1018

11-
##Changed
19+
###Changed
1220

1321
* Passing an incorrect number of parameters to a query method now returns an error instead of panicking.
1422

1523
##v0.19.4 - 2022-08-21
1624

17-
##Added
25+
###Added
1826

1927
* Added`ToSql` and`FromSql` implementations for`[u8; N]` via the`array-impls` feature.
2028
* Added support for`smol_str` 0.1 via the`with-smol_str-01` feature.

‎postgres/Cargo.toml‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="postgres"
3-
version ="0.19.5"
3+
version ="0.19.6"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition ="2018"
66
license ="MIT/Apache-2.0"
@@ -39,11 +39,9 @@ with-time-0_3 = ["tokio-postgres/with-time-0_3"]
3939
bytes ="1.0"
4040
fallible-iterator ="0.2"
4141
futures-util = {version ="0.3.14",features = ["sink"] }
42-
tokio-postgres = {version ="0.7.8",path ="../tokio-postgres" }
43-
44-
tokio = {version ="1.0",features = ["rt","time"] }
4542
log ="0.4"
43+
tokio-postgres = {version ="0.7.9",path ="../tokio-postgres" }
44+
tokio = {version ="1.0",features = ["rt","time"] }
4645

4746
[dev-dependencies]
4847
criterion ="0.5"
49-
tokio = {version ="1.0",features = ["rt-multi-thread"] }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp