Update dependency mysqlclient to v2.2.7
This MR contains the following updates:
Package | Update | Change |
---|---|---|
mysqlclient | patch |
==2.2.0 -> ==2.2.7
|
Release Notes
PyMySQL/mysqlclient (mysqlclient)
v2.2.7
What's Changed
- MariaDB include paths for Win by @CristiFati in https://github.com/PyMySQL/mysqlclient/pull/749
- support opentelemetry-instrumentation by @methane in https://github.com/PyMySQL/mysqlclient/pull/753
New Contributors
- @CristiFati made their first contribution in https://github.com/PyMySQL/mysqlclient/pull/749
- @cazorla19 made their first contribution in https://github.com/PyMySQL/mysqlclient/pull/752
Full 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_path
option. It is needed to connect MySQL server withsha256_password
orcaching_sha2_password
authentication 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
libperconaserverclient
by @nattofriends in https://github.com/PyMySQL/mysqlclient/pull/718 - add MariaDB to README and doc by @robertsilen in https://github.com/PyMySQL/mysqlclient/pull/720
- Update license metadata by @methane in https://github.com/PyMySQL/mysqlclient/pull/722
- chore(deps): update dependency sphinx-rtd-theme to v3 by @renovate in https://github.com/PyMySQL/mysqlclient/pull/724
- chore(deps): update dependency sphinx to v8 by @renovate in https://github.com/PyMySQL/mysqlclient/pull/716
- ci: update test by @methane in https://github.com/PyMySQL/mysqlclient/pull/727
- ci: update MariaDB Connector/C by @methane in https://github.com/PyMySQL/mysqlclient/pull/726
- release 2.2.5 by @methane in https://github.com/PyMySQL/mysqlclient/pull/728
New Contributors
- @nattofriends made their first contribution in https://github.com/PyMySQL/mysqlclient/pull/718
- @robertsilen made their first contribution in https://github.com/PyMySQL/mysqlclient/pull/720
Full Changelog: https://github.com/PyMySQL/mysqlclient/compare/v2.2.4...v2.2.5
v2.2.4
What's Changed
- Support
ssl=True
by @methane in https://github.com/PyMySQL/mysqlclient/pull/700 - release 2.2.4 by @methane in https://github.com/PyMySQL/mysqlclient/pull/701
Full 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 @methane in https://github.com/PyMySQL/mysqlclient/pull/696
Full Changelog: https://github.com/PyMySQL/mysqlclient/compare/v2.2.2...v2.2.3
v2.2.2
What's Changed
- Support MySQL 8.3 by @methane in https://github.com/PyMySQL/mysqlclient/pull/690
-
conn.kill()
andconn.shutdown()
are deprecated.
-
- use ruff for formatter by @methane in https://github.com/PyMySQL/mysqlclient/pull/691
- doc: add link to README by @methane in https://github.com/PyMySQL/mysqlclient/pull/692
Full Changelog: https://github.com/PyMySQL/mysqlclient/compare/v2.2.1...v2.2.2
v2.2.1
What's Changed
-
Connection.ping()
avoid usingMYSQL_OPT_RECONNECT
option untilreconnect=True
is specified. MySQL 8.0.33 start showing warning when the option is used. (#664) - Windows: Update MariaDB Connector/C to 3.3.8. (#665)
- Windows: Build wheels for Python 3.12 (#644)
Merged pull requests
- Add build dependency for
pkg-config
to documentation by @hamarituc in https://github.com/PyMySQL/mysqlclient/pull/621 - Support pkg-config libmariadb by @methane in https://github.com/PyMySQL/mysqlclient/pull/631
- Update README.md by @raceybe in https://github.com/PyMySQL/mysqlclient/pull/633
- chore(python): add Python 3.12 in test matrix by @stegayet in https://github.com/PyMySQL/mysqlclient/pull/644
- Update actions/checkout action to v4 by @renovate in https://github.com/PyMySQL/mysqlclient/pull/654
- Do not use MYSQL_OPT_RECONNECT as possible. by @methane in https://github.com/PyMySQL/mysqlclient/pull/664
- add bash syntax highlighting to
README.md
by @Benjamin-Loison in https://github.com/PyMySQL/mysqlclient/pull/665 - use sphinx-rtd-theme by @methane in https://github.com/PyMySQL/mysqlclient/pull/668
- docs: Improve portability of brew prefix by @davemcphee in https://github.com/PyMySQL/mysqlclient/pull/667
- chore(deps): update dependency sphinx-rtd-theme to v2 by @renovate in https://github.com/PyMySQL/mysqlclient/pull/671
- chore(deps): update actions/setup-python action to v5 by @renovate in https://github.com/PyMySQL/mysqlclient/pull/674
- win: update mariadb connector/c to 3.3.8 by @methane in https://github.com/PyMySQL/mysqlclient/pull/676
- Release v2.2.1 by @methane in https://github.com/PyMySQL/mysqlclient/pull/679
New Contributors
- @hamarituc made their first contribution in https://github.com/PyMySQL/mysqlclient/pull/621
- @raceybe made their first contribution in https://github.com/PyMySQL/mysqlclient/pull/633
- @stegayet made their first contribution in https://github.com/PyMySQL/mysqlclient/pull/644
- @Benjamin-Loison made their first contribution in https://github.com/PyMySQL/mysqlclient/pull/665
- @davemcphee made their first contribution in https://github.com/PyMySQL/mysqlclient/pull/667
Full Changelog: https://github.com/PyMySQL/mysqlclient/compare/v2.2.0...v2.2.1
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.