Skip to content

Commit 117e387

Browse files
committed
Release tokio-postgres v0.7.8
1 parent 54390eb commit 117e387

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

tokio-postgres/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## v0.7.8
4+
5+
## Added
6+
7+
* Added `keepalives_interval` and `keepalives_retries` config options.
8+
* Added new `SqlState` variants.
9+
* Added more `Debug` impls.
10+
* Added `GenericClient::batch_execute`.
11+
* Added `RowStream::rows_affected`.
12+
* Added the `tcp_user_timeout` config option.
13+
14+
## Changed
15+
16+
* Passing an incorrect number of parameters to a query method now returns an error instead of panicking.
17+
* Upgraded `socket2`.
18+
319
## v0.7.7 - 2022-08-21
420

521
## Added

tokio-postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio-postgres"
3-
version = "0.7.7"
3+
version = "0.7.8"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)