File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v0.19.5 - 2023-03-27
4
+
5
+ ## Added
6
+
7
+ * Added ` keepalives_interval ` and ` keepalives_retries ` config options.
8
+ * Added the ` tcp_user_timeout ` config option.
9
+ * Added ` RowIter::rows_affected ` .
10
+
11
+ ## Changed
12
+
13
+ * Passing an incorrect number of parameters to a query method now returns an error instead of panicking.
14
+
3
15
## v0.19.4 - 2022-08-21
4
16
5
17
## Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres"
3
- version = " 0.19.4 "
3
+ version = " 0.19.5 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " MIT/Apache-2.0"
@@ -39,7 +39,7 @@ with-time-0_3 = ["tokio-postgres/with-time-0_3"]
39
39
bytes = " 1.0"
40
40
fallible-iterator = " 0.2"
41
41
futures-util = { version = " 0.3.14" , features = [" sink" ] }
42
- tokio-postgres = { version = " 0.7.7 " , path = " ../tokio-postgres" }
42
+ tokio-postgres = { version = " 0.7.8 " , path = " ../tokio-postgres" }
43
43
44
44
tokio = { version = " 1.0" , features = [" rt" , " time" ] }
45
45
log = " 0.4"
You can’t perform that action at this time.
0 commit comments