MariaDB C++ Connector 1.1.7 and 1.0.6 now available

spacer

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

Release Notes

MariaDB Connector/C++ 1.1.7

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

Notable changes in this release include:

  • Introduced restrictedAuth connection option restricting connector in authentication plugins it may use. By using this option, applications can define a comma-separated list of plugins it is allowed to use. That may not allow server to silently downgrade the authentication method.
  • Introduced initSql connection option permitting an application to set a single query or a semi-colon separated list of SQL queries to be executed at the connection time
  • Fixes for various issues

MariaDB Connector/C++ 1.0.6

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

Notable changes in this release include:

  • Introduced restrictedAuth connection option restricting connector in authentication plugins it may use. By using this option, applications can define a comma-separated list of plugins it is allowed to use. That may not allow server to silently downgrade the authentication method.
  • Fixes for various issues

See the release notes pages for more details and visit mariadb.com/downloads/connectors/connectors-data-access/cpp-connector/ to download.