Releases: rust-postgres/rust-postgres
Releases · rust-postgres/rust-postgres
tokio-postgres v0.7.18
Fixed
- Error instead of panicking on DataRow field/column count mismatch.
postgres v0.19.14
Changed
- Updated
tokio-postgresto v0.7.18.
postgres-types v0.2.14
Added
- Added
FromSqlimplementation forCow<str>.
Fixed
- Avoid panic decoding out-of-range
time0.2 date/timestamp values.
postgres-protocol v0.6.12
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
Fixed
- Error instead of panicking on duplicate composite field names.
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.