Releases: sfackler/rust-postgres
Releases · sfackler/rust-postgres
postgres-shared v0.4.0
postgres-shared-v0.4.0 Release postgres-shared v0.4.0
tokio-postgres v0.2.3
- Support conversion of the
UNKNOWN
type to String.
postgres v0.14.2
- Support the PostgreSQL 10 SASL authentication mechanism
- Support conversion of the
UNKNOWN
type to String Rows
no longer borrows itsStatement
.
postgres-shared v0.3.0
- Support conversion of the
UNKNOWN
type to String. - Update enums for PostgreSQL 10.
postgres-protocol v0.3.0
- Use the
bytes
crate for backend message parsing. - Support the PostgreSQL 10 SASL authentication mechanism
tokio-postgres v0.2.2
- Support geo types
- Support serde_json 1.0
- Support uuid 0.5
- Reexport TLS crates in their modules
postgres v0.14.1
- Support geo types
- Support serde_json 1.0
- Support uuid 0.5
- Publicly reexport TLS crates in their modules
postgres-shared v0.2.1
- Support geo types through geo
- Support serde_json 1.0
- Support uuid 0.5
postgres-protocol v0.2.2
- Add type conversions for geo types
tokio-postgres v0.2.1
- Fix build on Windows.