File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
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
+
3
19
## v0.7.7 - 2022-08-21
4
20
5
21
## Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tokio-postgres"
3
- version = " 0.7.7 "
3
+ version = " 0.7.8 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " MIT/Apache-2.0"
You can’t perform that action at this time.
0 commit comments