15
0

- update to 2.2.1:

* ``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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=39
This commit is contained in:
2023-12-16 19:09:19 +00:00
committed by Git OBS Bridge
parent 7b9d943cac
commit 832868a0ed
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Dec 16 19:08:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.2.1:
* ``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.
-------------------------------------------------------------------
Mon Nov 27 19:37:59 UTC 2023 - Dirk Müller <dmueller@suse.com>