Search Results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-15.html
This release contains no functional changes, and is published to align its version number with that of the MySQL Server 8.0.15 release.
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-25.html
This release contains no functional changes, and is published to align its version number with that of the MySQL Server 8.0.25 release.
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-27.html
Pluggable Authentication Bugs Fixed Pluggable Authentication Applications that use the legacy JDBC API now can establish connections without passwords for accounts that use the authentication_oci server-side authentication plugin, provided that the ...To ensure correct account mapping, the client-side Oracle Cloud Infrastructure configuration must contain a fingerprint of the API key to use for authentication (fingerprint entry) and the location of a PEM file with the private part of the API key (key_file ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-30.html
Character Set Support Packaging Notes Functionality Added or Changed Bugs Fixed Character Set Support The renaming of the utf8 character set to utf8mb3 in MySQL 8.0.30—together with new utf8mb4 collations—generated errors related to collation ...To support the character-set name change and the new collations, several API changes now are ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-31.html
Long-standing issues, such as applications that link to the static connector library (libmysqlcppconn8-static.a) not being able to also link to a Protobuf library at the same time, now are resolved by building from sources a variant that links ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-2-0.html
WebAuthn authentication enables users to authenticate to MySQL Server using WebAuthn-aware devices based on either the FIDO or FIDO2 standard. Packaging Notes Functionality Added or Changed Packaging Notes The MSI package definition files have been ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-25.html
This release contains no functional changes, and is published to align its version number with that of the MySQL Server 8.0.25 release.
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-28.html
(WL #14735) .NET applications now can establish connections using multifactor authentication, such that up to three passwords can be specified at connect time. The new Password1, Password2, and Password3 connection options are available for ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-9-2-0.html
(WL #16638, WL #16654) Bugs Fixed The MySql.Data.OpenTelemetry.dll metadata reported the version as 0.0.0.0. (Bug #115853, Bug #36960454) The MySQLUpdateSqlGenerator class now inherits from UpdateAndSelectSqlGenerator instead of UpdateSqlGenerator.
https://dev.mysql.com/doc/relnotes/connector-net/en/news-9-3-0.html
(Bug #37705281) Performing a database migration using MySql.EntityFrameworkCore 9.0.0 or later resulted in a SQL syntax error. Functionality Added or Changed Bugs Fixed Functionality Added or Changed The following are the updated version ...