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

# MariaDB Python Connector 1.0.11 now available

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

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

## Release Notes

### MariaDB Connector/Python 1.0.11

- [Release Notes for MariaDB Connector/Python 1.0.11](https://staging-mdb.com/docs/release-notes/mariadb-connector-python-1-0/1-0-11/)

MariaDB Connector/Python 1.0.11 is a stable (GA) release.

Issues fixed in this release include:

- When the executemany() method is used to execute an INSERT … RETURNING statement, a result set is not returned.
- When a Cursor object is closed, the corresponding reference counter in the Connection object is not decremented, so a memory leak can occur.

See the [release notes page](https://staging-mdb.com/docs/release-notes/mariadb-connector-python-1-0/1-0-11/) for more 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.