Skip to content

Releases: sfackler/rust-postgres

postgres-protocol v0.3.0

11 Jun 20:14
Compare
Choose a tag to compare
  • Use the bytes crate for backend message parsing.
  • Support the PostgreSQL 10 SASL authentication mechanism

tokio-postgres v0.2.2

02 May 16:01
Compare
Choose a tag to compare
  • Support geo types
  • Support serde_json 1.0
  • Support uuid 0.5
  • Reexport TLS crates in their modules

postgres v0.14.1

02 May 16:00
Compare
Choose a tag to compare
  • Support geo types
  • Support serde_json 1.0
  • Support uuid 0.5
  • Publicly reexport TLS crates in their modules

postgres-shared v0.2.1

02 May 15:59
Compare
Choose a tag to compare
  • Support geo types through geo
  • Support serde_json 1.0
  • Support uuid 0.5

postgres-protocol v0.2.2

02 May 15:59
Compare
Choose a tag to compare
  • Add type conversions for geo types

tokio-postgres v0.2.1

24 Feb 04:46
Compare
Choose a tag to compare
  • Fix build on Windows.

tokio-postgres v0.1.1

04 Feb 23:42
Compare
Choose a tag to compare
  • Ensure statement IDs are globally unique

postgres v0.13.6

04 Feb 23:41
Compare
Choose a tag to compare
  • Upgrade phf

postgres-shared v0.1.1

04 Feb 23:40
Compare
Choose a tag to compare
  • Support uuid 0.4

postgres v0.13.5

13 Jan 21:14
Compare
Choose a tag to compare
  • Allow hostname verification to be disabled in OpenSsl.
  • Implement TlsHandshake for Box<TlsHandshake>.