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.7.2 - 2021-09-29
4+
5+ ### Fixed
6+
7+ * Fixed a deadlock when pipelined requests concurrently prepare cached typeinfo queries.
8+
9+ ### Added
10+
11+ * Added ` SimpleQueryRow::columns ` .
12+ * Added support for ` eui48 ` 1.0 via the ` with-eui48-1 ` feature.
13+ * Added ` FromSql ` and ` ToSql ` implementations for arrays via the ` array-impls ` feature.
14+ * Added support for ` time ` 0.3 via the ` with-time-0_3 ` feature.
15+
316## v0.7.2 - 2021-04-25
417
518### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " tokio-postgres"
3- version = " 0.7.2 "
3+ version = " 0.7.3 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55edition = " 2018"
66license = " MIT/Apache-2.0"
@@ -51,7 +51,7 @@ percent-encoding = "2.0"
5151pin-project-lite = " 0.2"
5252phf = " 0.10"
5353postgres-protocol = { version = " 0.6.1" , path = " ../postgres-protocol" }
54- postgres-types = { version = " 0.2.1 " , path = " ../postgres-types" }
54+ postgres-types = { version = " 0.2.2 " , path = " ../postgres-types" }
5555socket2 = " 0.4"
5656tokio = { version = " 1.0" , features = [" io-util" ] }
5757tokio-util = { version = " 0.6" , features = [" codec" ] }
You can’t perform that action at this time.
0 commit comments