Releases: rust-postgres/rust-postgres
Releases · rust-postgres/rust-postgres
tokio-postgres v0.7.16
Added
- Added
Client::query_scalar,Client::query_one_scalar, andClient::query_opt_scalarmethods. - Added
Row::raw_size_bytesmethod. - Added
Column::type_modifiermethod.
Changed
- Upgraded
whoamito v2.
postgres-types v0.2.12
Added
- Added
ToSqlimplementation forBox<T>whereT: ToSql.
postgres-protocol v0.6.10
Added
- Implemented
FallibleIterator::size_hintforFields.
Fixed
- Increased bind parameter limit from
i16::MAXtou16::MAX.
tokio-postgres v0.7.15
Added
- Added
Client::check_connectionAPI. - Added
Client::simple_query_rawAPI.
Changed
- Improved the effectiveness of
Client::is_closed. - Stop including error chain in
Displayimpl ofError
postgres v0.19.12
Added
- Added
Client::check_connectionAPI.
Changed
- Improved the effectiveness of
Client::is_closed. - Disabled default features of
futures-util.
postgres-types v0.2.11
Changed
- Disabled default features of
jiffv0.1 and v0.2.
tokio-postgres v0.7.14
Added
- Added support for
jiffv0.2. - Added support for
bit-vecversions v0.7 and v0.8. - Re-exported
fallible-iterator - Expose sync rollback as a private API method
Fixes
- Changed
set_tcp_user_timeoutto only be called when enabled
Changed
- Updated repository links to use
rust-postgresorganization. - Upgraded to Rust 2021 edition.
- Upgraded
phfto v0.13 - Upgraded
socket2to v0.6 - Disabled default features of
futures-util
postgres v0.19.11
Added
- Added support for
jiffv0.2. - Added support for
bit-vecversions v0.7 and v0.8.
Changed
- Updated repository links to use
rust-postgresorganization. - Upgraded to Rust 2021 edition.
postgres-types v0.2.10
Added
- Added support for
jiffv0.2. - Added support for
bit-vecversions v0.7 and v0.8. - Added
SerializeandDeserializeimpls forJsontype.
Changed
- Updated GitHub repository links to
rust-postgresorganization. - Switched from
serdetoserde_coredependency. - Upgraded to Rust 2021 edition.
- Improved
-Zminimal-versionssupport.
postgres-protocol v0.6.9
Changed
- Updated repository links to use
rust-postgresorganization. - Upgraded to Rust 2021 edition.