MariaDB ODBC Connector 3.1.17, and Python Connector 1.1.4 now available
Posted on August 30, 2022 by Daniel Bartholomew
MariaDB is pleased to announce the immediate availability of MariaDB Connector/ODBC 3.1.17, and Connector/Python 1.1.4.
Release Notes and Changelog
MariaDB Connector/ODBC 3.1.17
Notable items in this release include:
- Result set streaming has been added to reduce memory usage while fetching results from the server.
- On macOS and Microsoft Windows, MariaDB Connector/ODBC 3.1.17 is statically linked with MariaDB Connector/C 3.3.2
- On Linux, MariaDB Connector/ODBC 3.1.17 is dynamically linked with MariaDB Connector/C. MariaDB Connector/C versions 3.2 or greater can be used. Version 3.3 or greater is required for the failover feature
MariaDB Connector/Python 1.1.4
Notable items in this release include:
- The reconnect keyword argument is supported for the mariadb.connect() method
See the release notes and changelogs for more details and visit mariadb.com/downloads/connectors to download.