Bump sqlx from 0.8.3 to 0.8.4 in /cli by dependabot[bot] · Pull Request #251 · supabase/dbdev
Bumps sqlx from 0.8.3 to 0.8.4.
Changelog
Sourced from sqlx's changelog.
0.8.4 - 2025-04-13
50 pull requests were merged this release cycle.
As of this release, development of
0.9.0has begun onmain. Barring urgent hotfixes, this is expected to be the last release of0.8.x.Added
- [#3603]: Added missing special casing for encoding embedded arrays of custom types [[
@nico-incubiq]]- [#3625]: feat(sqlite): add preupdate hook [[
@aschey]]- [#3655]: docs: add example for postgres enums with type TEXT [[
@tisonkun]]- [#3677]: Add json(nullable) macro attribute [[
@seanaye]]- [#3687]: Derive clone and debug for postgresql arguments [[
@remysaissy]]- [#3690]: feat: add postres geometry line segment [[
@jayy-lmao]]- [#3707]: feat(Sqlite): add LockedSqliteHandle::last_error [[
@joeydewaal]]- [#3710]: feat: add ipnet support [[
@BeauGieskens]]- [#3711]: feat(postgres): add geometry box [[
@jayy-lmao]]- [#3714]: chore: expose bstr feature [[
@joeydewaal]]- [#3716]: feat(postgres): add geometry path [[
@jayy-lmao]]- [#3724]: feat(sqlx-cli): Add flag to disable automatic loading of .env files [[
@benwilber]]- [#3734]: QueryBuilder: add debug_assert when
push_valuesis passed an empty set of tuples [[@chanmaoganda]]- [#3745]: feat: sqlx sqlite expose de/serialize [[
@mattrighetti]]- [#3765]: Merge of #3427 (by
@mpyw) and #3614 (by@bonsairobo) [[@abonander]]
- [#3427] Expose
transaction_depththroughget_transaction_depth()method [[@mpyw]]
- Changed to
Connection::is_in_transactionin [#3765]- [#3614] Add
begin_withmethods to support database-specific transaction options [[@bonsairobo]]- [#3769]: feat(postgres): add geometry polygon [[
@jayy-lmao]]- [#3773]: feat(postgres): add geometry circle [[
@jayy-lmao]]Changed
- [#3665]: build(deps): bump semver compatible dependencies [[
@paolobarbolini]]- [#3669]: refactor(cli): replace promptly with dialoguer [[
@paolobarbolini]]- [#3672]: add
#[track_caller]toRow::get()[[@karambarakat]]- [#3708]: chore(MySql): Remove unnecessary box [[
@joeydewaal]]- [#3715]: chore: add pg_copy regression tests [[
@joeydewaal]]- [#3721]: Replace some
futures-core/futures-utilAPIs withstdvariants [[@paolobarbolini]]- [#3725]: chore: replace rustls-pemfile with rustls-pki-types [[
@tottoto]]- [#3754]: chore(cli): remove unused async-trait crate from dependencies [[
@tottoto]]- [#3762]: docs(pool): recommend actix-web ThinData over Data to avoid two Arcs [[
@jonasmalacofilho]]Fixed
- [#3289]: Always set
SQLITE_OPEN_URIon in-memory sqlite [[@LecrisUT]]- [#3334]: Fix: nextest cleanup race condition [[
@bonega]]- [#3666]: fix(cli): running tests on 32bit platforms [[
@paolobarbolini]]- [#3686]: fix: handle nullable values by printing NULL instead of panicking [[
@joeydewaal]]- [#3700]: fix(Sqlite): stop sending rows after first error [[
@joeydewaal]]- [#3701]: fix(postgres) use signed int for length prefix in
PgCopyIn[[@joeydewaal]]- [#3703]: fix(Postgres) chunk pg_copy data [[
@joeydewaal]]- [#3712]: FromRow: Fix documentation order [[
@Turbo87]]- [#3720]: Fix readme: uuid feature is gating for all repos [[
@jthacker]]
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)