================
Released 2025 Mar 07.
Drivers
-------
* Extended default list of MySQL drivers to ``mysqldb``, ``mysqlclient``,
``mysql-connector``, ``mysql-connector-python``, ``pymysql``.
* Extended default list of PostgreSQL drivers to ``psycopg``, ``psycopg2``,
``pygresql``, ``pg8000``.
* Fixed outstanding problems with ``psycopg``. It's now the first class driver.
* Fixed all problems with ``pg8000``. It's now the first class driver.
* Dropped support for ``CyMySQL``;
its author refused to fix unicode-related problems.
* Dropped support for ``py-postgresql``; it's completely broken
with debianized ``Postgres`` and the authors reject fixes.
Tests
-----
* Added tests for ``mysqldb`` (aka ``mysql-python``)
and ``mysqlclient`` on w32.
* Improved tests of ``mysql-connector`` and ``mysql-connector-python``.
CI
--
* Tests(GHActions): Fixed old bugs in the workflow on w32.
* Run tests with ``psycopg[c]``.