Skip to content

Releases: sfackler/rust-postgres

postgres-shared v0.4.0

23 Jul 19:46
Compare
Choose a tag to compare
postgres-shared-v0.4.0

Release postgres-shared v0.4.0

tokio-postgres v0.2.3

11 Jun 20:16
Compare
Choose a tag to compare
  • Support conversion of the UNKNOWN type to String.

postgres v0.14.2

11 Jun 20:16
Compare
Choose a tag to compare
  • Support the PostgreSQL 10 SASL authentication mechanism
  • Support conversion of the UNKNOWN type to String
  • Rows no longer borrows its Statement.

postgres-shared v0.3.0

11 Jun 20:14
Compare
Choose a tag to compare
  • Support conversion of the UNKNOWN type to String.
  • Update enums for PostgreSQL 10.

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.