Release Notes for MariaDB Connector/Python 1.0.4

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.4 was released on 2020-10-20. This release is of General Availability (GA) maturity.

Notable Changes

  • Now uses the Python 3.9 wheel package on Windows.

Issues Fixed

  • Frees pending result-sets when closing the cursor. (CONPY-123)

  • Fixes build issue when using Connector/C releases older than 3.1.8. (CONPY-125)

  • Fixes build issue, replacing obsolete ULONG_LONG_MAX definitions. (CONPY-125)