Skip to content

Releases: rust-postgres/rust-postgres

tokio-postgres v0.7.18

12 Jun 15:42

Choose a tag to compare

Fixed

  • Error instead of panicking on DataRow field/column count mismatch.

postgres v0.19.14

12 Jun 15:43

Choose a tag to compare

Changed

  • Updated tokio-postgres to v0.7.18.

postgres-types v0.2.14

12 Jun 15:42

Choose a tag to compare

Added

  • Added FromSql implementation for Cow<str>.

Fixed

  • Avoid panic decoding out-of-range time 0.2 date/timestamp values.

postgres-protocol v0.6.12

12 Jun 15:41

Choose a tag to compare

Fixed

  • Bound SCRAM iteration count to 100,000 to prevent DoS.
  • Error instead of panicking on out-of-bounds hstore key/value length.
  • Fix inverted character match in SCRAM error value parser.

postgres-derive v0.4.9

12 Jun 15:41

Choose a tag to compare

Fixed

  • Error instead of panicking on duplicate composite field names.

tokio-postgres v0.7.17

30 Mar 02:20

Choose a tag to compare

Added

  • Added Client::execute_typed method.
  • Added Client::query_typed_one and Client::query_typed_opt methods.
  • Added GenericClient::execute_typed, GenericClient::query_typed_one, and GenericClient::query_typed_opt methods.
  • Added Transaction::execute_typed, Transaction::query_typed_one, and Transaction::query_typed_opt methods.
  • Added support for bit-vec 0.9 via the with-bit-vec-0_9 feature.

Changed

  • Upgraded rand to 0.10.
  • Upgraded to Rust edition 2024, minimum Rust version 1.85.

postgres v0.19.13

30 Mar 02:20

Choose a tag to compare

Added

  • Added Client::execute_typed method.
  • Added Client::query_typed_one and Client::query_typed_opt methods.
  • Added GenericClient::execute_typed, GenericClient::query_typed_one, and GenericClient::query_typed_opt methods.
  • Added Transaction::execute_typed, Transaction::query_typed_one, and Transaction::query_typed_opt methods.
  • Added support for bit-vec 0.9 via the with-bit-vec-0_9 feature.

Changed

  • Upgraded to Rust edition 2024, minimum Rust version 1.85.

postgres-types v0.2.13

30 Mar 02:19

Choose a tag to compare

Added

  • Added support for bit-vec 0.9 via the with-bit-vec-0_9 feature.

Changed

  • Upgraded to Rust edition 2024, minimum Rust version 1.85.

postgres-protocol v0.6.11

30 Mar 02:18

Choose a tag to compare

Changed

  • Upgraded hmac to 0.13.
  • Upgraded md-5 to 0.11.
  • Upgraded sha2 to 0.11.
  • Upgraded rand to 0.10.
  • Upgraded to Rust edition 2024, minimum Rust version 1.85.

postgres-openssl v0.5.3

30 Mar 02:21

Choose a tag to compare

Changed

  • Upgraded to Rust edition 2024, minimum Rust version 1.85.