MariaDB Connector/C 3.4.2 Release Notes

You are viewing an old version of this article. View the current version here.

Download Release Notes Changelog About MariaDB Connector/C

Release date: xx Sep 2024

This is a Stable (GA) release of MariaDB Connector/C, formerly known as MariaDB Client Library for C.

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

Notable Changes

  • Added option MARIADB_TLS_VERIFY_STATUS to retrieve status of peer certificate validation via mariadb_get_infov().
  • CONC-724: Added option MARIADB_OPT_TLS_VERIFICATION_CALLBACK to specify a callback function for peer certificate testing.
  • Man pages are no longer stored in github repository. They can be build with cmake option -DWITH_DOCS=ON (requires pyhon 3 and pandoc).
  • If the environment variable MARIADB_TLS_DISABLE_PEER_VERIFICATION was set, the peer certificate verification will be skipped.
  • CONC-717: Added windows support for the parsec authentication plugin, a new plugin added to MariaDB Server 11.6

Issues fixed:

  • CONC-712: Skip host name verification on local connections
  • CONC-718: parsec client doesn't build on OS X
  • CONC-719: Fixed parsec plugin declaration
  • CONC-720: Fixed build error when building parsec plugin with gnutls.
  • CONC-722: Fixed parsec build under windows (OpenSSL)
  • CONC-723: Fixed build with CLIENT_PLUGIN_CLIENT_ED25519=OFF
  • CONC-730: Undefined behavior in the reference Ed25519 implementation
  • CONC-731: Wrong error message if incorrect fingerprint was specified
  • CONC-732: Always set verification callback function, even if peer certificate validation is disabled (OpenSSL)
  • CONC-733: Broken Documentation build (option -DWITH_DOCS=ON)

Changelog

For a list of changes made in this release, with links to detailed information on each push, see the changelog.


Be notified of new MariaDB Server releases automatically by subscribing to the MariaDB Foundation community announce 'at' lists.mariadb.org announcement list (this is a low traffic, announce-only list). MariaDB plc customers will be notified for all new releases, security issues and critical bug fixes for all MariaDB plc products thanks to the Notification Services.

MariaDB may already be included in your favorite OS distribution. More information can be found on the Distributions which Include MariaDB page.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.