---
title: "Announcing General Availability of MariaDB Connector/C++1.1"
publish_date: 2024-02-21
author: "Ralf Gebhardt"
channel:
  - name: "Developer"
    url: "/resources/blog/channel/developer.md"
tags:
  - name: "Connector/C++"
    url: "/resources/blog/tag/connector-c.md"
---

# Announcing General Availability of MariaDB Connector/C++1.1

We are pleased to announce the general availability of a new release series of MariaDB Connector/C++.

MariaDB Connector/C++ delivers an object-oriented C interface, implemented as a custom C++ version of Java’s JDBC API, for developers building applications with C++ for MariaDB Server.

MariaDB Connector/C++ 1.1 includes the following new features:

- - New Prepared Statement Cache
    - Connector Level Logging
    - Connection pool to improve usage of resources and to provide a faster connections
    - Result Set streaming support
    - Optimized batch processing with prepared statements
    - Packages for Red Hat (rpm) and Debian/Ubuntu (deb) added

More details can also be found in the [Release Notes](https://staging-mdb.com/docs/server/release-notes/mariadb-connector-cpp-1-1/1-1-3/).

MariaDB Connector/C++ is available from the [MariaDB Download page](https://staging-mdb.com/downloads/connectors/connectors-data-access/cpp-connector) (choose “C++ connector”).

MariaDB Enterprise Documentation includes [instructions for installing and using Connector/C++](https://staging-mdb.com/docs/appdev/connector-cpp).

For more code samples, demos and resources on how to build modern applications with MariaDB, please visit our new [MariaDB Developer Hub](https://staging-mdb.com/developers/).