Release Notes for MariaDB Connector/Python 1.0.9
This page is part of MariaDB's Documentation.
The parent of this page is: Release Notes for MariaDB Connector/Python 1.0
Topics on this page:
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, orCursor
class has been closed, the string representation of the object returned bytp_repr
now shows the status of the object. (CONPY-184)