v2.2.1
版本发布时间: 2023-12-13 21:37:54
PyMySQL/mysqlclient最新发布版本:v2.2.4(2024-03-10 18:17:55)
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