Release Notes for MariaDB Connector/Python 1.0.7

Overview

MariaDB Connector/Python is the interface between Python applications and MariaDB Server. MariaDB Connector/Python enables development of Python applications. 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.7 was released on 2021-06-07. This release is of General Availability (GA) maturity.

Issues Fixed

Can result in a hang or crash

  • Repeated calls to get_server_version method can result in segmentation fault. (CONPY-155)

  • Segmentation fault when re-fetching connections from a connection pool. (CONPY-144)

Can result in unexpected behavior

  • Queries that return invalid dates raise exceptions in Python instead of returning NULL for the data field. (CONPY-150)