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- ## Unreleased
3+ ## v0.7.1 - 2020-04-03
44
55### Added
66
77* Added support for ` geo-types ` 0.7 via ` with-geo-types-0_7 ` feature.
8+ * Added ` Client::clear_type_cache ` .
9+ * Added ` Error::as_db_error ` and ` Error::is_closed ` .
810
911## v0.7.0 - 2020-12-25
1012
Original file line number Diff line number Diff line change 11[package ]
22name = " tokio-postgres"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55edition = " 2018"
66license = " MIT/Apache-2.0"
@@ -47,8 +47,8 @@ parking_lot = "0.11"
4747percent-encoding = " 2.0"
4848pin-project-lite = " 0.2"
4949phf = " 0.8"
50- postgres-protocol = { version = " 0.6.0 " , path = " ../postgres-protocol" }
51- postgres-types = { version = " 0.2.0 " , path = " ../postgres-types" }
50+ postgres-protocol = { version = " 0.6.1 " , path = " ../postgres-protocol" }
51+ postgres-types = { version = " 0.2.1 " , path = " ../postgres-types" }
5252socket2 = " 0.4"
5353tokio = { version = " 1.0" , features = [" io-util" ] }
5454tokio-util = { version = " 0.6" , features = [" codec" ] }
You can’t perform that action at this time.
0 commit comments