MariaDB Python Connector 1.0.9 now available
Posted on December 21, 2021 by Daniel Bartholomew
MariaDB is pleased to announce the immediate availability of the MariaDB Connector/Python 1.0.9 GA release.
Release Notes
MariaDB Connector/Python 1.0.9
MariaDB Connector/Python 1.0.9 is a Stable (GA) release. Notable changes in this release include:
- If an object of the Connection class, ConnectionPool class, or Cursor class has been closed, the string representation of the object returned by tp_repr now shows the status of the object
Issues fixed in this release include:
- When the Cursor.callproc() method is called multiple times, it causes a hang
- When the Connection.escape_string() method is called and a long string is provided as the parameter, it sometimes causes a crash
See the release notes page for more details and visit mariadb.com/downloads/connectors/connectors-data-access/python-connector/ to download.