Bump mysqlclient from 2.1.1 to 2.2.7
Bumps mysqlclient from 2.1.1 to 2.2.7.
Release notes
Sourced from mysqlclient's releases.
v2.2.7
What's Changed
- MariaDB include paths for Win by
@CristiFatiin PyMySQL/mysqlclient#749- support opentelemetry-instrumentation by
@methanein PyMySQL/mysqlclient#753New Contributors
@CristiFatimade their first contribution in PyMySQL/mysqlclient#749@cazorla19made their first contribution in PyMySQL/mysqlclient#752Full Changelog: https://github.com/PyMySQL/mysqlclient/compare/v2.2.6...v2.2.7
v2.2.6
What's Changed
MariaDB Connector/C 3.4 and MairaDB 11.4 had enabled SSL and CA verification by default. It affected 2.2.5 windows wheels. This release disables SSL and CA verification by default for backward compatibility. (#731)
Add
server_public_key_pathoption. It is needed to connect MySQL server withsha256_passwordorcaching_sha2_passwordauthentication plugin without secure connection. (#744)Full Changelog: https://github.com/PyMySQL/mysqlclient/compare/v2.2.5...v2.2.6
v2.2.5
What's Changed
- Support building against Percona Server builds of MySQL client library
libperconaserverclientby@nattofriendsin PyMySQL/mysqlclient#718- add MariaDB to README and doc by
@robertsilenin PyMySQL/mysqlclient#720- Update license metadata by
@methanein PyMySQL/mysqlclient#722- chore(deps): update dependency sphinx-rtd-theme to v3 by
@renovatein PyMySQL/mysqlclient#724- chore(deps): update dependency sphinx to v8 by
@renovatein PyMySQL/mysqlclient#716- ci: update test by
@methanein PyMySQL/mysqlclient#727- ci: update MariaDB Connector/C by
@methanein PyMySQL/mysqlclient#726- release 2.2.5 by
@methanein PyMySQL/mysqlclient#728New Contributors
@nattofriendsmade their first contribution in PyMySQL/mysqlclient#718@robertsilenmade their first contribution in PyMySQL/mysqlclient#720Full Changelog: https://github.com/PyMySQL/mysqlclient/compare/v2.2.4...v2.2.5
v2.2.4
What's Changed
- Support
ssl=Trueby@methanein PyMySQL/mysqlclient#700- release 2.2.4 by
@methanein PyMySQL/mysqlclient#701Full Changelog: https://github.com/PyMySQL/mysqlclient/compare/v2.2.3...v2.2.4
v2.2.3
What's Changed
- fix
Connection.kill()broken since 2.2.2 by@methanein PyMySQL/mysqlclient#696
... (truncated)
Changelog
Sourced from mysqlclient's changelog.
What's new in 2.2.7
Release: 2025-01-10
- Add
user,host,database, anddbattributes toConnection. opentelemetry-instrumentation-(dbapi|mysqlclient) use them. (#753)====================== What's new in 2.2.6
Release: 2024-11-12
MariaDB Connector/C 3.4 and MairaDB 11.4 enabled SSL and CA verification by default. It affected 2.2.5 windows wheel. This release disables SSL and CA verification by default. (#731)
Add
server_public_key_pathoption. It is needed to connect MySQL server withsha256_passwordorcaching_sha2_passwordauthentication plugin without secure connection. (#744)====================== What's new in 2.2.5
Release: 2024-10-20
- (Windows wheel) Update MariaDB Connector/C to 3.4.1. #726
- (Windows wheel) Build wheels for Python 3.13. #726
====================== What's new in 2.2.4
Release: 2024-02-09
- Support
ssl=Trueinconnect(). (#700) This makes better compatibility with PyMySQL and mysqlclient==2.2.1 with libmariadb. See #698 for detail.====================== What's new in 2.2.3
Release: 2024-02-04
- Fix
Connection.kill()method that broken in 2.2.2. (#689)
... (truncated)
Commits
2076d16release v2.2.7 (#754)2226fc4support opentelemetry-instrumentation (#753)8103651add database name as the Connection attribute (#752)207ac1awindows: add MariaDB include paths (#749)49e44c5chore(deps): update codecov/codecov-action action to v5 (#747)afdd93aci: fix django test (#746)5e85107release v2.2.6 (#745)feea60csupport server_public_key_path option. (#744)89511eewindows: use DEFAULT_SSL_VERIFY_SERVER_CERT=0 option (#731)6eb6c2frelease 2.2.5 (#728)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.