Bump sqlx from 0.8.1 to 0.8.3 in /cli by dependabot[bot] · Pull Request #243 · supabase/dbdev
Bumps sqlx from 0.8.1 to 0.8.3.
Changelog
Sourced from sqlx's changelog.
0.8.3 - 2025-01-03
41 pull requests were merged this release cycle.
Added
- [#3418]: parse timezone parameter in mysql connection url [[
@dojiong]]- [#3491]: chore: Update async-std v1.13 [[
@jayvdb]]- [#3492]: expose relation_id and relation_attribution_no on PgColumn [[
@kurtbuilds]]- [#3493]: doc(sqlite): document behavior for zoned date-time types [[
@abonander]]- [#3500]: Add sqlite commit and rollback hooks [[
@gridbox]]- [#3505]: chore(mysql): create test for passwordless auth (#3484) [[
@abonander]]- [#3507]: Add a "sqlite-unbundled" feature that dynamically links to system libsqlite3.so library [[
@lilydjwg]]- [#3508]: doc(sqlite): show how to turn options into a pool [[
@M3t0r]]- [#3514]: Support PgHstore by default in macros [[
@joeydewaal]]- [#3550]: Implement Acquire for PgListener [[
@sandhose]]- [#3551]: Support building with rustls but native certificates [[
@IlyaBizyaev]]- [#3553]: Add support for Postgres lquery arrays [[
@philipcristiano]]- [#3560]: Add PgListener::next_buffered(), to support batch processing of notifications [[
@chanks]]- [#3577]: Derive Copy where possible for database-specific types [[
@veigaribo]]- [#3579]: Reexport AnyTypeInfoKind [[
@Norlock]]- [#3580]: doc(mysql): document difference between
Uuidanduuid::fmt::Hyphenated[[@abonander]]- [#3583]: feat: point [[
@jayy-lmao]]- [#3608]: Implement AnyQueryResult for Sqlite and MySQL [[
@pxp9]]- [#3623]: feat: add geometry line [[
@jayy-lmao]]- [#3658]: feat: add Transaction type aliases [[
@joeydewaal]]Changed
- [#3519]: Remove unused dependencies from sqlx-core, sqlx-cli and sqlx-postgres [[
@vsuryamurthy]]- [#3529]: Box Pgconnection fields [[
@joeydewaal]]- [#3548]: Demote
.pgpassfile warning to a debug message. [[@denschub]]- [#3585]: Eagerly reconnect in
PgListener::try_recv[[@swlynch99]]- [#3596]: Bump thiserror to v2.0.0 [[
@paolobarbolini]]- [#3605]: Use
UNION ALLinstead ofUNIONin nullable check [[@Suficio]]- [#3629]: chore: remove BoxFuture's (non-breaking) [[
@joeydewaal]]- [#3632]: Bump hashlink to v0.10 [[
@paolobarbolini]]- [#3643]: Roll PostgreSQL 11..=15 tests to 13..=17 [[
@paolobarbolini]]- [#3648]: close listener connection on TimedOut and BrokenPipe errors [[
@DXist]]- [#3649]: Bump hashbrown to v0.15 [[
@paolobarbolini]]Fixed
- [#3528]: fix: obey
no-transactionflag in down migrations [[@manifest]]- [#3536]: fix: using sqlx::test macro inside macro's [[
@joeydewaal]]- [#3545]: fix: remove
sqlformat[[@tbar4]]- [#3558]: fix: fix example code of
query_as[[@xuehaonan27]]- [#3566]: Fix: Cannot query Postgres
INTERVAL[][[@Ddystopia]]- [#3593]: fix: URL decode database name when parsing connection url [[
@BenoitRanque]]- [#3601]: Remove default-features = false from url [[
@hsivonen]]- [#3604]: Fix mistake in sqlx::test fixtures docs [[
@andreweggleston]]- [#3612]: fix(mysql): percent-decode database name [[
@abonander]]- [#3640]: Dont use
EXPLAINin nullability check for QuestDB [[@Suficio]]
... (truncated)
Commits
28cfdbbRelease/0.8.3 (#3663)dfd0ac5feat: add Transaction type aliases (#3658)4590b9cclose listener connection on TimedOut and BrokenPipe errors (#3648)fdd4663AddPgConnection::is_explain_available20bccf8Dont useEXPLAINin nullability check for QuestDB7d148bdBump hashbrown to v0.159f6ea96Roll PostgreSQL 11..=15 tests to 13..=171678b19feat: add geometry line (#3623)2b82ce3Bump hashlink to v0.101f6ce33chore: remove BoxFuture's (non-breaking) (#3629)- Additional commits viewable 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)