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.0.22 to 0.1.0 #46

Merged
merged 1 commit into from
Apr 26, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2022

Bumps aiomysql from 0.0.22 to 0.1.0.

Release notes

Sourced from aiomysql's releases.

v0.1.0

Changes

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

  • Migrate to PEP 517 build system #746

  • Self-reported __version__ now returns version generated by setuptools-scm during build, otherwise 'unknown' #748

  • Fix SSCursor raising query timeout error on wrong query #428

... (truncated)

Changelog

Sourced from aiomysql's changelog.

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

  • Migrate to PEP 517 build system #746

  • Self-reported __version__ now returns version generated by setuptools-scm during build, otherwise 'unknown' #748

  • Fix SSCursor raising query timeout error on wrong query #428

Commits
  • 63deecc Update changelog for release (#769)
  • f6b50a1 Checkout git source to access changelog for GitHub release creation
  • f990ebf Change next version to 0.1.0 in changelog
  • 4c1c325 Fix GHA badge in readme after #734 (#762)
  • 1e474e6 Fix SSCursor raising query timeout error on wrong query on MySQL DB (#761)
  • ef42007 Specify explicit language for literal blocks in CONTRIBUTING.rst to reduce wa...
  • 89011c9 fix make checkrst (#759)
  • a0b7a82 Update sphinx requirement from <4.4.1,>=1.8.1 to 4.5.0 (#751)
  • 0255cfd Bump codecov/codecov-action from 2.1.0 to 3.0.0 (#758)
  • 5061351 Bump actions/cache from 2.1.7 to 3.0.1 (#752)
  • 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 Apr 26, 2022
Bumps [aiomysql](https://github.com/aio-libs/aiomysql) from 0.0.22 to 0.1.0.
- [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.0.22...v0.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/aiomysql-0.1.0 branch from da2e424 to a06bf71 Compare April 26, 2022 18:20
@PaulMarisOUMary PaulMarisOUMary merged commit 7cff9f7 into main Apr 26, 2022
@dependabot dependabot bot deleted the dependabot/pip/aiomysql-0.1.0 branch April 26, 2022 18:27
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