Skip to content

Releases: rust-postgres/rust-postgres

tokio-postgres v0.7.16

14 Jan 14:54

Choose a tag to compare

Added

  • Added Client::query_scalar, Client::query_one_scalar, and Client::query_opt_scalar methods.
  • Added Row::raw_size_bytes method.
  • Added Column::type_modifier method.

Changed

  • Upgraded whoami to v2.

postgres-types v0.2.12

14 Jan 14:54

Choose a tag to compare

Added

  • Added ToSql implementation for Box<T> where T: ToSql.

postgres-protocol v0.6.10

14 Jan 14:53

Choose a tag to compare

Added

  • Implemented FallibleIterator::size_hint for Fields.

Fixed

  • Increased bind parameter limit from i16::MAX to u16::MAX.

tokio-postgres v0.7.15

08 Oct 17:33

Choose a tag to compare

Added

  • Added Client::check_connection API.
  • Added Client::simple_query_raw API.

Changed

  • Improved the effectiveness of Client::is_closed.
  • Stop including error chain in Display impl of Error

postgres v0.19.12

08 Oct 17:33

Choose a tag to compare

Added

  • Added Client::check_connection API.

Changed

  • Improved the effectiveness of Client::is_closed.
  • Disabled default features of futures-util.

postgres-types v0.2.11

08 Oct 17:32

Choose a tag to compare

Changed

  • Disabled default features of jiff v0.1 and v0.2.

tokio-postgres v0.7.14

25 Sep 08:04

Choose a tag to compare

Added

  • Added support for jiff v0.2.
  • Added support for bit-vec versions v0.7 and v0.8.
  • Re-exported fallible-iterator
  • Expose sync rollback as a private API method

Fixes

  • Changed set_tcp_user_timeout to only be called when enabled

Changed

  • Updated repository links to use rust-postgres organization.
  • Upgraded to Rust 2021 edition.
  • Upgraded phf to v0.13
  • Upgraded socket2 to v0.6
  • Disabled default features of futures-util

postgres v0.19.11

25 Sep 08:06

Choose a tag to compare

Added

  • Added support for jiff v0.2.
  • Added support for bit-vec versions v0.7 and v0.8.

Changed

  • Updated repository links to use rust-postgres organization.
  • Upgraded to Rust 2021 edition.

postgres-types v0.2.10

25 Sep 08:04

Choose a tag to compare

Added

  • Added support for jiff v0.2.
  • Added support for bit-vec versions v0.7 and v0.8.
  • Added Serialize and Deserialize impls for Json type.

Changed

  • Updated GitHub repository links to rust-postgres organization.
  • Switched from serde to serde_core dependency.
  • Upgraded to Rust 2021 edition.
  • Improved -Zminimal-versions support.

postgres-protocol v0.6.9

25 Sep 08:03

Choose a tag to compare

Changed

  • Updated repository links to use rust-postgres organization.
  • Upgraded to Rust 2021 edition.