File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v0.17.3 - 2020-05-01
4
+
5
+ ### Fixed
6
+
7
+ * Errors sent by the server will now be returned from ` Client ` methods rather than just being logs.
8
+
9
+ ### Added
10
+
11
+ * Added ` Transaction::savepoint ` , which can be used to create a savepoint with a custom name.
12
+ * Added ` Client::notifications ` , which returns an interface to the notifications sent by the server.
13
+
3
14
## v0.17.2 - 2020-03-05
4
15
5
16
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres"
3
- version = " 0.17.2 "
3
+ version = " 0.17.3 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " MIT/Apache-2.0"
@@ -33,7 +33,7 @@ with-time-0_2 = ["tokio-postgres/with-time-0_2"]
33
33
bytes = " 0.5"
34
34
fallible-iterator = " 0.2"
35
35
futures = " 0.3"
36
- tokio-postgres = { version = " 0.5.3 " , path = " ../tokio-postgres" }
36
+ tokio-postgres = { version = " 0.5.4 " , path = " ../tokio-postgres" }
37
37
38
38
tokio = { version = " 0.2" , features = [" rt-core" , " time" ] }
39
39
log = " 0.4"
You can’t perform that action at this time.
0 commit comments