Release Notes for MariaDB Connector/Python 1.1.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 Python and C and uses MariaDB Connector/C.

MariaDB Connector/Python 1.1.9 was released on 2023-12-22. This release is of General Availability (GA) maturity.

Issues Fixed

  • Allow to retrieve data from buffered cursor if the connection was already closed before. (CONPY-276)

  • Instead of releasing non freed objects (cursor and connection) in tp_dealloc, they are freed now in tp_finalize to avoid possible crashes. (CONPY-274)

  • Fixed crash in escape_string of the connection object (CONPY-273)