---
title: "MariaDB Python Connector 1.0.10 now available"
publish_date: 2022-02-18
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.0.10 now available

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

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

## Release Notes

### MariaDB Connector/Python 1.0.10

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

MariaDB Connector/Python 1.0.10 is a Stable (GA) release.

Issues fixed in this release include:

- executemany() with NULL values fails in fallback mode. When connecting to a server that doesn’t support bulk operations (binary protocol), the fallback routine doesn’t handle NULL values correctly.
- When any method or property of an object is called after the object (pool, connection, cursor) has been closed, a crash occurs.

See the release notes page 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.