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

build(deps): bump mysql_async from 0.31.3 to 0.32.1 #870

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2023

Bumps mysql_async from 0.31.3 to 0.32.1.

Release notes

Sourced from mysql_async's releases.

v.0.32.1

  • fix regression introduced in v0.32.0 (reported by @​cloneable in #243)

  • add a set of commands to execute each time Conn::reset or Conn::change_user` is performed.

    New APIs:

    • Opts::setup
    • OptsBuilder::setup
  • add a way to opt out of pooled connection reset:

    Pooled connection reset is now the default but comes with a performance cost. Please read the docs on PoolOpts::with_reset_connection

    New APIs:

    • PoolOpts::with_reset_connection
    • PoolOpts::reset_connection
    • Conn::reset_connection

Full Changelog: blackbeam/mysql_async@v0.32.0...v0.32.1

v0.32.0 (Yanked)

Breaking changes

New features:

  • Add FromRow and FromValue derive macros (see mysql_common crate-level docs)
  • New Opts::client_found_rows setting to return found rows when writing to the database (by @​pimeys in #236)
  • mysql_clear_password support is implemented (opt-in via Opts::enable_cleartext_plugin)
  • COM_CHANGE_USER is now supported (via Conn::change_user function)

Other changes:

  • Poll will now reset acquired connections (see #240)
  • Conn::reset will now falls back to COM_CHANGE_USER instead of reconnecting

Auto-generated changelog follows

What's Changed

New Contributors

Full Changelog: blackbeam/mysql_async@v0.31.3...v0.32.2

... (truncated)

Commits
  • 73dbb96 Add Opts::setup and OptsBuilder::setup
  • 7c6572d Add a way to opt-out of pooled connection reset
  • 32c6f2a Bump micro version
  • f23dca0 recycler: check for closed pool in conn_return! macro
  • 8c4b72a recycler: assert that reset queue is exhausted on eof
  • 411a84a pool: Fix some connections not being properly reset
  • bbf24b0 Bump dependencies
  • 3763e92 Bump mysql_common to 0.30.1
  • bd6a503 Merge pull request #242 from blackbeam/mysql-common-derive
  • ec9a15b Fix tests
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Bumps [mysql_async](https://github.com/blackbeam/mysql_async) from 0.31.3 to 0.32.1.
- [Release notes](https://github.com/blackbeam/mysql_async/releases)
- [Commits](blackbeam/mysql_async@v0.31.3...v0.32.1)

---
updated-dependencies:
- dependency-name: mysql_async
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 14, 2023
@scsmithr scsmithr self-assigned this Apr 14, 2023
@scsmithr scsmithr mentioned this pull request Apr 14, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 14, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/mysql_async-0.32.1 branch April 14, 2023 19:32
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant