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.17.1 - 2020-01-31
4+
5+ ### Added
6+
7+ * Added ` Client::build_transaction ` to allow configuration of various transaction options.
8+ * Added ` Client::cancel_token ` , which returns a separate owned object that can be used to cancel queries.
9+ * Added accessors for ` Config ` fields.
10+ * Added a ` GenericClient ` trait implemented for ` Client ` and ` Transaction ` and covering shared functionality.
11+
312## v0.17.0 - 2019-12-23
413
514### Changed
Original file line number Diff line number Diff line change 11[package ]
22name = " postgres"
3- version = " 0.17.0 "
3+ version = " 0.17.1 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55edition = " 2018"
66license = " MIT/Apache-2.0"
@@ -32,7 +32,7 @@ with-uuid-0_8 = ["tokio-postgres/with-uuid-0_8"]
3232bytes = " 0.5"
3333fallible-iterator = " 0.2"
3434futures = " 0.3"
35- tokio-postgres = { version = " 0.5.0 " , path = " ../tokio-postgres" }
35+ tokio-postgres = { version = " 0.5.2 " , path = " ../tokio-postgres" }
3636
3737tokio = { version = " 0.2" , features = [" rt-core" ] }
3838log = " 0.4"
Original file line number Diff line number Diff line change 1515
1616* Added ` Client::build_transaction ` to allow configuration of various transaction options.
1717* Added ` Client::cancel_token ` , which returns a separate owned object that can be used to cancel queries.
18- * Added accessors for ` Client ` fields.
18+ * Added accessors for ` Config ` fields.
1919* Added a ` GenericClient ` trait implemented for ` Client ` and ` Transaction ` and covering shared functionality.
2020
2121## v0.5.1 - 2019-12-25
You can’t perform that action at this time.
0 commit comments