Update Rust crate sqlx to v0.8.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
sqlx | dependencies | patch |
0.8.1 -> 0.8.2
|
Release Notes
launchbadge/sqlx (sqlx)
v0.8.2
10 pull requests were merged this release cycle.
This release addresses a few regressions that have occurred, and refines SQLx's MSRV policy (see the FAQ).
Added
- [#3447]: Clarify usage of Json/Jsonb in query macros [[@Lachstec]]
Changed
- [#3424]: Remove deprecated feature-names from
Cargo.toml
files in examples [[@carschandler]]
Fixed
- [#3403]: Fix (#3395) sqlx::test macro in 0.8 [[@joeydewaal]]
- [#3411]: fix: Use rfc3339 to decode date from text [[@pierre-wehbe]]
- [#3453]: fix(#3445): PgHasArrayType [[@joeydewaal]]
- Fixes
#[sqlx(no_pg_array)]
being forbidden on#[derive(Type)]
structs.
- Fixes
- [#3454]: fix: non snake case warning [[@joeydewaal]]
- [#3459]: Pgsql cube type compile fail [[@kdesjard]]
- [#3465]: fix(postgres): max number of binds is 65535, not 32767 (regression) [[@abonander]]
- [#3467]: fix cancellation issues with
PgListener
,PgStream::recv()
[[@abonander]]- Fixes cryptic
unknown message: "\\0"
error
- Fixes cryptic
- [#3474]: Fix try_get example in README.md [[@luveti]]
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate [bot]