Releases: sfackler/rust-postgres
Releases · sfackler/rust-postgres
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.
tokio-postgres v0.1.1
- Ensure statement IDs are globally unique
postgres v0.13.6
- Upgrade
phf
postgres-shared v0.1.1
- Support
uuid
0.4
postgres v0.13.5
- Allow hostname verification to be disabled in
OpenSsl
. - Implement
TlsHandshake
forBox<TlsHandshake>
.