Release Notes for MariaDB Connector/Python 1.0.6

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.6 was released on 2021-02-19. This release is of General Availability (GA) maturity.

Issues Fixed

  • Fixed memory leak in connection class (server_version_info) (CONC-142)

  • When using binary protocol, convert data to binary object only if the character set is BINARY(63), not if the flag was set and character set is a non-binary character set. (CONC-138, CONC-141)