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

dep: bump aiomysql from 0.1.0 to 0.1.1 #54

Merged
merged 1 commit into from
May 9, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2022

Bumps aiomysql from 0.1.0 to 0.1.1.

Release notes

Sourced from aiomysql's releases.

v0.1.1

Changes

0.1.1 (2022-05-08) ^^^^^^^^^^^^^^^^^^

  • Fix SSL connection handshake charset not respecting client configuration #776

0.1.0 (2022-04-11) ^^^^^^^^^^^^^^^^^^

  • Don't send sys.argv[0] as program_name to MySQL server by default #620

  • Allow running process as anonymous uid #587

  • Fix timed out MySQL 8.0 connections raising InternalError rather than OperationalError #660

  • Fix timed out MySQL 8.0 connections being returned from Pool #660

  • Ensure connections are properly closed before raising an OperationalError when the server connection is lost #660

  • Ensure connections are properly closed before raising an InternalError when packet sequence numbers are out of sync #660

  • Unix sockets are now internally considered secure, allowing sha256_password and caching_sha2_password auth methods to be used #695

  • Test suite now also tests unix socket connections #696

  • Fix SSCursor raising InternalError when last result was not fully retrieved #635

  • Remove deprecated no_delay argument #702

  • Support PyMySQL up to version 1.0.2 #643

  • Bump minimal PyMySQL version to 1.0.0 #713

  • Align % formatting in Cursor.executemany() with Cursor.execute(), literal % now need to be doubled in Cursor.executemany() #714

  • Fixed unlimited Pool size not working, this is now working as documented by passing maxsize=0 to create_pool #119

  • Added Pool.closed property as present in aiopg #463

  • Fixed SQLAlchemy connection context iterator #410

  • Fix error packet handling for SSCursor #428

  • Required python version is now properly documented in python_requires instead of failing on setup.py execution #731

  • Add rsa extras_require depending on PyMySQL[rsa] #557

... (truncated)

Changelog

Sourced from aiomysql's changelog.

0.1.1 (2022-05-08) ^^^^^^^^^^^^^^^^^^

  • Fix SSL connection handshake charset not respecting client configuration #776
Commits
  • 8a32f05 Update changelog for 0.1.1 release (#784)
  • 36a6962 Bump pytest from 7.1.1 to 7.1.2 (#781)
  • 4c766f0 XFail test_issue_36 for now to avoid failing for unrelated changes (#779)
  • cd06af8 Skip codecov uploads in scheduled daily tests (#778)
  • fc68df2 Bump codecov/codecov-action from 3.0.0 to 3.1.0 (#777)
  • 23b0fea Fix SSL connection handshake charset not respecting client configuration (#776)
  • fe0120b Bump ncipollo/release-action from 1.9.0 to 1.10.0 (#766)
  • 5a42bc1 Bump actions/cache from 3.0.1 to 3.0.2 (#771)
  • aad6121 Bump actions/download-artifact from 2 to 3 (#765)
  • 766e70e Bump actions/upload-artifact from 2 to 3 (#767)
  • See full diff 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)

Bumps [aiomysql](https://github.com/aio-libs/aiomysql) from 0.1.0 to 0.1.1.
- [Release notes](https://github.com/aio-libs/aiomysql/releases)
- [Changelog](https://github.com/aio-libs/aiomysql/blob/master/CHANGES.txt)
- [Commits](aio-libs/aiomysql@v0.1.0...v0.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from PaulMarisOUMary as a code owner May 9, 2022 17:42
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 9, 2022
@PaulMarisOUMary PaulMarisOUMary merged commit d0e9910 into main May 9, 2022
@dependabot dependabot bot deleted the dependabot/pip/aiomysql-0.1.1 branch May 9, 2022 17:50
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.

None yet

1 participant