Skip to content

Releases: sfackler/rust-postgres

postgres-openssl v0.1.0

12 Nov 06:11
Compare
Choose a tag to compare
  • Initial release

postgres-native-tls v0.1.0

12 Nov 06:11
Compare
Choose a tag to compare
  • Initial release

postgres-shared v0.4.2

23 Aug 05:37
Compare
Choose a tag to compare
postgres-shared-v0.4.2

Release postgres-shared 0.4.2

postgres v0.15.2

12 Feb 01:23
Compare
Choose a tag to compare
  • TCP connect timeouts are now supported via the connect_timeout parameter. For example, the postgresql://postgres@my_db?connect_timeout=10 will apply a 10 second timeout.
  • Fixed handling of DB errors when listening for notifications.
  • Cow<str> now implements ToSql.

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.