Release Notes for MariaDB Connector/Python 1.0.9

Overview

MariaDB Connector/Python is a native MariaDB connector for building Python applications on MariaDB. It is compliant with Python DB API 2.0 (PEP-249). It is written in C and uses MariaDB Connector/C.

MariaDB Connector/Python 1.0.9 was released on 2021-12-21. This release is of General Availability (GA) maturity.

Notable Changes

  • 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. (CONPY-184)

Issues Fixed

  • When the Cursor.callproc() method is called multiple times, it causes a hang. (CONPY-178)

  • When the Connection.escape_string() method is called and a long string is provided as the parameter, it sometimes causes a crash. (CONPY-175)