---
title: "MariaDB C++ Connector 1.1.6 and 1.0.5 now available"
publish_date: 2025-03-14
author: "Daniel Bartholomew"
channel:
  - name: "Developer"
    url: "/ja/resources/blog/channel/developer.md"
tags:
  - name: "Connector/C++"
    url: "/resources/blog/tag/connector-c.md"
  - name: "MariaDB Connectors"
    url: "/resources/blog/tag/mariadb-connectors.md"
---

# MariaDB C++ Connector 1.1.6 and 1.0.5 now available

MariaDB is pleased to announce the immediate availability of the MariaDB Connector/C++ 1.1.6 and 1.0.5 releases.

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

## Release Notes

### MariaDB Connector/C++ 1.1.6

- [Release Notes for MariaDB Connector/C++ 1.1.6](https://staging-mdb.com/kb/en/mariadb-connector-cpp-1-1-6-release-notes/)

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

Notable changes in this release include:

- The Driver now always caches all binary results to avoid an access violation error while using a result-set created with server prepared statements after the connection object has been closed
- Reconnect and reset methods in the Connection interface are deprecated
- If trustServerCertificate is true (this is default) the connector will explicitly disable certificate verification. This enables the connector to work with Connector/C v.3.4 for unencrypted connections on the platforms where Connector/C is linked dynamically. Setting this option to false enables certificate verification
- Fixed possible crash in case of use of setBytes() method if passed sql::bytes object did not own the bytes array, but referenced C array
- Fixes for various issues

### MariaDB Connector/C++ 1.0.5

- [Release Notes for MariaDB Connector/C++ 1.0.5](https://staging-mdb.com/kb/en/mariadb-connector-cpp-1-0-5-release-notes/)

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

Notable changes in this release include:

- The Driver now always caches all binary results to avoid an access violation error while using a result-set created with server prepared statements after the connection object has been closed
- Reconnect and reset methods in the Connection interface are deprecated
- If trustServerCertificate is true (this is default) the connector will explicitly disable certificate verification. This enables the connector to work with Connector/C v.3.4 for unencrypted connections on the platforms where Connector/C is linked dynamically. Setting this option to false enables certificate verification
- Fixed possible crash in case of use of setBytes() method if passed sql::bytes object did not own the bytes array, but referenced C array
- Fixes for various issues

See the [release notes](https://staging-mdb.com/docs/release-notes/mariadb-connector-cpp-1-1/1-1-5/) 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.