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 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
Original file line number Diff line number Diff line change 11[package ]
22name = " tokio-postgres"
3- version = " 0.7.7 "
3+ version = " 0.7.8 "
44authors = [
" Steven Fackler <[email protected] >" ]
55edition = " 2018"
66license = " MIT/Apache-2.0"
You can’t perform that action at this time.
0 commit comments