MariaDB Connector/Python 1.1.11 Release Notes
Note: This page describes features in the source repository for the MariaDB Connector/Python. There are currently no official packages or binaries available for download which contain the version of the driver described here. If you want to try out any of the new features described here you will need to get and run the code yourself.
This is a stable release of the MariaDB Connector/Python.
For a description of this library see the MariaDB Connector/Python documentation .
MariaDB Connector/Python enables python programs to access MariaDB and MySQL databases, using an API which is compliant with the Python DB API 2.0 (PEP-249). It is written in C and uses MariaDB Connector/C client library for client server communication.
Notable changes
- Added new property tls_peer_cert_info which returns peer certificate information (TLS connections only).
- Added support for Python 3.13
- Removed Python 3.8 builds
- Binary packages for Windows are now build with Connector/C 3.4.3
Bug fixes
- Build fixes for MariaDB Connector/C 3.4.x
- CONPY-289: BIGINT out of range on bulk insert
- CONPY-293: Fix gcc warnings
- CONPY-283: Incorrect result format after cursor.scroll()
Installation
MariaDB Connector/Python 1.1.11 can be obtained from central python repository:
$ pip3 install mariadb
or to upgrade to the most recent version
$ pip3 install --upgrade mariadb
Changelog
For a list of changes made in this release, with links to detailed information on each push, see the changelog.
Links:
- Documentation
- Bug tracker
- Sources are hosted on Github