Skip to content

Releases: sfackler/rust-postgres

postgres-shared v0.4.1

12 Feb 01:18
Compare
Choose a tag to compare
postgres-shared-v0.4.1

Release postgres-shared v0.4.1

postgres-protocol v0.3.2

12 Feb 01:15
Compare
Choose a tag to compare
  • Upgraded dependencies.

tokio-postgres v0.3.0

30 Sep 23:16
Compare
Choose a tag to compare
  • The connection/transaction is unconditionally returned along with an error, which should greatly simplify error handling.

postgres-protocol v0.3.1

13 Sep 01:05
Compare
Choose a tag to compare
  • Upgrade dependencies.

postgres v0.15.1

23 Jul 23:01
Compare
Choose a tag to compare
  • Expose accepts! and to_sql_checked! macros in postgres.

postgres v0.15.0

23 Jul 19:47
Compare
Choose a tag to compare
  • Upgrade chrono to 0.5.
  • Upgrade eui48 to 0.3.
  • Make SqlState an opaque type rather than an enum. Const instances of defined error codes are provided for matching.
  • Make Type an opaque type rather than an enum. Const instances of known types are provided for matching.
  • Remove ConnectError and make Error an opaque type. Accessor methods are provided to introspect the internal error.

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.