MariaDB Connector C 3.2.0 beta now available
Posted on junio 10, 2021 by Daniel Bartholomew
MariaDB is pleased to announce the immediate availability of MariaDB Connector/C 3.2.0 Beta. See the release notes and changelog for details and visit mariadb.com/downloads/#connectors to download.
Release Notes and Changelog
MariaDB Connector/C 3.2.0 Beta
New Features
- Do not resend prepared statement metadata unnecessarily
- Added support for passwords > 255 characters
- LOAD DATA LOCAL is now supported in binary protocol
- Updated/extended cipher suite list for Schannel TLS module
- Added support for certificate revocation list in GnuTLS module
- Changed default character set from latin1 to utf8mb4
- Added support for non blocking calls using binary protocol
- mysql_get_client_* api functions now return Connector version
Notable Changes
- The connection plugin «aurora» was removed
- Default character set is now utf8mb4
- Character set utf8 will be mapped to utf8mb3
- Added support for MSVC asan