mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-17 21:24:15 +08:00
Release v2.2.1 (#679)
This commit is contained in:
13
HISTORY.rst
13
HISTORY.rst
@ -1,3 +1,16 @@
|
|||||||
|
======================
|
||||||
|
What's new in 2.2.1
|
||||||
|
======================
|
||||||
|
|
||||||
|
Release: 2023-12-13
|
||||||
|
|
||||||
|
* ``Connection.ping()`` avoid using ``MYSQL_OPT_RECONNECT`` option until
|
||||||
|
``reconnect=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)
|
||||||
|
|
||||||
|
|
||||||
======================
|
======================
|
||||||
What's new in 2.2.0
|
What's new in 2.2.0
|
||||||
======================
|
======================
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
__author__ = "Inada Naoki <songofacandy@gmail.com>"
|
__author__ = "Inada Naoki <songofacandy@gmail.com>"
|
||||||
__version__ = "2.2.0"
|
__version__ = "2.2.1"
|
||||||
version_info = (2, 2, 0, "final", 0)
|
version_info = (2, 2, 1, "final", 0)
|
||||||
|
Reference in New Issue
Block a user