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 asyncmy from 0.2.7 to 0.2.9 #890

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 7, 2023

Bumps asyncmy from 0.2.7 to 0.2.9.

Release notes

Sourced from asyncmy's releases.

v0.2.9

  • Added support for SSL context creation via ssl parameter using a dictionary containing mysql_ssl_set parameters. (#64)
  • Fix bug with fallback encoder in the escape_item() function. (#65)

v0.2.8

  • Fix sudden loss of float precision. (#56)
  • Fix pool echo parameter not apply to create connection. (#62)
  • Fix replication reconnect.

v0.2.8-rc2

  • Fix pool echo parameter not apply to create connection. (#62)

v0.2.8-rc1

  • Fix sudden loss of float precision. (#56)
Changelog

Sourced from asyncmy's changelog.

0.2.9

  • Added support for SSL context creation via ssl parameter using a dictionary containing mysql_ssl_set parameters. (#64)
  • Fix bug with fallback encoder in the escape_item() function. (#65)

0.2.8

  • Fix sudden loss of float precision. (#56)
  • Fix pool echo parameter not apply to create connection. (#62)
  • Fix replication reconnect.
Commits
  • 044a4b0 Merge pull request #75 from pgamez/dev
  • 5c3d5e8 Fixes getting host/port values from config file
  • 70ecaf4 fix: binlog stream
  • 8a4be19 Merge pull request #70 from jackwotherspoon/dev
  • f0c596c chore: update README typo
  • 2764cf7 Merge pull request #68 from Hardtack/feature/fix-mariadb-ci
  • da6ba8a Fix regex for validating server info in test_connect()
  • 68af479 Fix CI for MariaDB by decoupling configuration from MySQL
  • a152655 fix: binlog stream
  • c20ef10 Merge pull request #66 from Hardtack/feature/fix-default-encoder
  • 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 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 [asyncmy](https://github.com/long2ice/asyncmy) from 0.2.7 to 0.2.9.
- [Release notes](https://github.com/long2ice/asyncmy/releases)
- [Changelog](https://github.com/long2ice/asyncmy/blob/dev/CHANGELOG.md)
- [Commits](long2ice/asyncmy@v0.2.7...v0.2.9)

---
updated-dependencies:
- dependency-name: asyncmy
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 7, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 7, 2023

Looks like asyncmy is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 7, 2023
@dependabot dependabot bot deleted the dependabot/pip/asyncmy-0.2.9 branch December 7, 2023 13:09
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.

0 participants