MariaDB Python Connector 1.1.5 now available
Posted on November 7, 2022 by Daniel Bartholomew
MariaDB is pleased to announce the immediate availability of the MariaDB Connector/Python 1.1.5 release.
Release Notes
MariaDB Connector/Python 1.1.5
MariaDB Connector/Python 1.1.5 is a stable (GA) release.
Notable changes in this release include:
- Improved performance of the cursor.fetchone(), cursor.fetchall(), and cursor.fetchmany() methods
- Added the _get_socket() method, which returns the file descriptor associated with a connection’s TCP socket by calling the mysql_get_socket() function in MariaDB Connector/C
See the release notes page for full details and visit mariadb.com/downloads/connectors/connectors-data-access/python-connector/ to download.