Skip to content

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates mysqlclient from 2.1.1 to 2.2.6.

Changelog

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

======================

2.2.4

======================

Release: 2024-02-09

* Support ``ssl=True`` in ``connect()``. (700)
This makes better compatibility with PyMySQL and mysqlclient==2.2.1
with libmariadb. See 698 for detail.


======================

2.2.3

======================

Release: 2024-02-04

* Fix ``Connection.kill()`` method that broken in 2.2.2. (689)


======================

2.2.2

======================

Release: 2024-02-04

* Support building with MySQL 8.3 (688).
* Deprecate ``db.shutdown()`` and ``db.kill()`` methods in docstring.
This is because ``mysql_shutdown()`` and ``mysql_kill()`` were removed in MySQL 8.3.
They will emit DeprecationWarning in the future but not for now.


======================

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)


======================

2.2.0

======================

Release: 2023-06-22

* Use ``pkg-config`` instead of ``mysql_config`` (586)
* Raise ProgrammingError on -inf (557)
* Raise IntegrityError for ER_BAD_NULL. (579)
* Windows: Use MariaDB Connector/C 3.3.4 (585)
* Use pkg-config instead of mysql_config (586)
* Add collation option (564)
* Drop Python 3.7 support (593)
* Use pyproject.toml for build (598)
* Add Cursor.mogrify (477)
* Partial support of ssl_mode option with mariadbclient (475)
* Discard remaining results without creating Python objects (601)
* Fix executemany with binary prefix (605)

======================
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants