File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
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+
321## v0.5.1 - 2019-12-25
422
523### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " tokio-postgres"
3- version = " 0.5.1 "
3+ version = " 0.5.2 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55edition = " 2018"
66license = " MIT/Apache-2.0"
You can’t perform that action at this time.
0 commit comments