---
title: "MariaDB C++ Connector 1.0.2 now available"
publish_date: 2022-10-11
updated_date: 2023-07-13
author: "Daniel Bartholomew"
tags:
  - name: "Connector/C++"
    url: "/resources/blog/tag/connector-c.md"
  - name: "MariaDB Releases"
    url: "/resources/blog/tag/mariadb-releases.md"
---

# MariaDB C++ Connector 1.0.2 now available

MariaDB is pleased to announce the immediate availability of the MariaDB Connector/C++ 1.0.2 release.

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

## Release Notes

### MariaDB Connector/C++ 1.0.2

- [Release Notes for MariaDB Connector/C++ 1.0.2](https://staging-mdb.com/docs/release-notes/mariadb-connector-cpp-1-0/1-0-2/)

MariaDB Connector/C++ 1.0.2 is a Stable (GA) release.

Notable changes in this release include:

- Added support of two optimized modes of executeBatch/executeLargeBatch PreparedStatement methods execution 
    - rewriteBatchedStatements connection option
    - useBulkStmts connection option

See the [release notes](https://staging-mdb.com/docs/release-notes/mariadb-connector-cpp-1-0/1-0-2/) page for more details and visit [mariadb.com/downloads/connectors/connectors-data-access/cpp-connector/](https://staging-mdb.com/downloads/connectors/connectors-data-access/cpp-connector/) to download.