---
title: "MariaDB Python Connector 1.1.5 now available"
publish_date: 2022-11-07
updated_date: 2023-07-13
author: "Daniel Bartholomew"
tags:
  - name: "MariaDB Connector/Python"
    url: "/resources/blog/tag/mariadb-connector-python.md"
  - name: "MariaDB Releases"
    url: "/resources/blog/tag/mariadb-releases.md"
---

# MariaDB Python Connector 1.1.5 now available

MariaDB is pleased to announce the immediate availability of the MariaDB Connector/Python 1.1.5 release.

**[Download Now](https://staging-mdb.com/downloads/connectors/connectors-data-access/python-connector/)**

## Release Notes

### MariaDB Connector/Python 1.1.5

- [Release Notes for MariaDB Connector/Python 1.1.5](https://staging-mdb.com/docs/release-notes/mariadb-connector-python-1-1/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](https://staging-mdb.com/docs/release-notes/mariadb-connector-python-1-1/1-1-5/) for full details and visit [mariadb.com/downloads/connectors/connectors-data-access/python-connector/](https://staging-mdb.com/downloads/connectors/connectors-data-access/python-connector/) to download.