---
title: "MariaDB C++ Connector 1.1.1-beta now available"
publish_date: 2022-03-04
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.1.1-beta now available

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

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

## Release Notes

### MariaDB Connector/C++ 1.1.1 Beta

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

MariaDB Connector/C++ 1.1.1 is a Beta release.

Notable changes in this release include:

- MariaDB Connector/C++ 1.1.1 adds the ability to create a connection pool to improve usage of resources and to provide a faster way to connect to the server.
- New node failover support.
- LOAD DATA LOCAL INFILE is not allowed by default. It can be switched on by using the allowLocalInfile property.

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