We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54390eb commit 117e387Copy full SHA for 117e387
tokio-postgres/CHANGELOG.md
@@ -1,5 +1,21 @@
1
# Change Log
2
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
19
## v0.7.7 - 2022-08-21
20
21
## Added
tokio-postgres/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tokio-postgres"
-version = "0.7.7"
+version = "0.7.8"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
0 commit comments