Connector/C++ 1.1.7 Release Notes

Download Now

Release date: 2 Oct 2025

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

circle-info

For a description of this library see the MariaDB Connector/C++ page.

MariaDB Connector/C++ is the interface between C++ applications and MariaDB Server. MariaDB Connector/C++ enables development of C++ applications using a JDBC-based API, which is also used by MariaDB Connector/J.

MariaDB Connector/C++ implements the MySQL protocol using the MariaDB Connector/C API. This release depends on MariaDB Connector/C 3.3.17.

Notable Changes

  • CONCPP-75arrow-up-right - Introduced restrictedAuth connection option restricting connector in authentication plugins it may use. By using this option, application can define a comma-separated list of plugins allowed to use. That may not allow server to silently downgrade the authentication method.

  • CONCPP-146arrow-up-right - Introduced initSql connection option permitting application to set a single query or the semi-colon separated list of SQL queries to be executed at the connection time

Bugs Fixed

Installation

This page is: Copyright © 2025 MariaDB. All rights reserved.

spinner

Last updated

Was this helpful?