Releases · rust-postgres/rust-postgres
tokio-postgres v0.7.17
Added
- Added
Client::execute_typedmethod. - Added
Client::query_typed_oneandClient::query_typed_optmethods. - Added
GenericClient::execute_typed,GenericClient::query_typed_one, andGenericClient::query_typed_optmethods. - Added
Transaction::execute_typed,Transaction::query_typed_one, andTransaction::query_typed_optmethods. - Added support for
bit-vec0.9 via thewith-bit-vec-0_9feature.
Changed
- Upgraded
randto 0.10. - Upgraded to Rust edition 2024, minimum Rust version 1.85.
postgres v0.19.13
Added
- Added
Client::execute_typedmethod. - Added
Client::query_typed_oneandClient::query_typed_optmethods. - Added
GenericClient::execute_typed,GenericClient::query_typed_one, andGenericClient::query_typed_optmethods. - Added
Transaction::execute_typed,Transaction::query_typed_one, andTransaction::query_typed_optmethods. - Added support for
bit-vec0.9 via thewith-bit-vec-0_9feature.
Changed
- Upgraded to Rust edition 2024, minimum Rust version 1.85.
postgres-types v0.2.13
Added
- Added support for
bit-vec0.9 via thewith-bit-vec-0_9feature.
Changed
- Upgraded to Rust edition 2024, minimum Rust version 1.85.
postgres-protocol v0.6.11
Changed
- Upgraded
hmacto 0.13. - Upgraded
md-5to 0.11. - Upgraded
sha2to 0.11. - Upgraded
randto 0.10. - Upgraded to Rust edition 2024, minimum Rust version 1.85.
postgres-openssl v0.5.3
Changed
- Upgraded to Rust edition 2024, minimum Rust version 1.85.
postgres-native-tls v0.5.3
Changed
- Upgraded to Rust edition 2024, minimum Rust version 1.85.
postgres-derive v0.4.8
Changed
- Upgraded to Rust edition 2024, minimum Rust version 1.85.
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.