Bump sqlx from 0.8.3 to 0.8.5 in /backend #30

Merged
dependabot[bot] merged 1 commit from dependabot/cargo/backend/sqlx-0.8.5 into main 2025-05-14 22:16:19 +01:00
dependabot[bot] commented 2025-04-16 06:36:17 +01:00 (Migrated from github.com)

Bumps sqlx from 0.8.3 to 0.8.5.

Changelog

Sourced from sqlx's changelog.

0.8.5 - 2025-04-14

Hotfix release to address two new issues:

  • [#3823]: sqlx-cli@0.8.4 broke .env default resolution mechanism
  • [#3825]: sqlx@0.8.4 broke test fixture setup

The 0.8.4 release will be yanked as of publishing this one.

Added

  • In release PR: sqlx-cli now accepts --no-dotenv in subcommand arguments.
  • In release PR: added functionality tests for sqlx-cli to CI.
  • In release PR: test #[sqlx::test] twice in CI to cover cleanup.

Fixed

  • In release PR: sqlx-cli correctly reads .env files by default again.
  • In release PR: fix bugs in MySQL implementation of #[sqlx::test].

#3823: launchbadge/sqlx#3823 #3825: launchbadge/sqlx#3825

0.8.4 - 2025-04-13

50 pull requests were merged this release cycle.

As of this release, development of 0.9.0 has begun on main. Barring urgent hotfixes, this is expected to be the last release of 0.8.x.

Added

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.8.3 to 0.8.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md">sqlx's changelog</a>.</em></p> <blockquote> <h2>0.8.5 - 2025-04-14</h2> <p>Hotfix release to address two new issues:</p> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3823">#3823</a>]: <code>sqlx-cli@0.8.4</code> broke <code>.env</code> default resolution mechanism</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3825">#3825</a>]: <code>sqlx@0.8.4</code> broke test fixture setup</li> </ul> <p>The <code>0.8.4</code> release will be yanked as of publishing this one.</p> <h3>Added</h3> <ul> <li>In release PR: <code>sqlx-cli</code> now accepts <code>--no-dotenv</code> in subcommand arguments.</li> <li>In release PR: added functionality tests for <code>sqlx-cli</code> to CI.</li> <li>In release PR: test <code>#[sqlx::test]</code> twice in CI to cover cleanup.</li> </ul> <h3>Fixed</h3> <ul> <li>In release PR: <code>sqlx-cli</code> correctly reads <code>.env</code> files by default again. <ul> <li>Addresses [<a href="https://redirect.github.com/launchbadge/sqlx/issues/3823">#3823</a>].</li> </ul> </li> <li>In release PR: fix bugs in MySQL implementation of <code>#[sqlx::test]</code>. <ul> <li>Addresses [<a href="https://redirect.github.com/launchbadge/sqlx/issues/3825">#3825</a>].</li> </ul> </li> </ul> <p><a href="https://redirect.github.com/launchbadge/sqlx/issues/3823">#3823</a>: <a href="https://redirect.github.com/launchbadge/sqlx/issues/3823">launchbadge/sqlx#3823</a> <a href="https://redirect.github.com/launchbadge/sqlx/issues/3825">#3825</a>: <a href="https://redirect.github.com/launchbadge/sqlx/issues/3825">launchbadge/sqlx#3825</a></p> <h2>0.8.4 - 2025-04-13</h2> <p>50 pull requests were merged this release cycle.</p> <p>As of this release, development of <code>0.9.0</code> has begun on <code>main</code>. Barring urgent hotfixes, this is expected to be the last release of <code>0.8.x</code>.</p> <h3>Added</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3603">#3603</a>]: Added missing special casing for encoding embedded arrays of custom types [[<a href="https://github.com/nico-incubiq"><code>@​nico-incubiq</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3625">#3625</a>]: feat(sqlite): add preupdate hook [[<a href="https://github.com/aschey"><code>@​aschey</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3655">#3655</a>]: docs: add example for postgres enums with type TEXT [[<a href="https://github.com/tisonkun"><code>@​tisonkun</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3677">#3677</a>]: Add json(nullable) macro attribute [[<a href="https://github.com/seanaye"><code>@​seanaye</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3687">#3687</a>]: Derive clone and debug for postgresql arguments [[<a href="https://github.com/remysaissy"><code>@​remysaissy</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3690">#3690</a>]: feat: add postres geometry line segment [[<a href="https://github.com/jayy-lmao"><code>@​jayy-lmao</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3707">#3707</a>]: feat(Sqlite): add LockedSqliteHandle::last_error [[<a href="https://github.com/joeydewaal"><code>@​joeydewaal</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3710">#3710</a>]: feat: add ipnet support [[<a href="https://github.com/BeauGieskens"><code>@​BeauGieskens</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3711">#3711</a>]: feat(postgres): add geometry box [[<a href="https://github.com/jayy-lmao"><code>@​jayy-lmao</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3714">#3714</a>]: chore: expose bstr feature [[<a href="https://github.com/joeydewaal"><code>@​joeydewaal</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3716">#3716</a>]: feat(postgres): add geometry path [[<a href="https://github.com/jayy-lmao"><code>@​jayy-lmao</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3724">#3724</a>]: feat(sqlx-cli): Add flag to disable automatic loading of .env files [[<a href="https://github.com/benwilber"><code>@​benwilber</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3734">#3734</a>]: QueryBuilder: add debug_assert when <code>push_values</code> is passed an empty set of tuples [[<a href="https://github.com/chanmaoganda"><code>@​chanmaoganda</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3745">#3745</a>]: feat: sqlx sqlite expose de/serialize [[<a href="https://github.com/mattrighetti"><code>@​mattrighetti</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3765">#3765</a>]: Merge of <a href="https://redirect.github.com/launchbadge/sqlx/issues/3427">#3427</a> (by <a href="https://github.com/mpyw"><code>@​mpyw</code></a>) and <a href="https://redirect.github.com/launchbadge/sqlx/issues/3614">#3614</a> (by <a href="https://github.com/bonsairobo"><code>@​bonsairobo</code></a>) [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]] <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3427">#3427</a>] Expose <code>transaction_depth</code> through <code>get_transaction_depth()</code> method [[<a href="https://github.com/mpyw"><code>@​mpyw</code></a>]] <ul> <li>Changed to <code>Connection::is_in_transaction</code> in [<a href="https://redirect.github.com/launchbadge/sqlx/issues/3765">#3765</a>]</li> </ul> </li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3614">#3614</a>] Add <code>begin_with</code> methods to support database-specific transaction options [[<a href="https://github.com/bonsairobo"><code>@​bonsairobo</code></a>]]</li> </ul> </li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3769">#3769</a>]: feat(postgres): add geometry polygon [[<a href="https://github.com/jayy-lmao"><code>@​jayy-lmao</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3773">#3773</a>]: feat(postgres): add geometry circle [[<a href="https://github.com/jayy-lmao"><code>@​jayy-lmao</code></a>]]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/launchbadge/sqlx/commit/e7236881a1d618835d074481e45306a8ddc5a916"><code>e723688</code></a> Hotfix 0.8.5 (<a href="https://redirect.github.com/launchbadge/sqlx/issues/3824">#3824</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/f9084035d763b541c31d8d69f543583c4bc68f0f"><code>f908403</code></a> 0.8.4 release (<a href="https://redirect.github.com/launchbadge/sqlx/issues/3819">#3819</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/154878547e7e78c42bf97a34dccd745edbce2ef3"><code>1548785</code></a> fix: PgConnectOptions docs (<a href="https://redirect.github.com/launchbadge/sqlx/issues/3809">#3809</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/97bf270cafc6fa6402979125188c838e1572279c"><code>97bf270</code></a> Always set SQLITE_OPEN_URI (<a href="https://redirect.github.com/launchbadge/sqlx/issues/3289">#3289</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/42def59973139c7265d4d4ed302a0f701235479c"><code>42def59</code></a> fix(macros): cache macro metadata based on <code>CARGO_MANIFEST_DIR</code> (<a href="https://redirect.github.com/launchbadge/sqlx/issues/3815">#3815</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/e283bf9645713985f4a6c37b80b3fb5d9c07e087"><code>e283bf9</code></a> mysql: Fix panic on invalid text row length field</li> <li><a href="https://github.com/launchbadge/sqlx/commit/082aed5c2b6e68172bf29c377c3f5c87ca17cde4"><code>082aed5</code></a> Fix error message typo in PgPoint::from_str (<a href="https://redirect.github.com/launchbadge/sqlx/issues/3811">#3811</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/f0be19e6404a734d4d56bcc91410419ad6831ce5"><code>f0be19e</code></a> Enable json feature without db enabled (<a href="https://redirect.github.com/launchbadge/sqlx/issues/3801">#3801</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/1c9cbe939ada22f377e51f3d60d538bcfc567e8f"><code>1c9cbe9</code></a> feat: add ipnet support (<a href="https://redirect.github.com/launchbadge/sqlx/issues/3710">#3710</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/e474be6d4b4f7b8a1bbeb65363ef53015feebc47"><code>e474be6</code></a> docs: Fix a copy-paste error on get_username docs (<a href="https://redirect.github.com/launchbadge/sqlx/issues/3786">#3786</a>)</li> <li>Additional commits viewable in <a href="https://github.com/launchbadge/sqlx/compare/v0.8.3...v0.8.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlx&package-manager=cargo&previous-version=0.8.3&new-version=0.8.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Sign in to join this conversation.
No description provided.