File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v0.5.2 - 2020-01-31
4
+
5
+ ### Fixed
6
+
7
+ * Notice messages sent during the initial connection process are now collected and returned first from
8
+ ` Connection::poll_message ` .
9
+
10
+ ### Deprecated
11
+
12
+ * Deprecated ` Client::cancel_query ` and ` Client::cancel_query_raw ` in favor of ` Client::cancel_token ` .
13
+
14
+ ### Added
15
+
16
+ * Added ` Client::build_transaction ` to allow configuration of various transaction options.
17
+ * Added ` Client::cancel_token ` , which returns a separate owned object that can be used to cancel queries.
18
+ * Added accessors for ` Client ` fields.
19
+ * Added a ` GenericClient ` trait implemented for ` Client ` and ` Transaction ` and covering shared functionality.
20
+
3
21
## v0.5.1 - 2019-12-25
4
22
5
23
### Fixed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tokio-postgres"
3
- version = " 0.5.1 "
3
+ version = " 0.5.2 "
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