Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sqlx from 0.5.5 to 0.5.7 #210

Merged
merged 1 commit into from
Dec 8, 2021
Merged

Bump sqlx from 0.5.5 to 0.5.7 #210

merged 1 commit into from
Dec 8, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2021

Bumps sqlx from 0.5.5 to 0.5.7.

Changelog

Sourced from sqlx's changelog.

0.5.7 - 2021-08-20

  • [#1392] use resolve_path when getting path for include_str!() [[@​abonander]]
    • Fixes a regression introduced by [#1332].
  • [#1393] avoid recursively spawning tasks in PgListener::drop() [[@​abonander]]
    • Fixes a panic that occurs when PgListener is dropped in async fn main().

#1392: launchbadge/sqlx#1392 #1393: launchbadge/sqlx#1393

0.5.6 - 2021-08-16

A large bugfix release, including but not limited to:

  • [#1329] Implement MACADDR type for Postgres [[@​nomick]]
  • [#1363] Fix PortalSuspended for array of composite types in Postgres [[@​AtkinsChang]]
  • [#1320] Reimplement sqlx::Pool internals using futures-intrusive [[@​abonander]]
    • This addresses a number of deadlocks/stalls on acquiring connections from the pool.
  • [#1332] Macros: tell the compiler about external files/env vars to watch [[@​abonander]]
    • Includes sqlx build-script to create a build.rs to watch migrations/ for changes.
    • Nightly users can try RUSTFLAGS=--cfg sqlx_macros_unstable to tell the compiler to watch migrations/ for changes instead of using a build script.
    • See the new section in the docs for sqlx::migrate!() for details.
  • [#1351] Fix a few sources of segfaults/errors in SQLite driver [[@​abonander]]
  • [#1323] Keep track of column typing in SQLite EXPLAIN parsing [[@​marshoepial]]
    • This fixes errors in the macros when using INSERT/UPDATE/DELETE ... RETURNING ... in SQLite.

[A total of 25 pull requests][0.5.6-prs] were merged this release cycle!

#1329: launchbadge/sqlx#1329 #1363: launchbadge/sqlx#1363 #1320: launchbadge/sqlx#1320 #1332: launchbadge/sqlx#1332 #1351: launchbadge/sqlx#1351 #1323: launchbadge/sqlx#1323 [0.5.6-prs]: https://github.com/launchbadge/sqlx/pulls?q=is%3Apr+is%3Amerged+merged%3A2021-05-24..2021-08-17

Commits
  • 3749e0e chore: prepare 0.5.7 (hotfix) release (#1394)
  • 0e8ffb5 fix(postgres): avoid recursively spawning tasks in PgListener::drop() (#1393)
  • c04f83b fix(macros): use resolve_path when getting path for include_str!() (#1392)
  • 207e6db chore: bump versions of sqlx-* in dependencies
  • 6bb1c71 preparing 0.5.6 release (#1382)
  • 774880d cockroachdb fix for macro (#1386)
  • 38435ca fix(cli): pin clap_derive version (#1381)
  • dd27aa0 Fix bug for PostgreSQL if the statement has type holes (#1363)
  • e7c3610 fix: Ignore __CARGO_FIX_PLZ when running "cargo metadata" in macro (#1352)
  • e77219f Add docs for fetch_all, example for postgres transactions (#1255)
  • Additional commits viewable in compare view

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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 17, 2021
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.5.5 to 0.5.7.
- [Release notes](https://github.com/launchbadge/sqlx/releases)
- [Changelog](https://github.com/launchbadge/sqlx/blob/master/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.5.5...v0.5.7)

---
updated-dependencies:
- dependency-name: sqlx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/sqlx-0.5.7 branch from 4bec1c7 to fcb38ad Compare December 8, 2021 12:54
@ellie ellie enabled auto-merge (squash) December 8, 2021 23:25
@ellie ellie disabled auto-merge December 8, 2021 23:25
@ellie ellie merged commit cd3af87 into main Dec 8, 2021
@ellie ellie deleted the dependabot/cargo/sqlx-0.5.7 branch December 8, 2021 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant