Search Results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-7.html
Such code does not require the X Plugin and can communicate with older versions of the MySQL Server using the legacy protocol. In addition to the new APIs introduced in MySQL Connector/C++ 8.0 (X DevAPI and X DevAPI for C), Connector/C++ now also ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-9-0-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Removed the dependency on the mysql-client-plugins package from the libmysqlcppconnx package and added it as recommended for the libmysqlcppconn package, as ...(Bug #36725056) ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-9-2-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added a new OPT_WEBAUTHN_DEVICE_NUMBER connection option to the classic Connector/C++ that is passed to and interpreted by the WebAuthN authentication plugin. (Bug #37096144) ...It accepts a numeric value that selects the authenticator device to use during WebAuthN ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-11.html
(WL #11421) Document Store: Support for the SHA256_MEMORY authentication mechanism was added to enable non-PLAIN insecure connections (without SSL) for user accounts with caching_sha2_password, which is the default authentication plugin introduced ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Document Store: Connector/NET now supports the NOWAIT and SKIP_LOCKED locking options introduced in the MySQL 8.0 release series (see SELECT ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-30.html
An alternative binary or text client is recommended for applications that access data using the InnoDB memcached plugin. The EMTrace project implements a trace-listener plugin that feeds data back to MySQL Enterprise Monitor using a REST server ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-31.html
The EMTrace project implements a trace-listener plugin that feeds data back to MySQL Enterprise Monitor using a REST server endpoint. An alternative binary or text client is recommended for applications that access data using the InnoDB memcached ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-2-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added a new WEBAUTHN_DEVICE_NUMBER connection option that is passed to and interpreted by the WebAuthN authentication plugin. It accepts a numeric value that selects the ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-27.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed In Connector/Python 8.0.26, the capability was introduced for applications that use the classic MySQL connections for accounts that use the authentication_kerberos server-side ...(WL #14669) Improved the DMG package as previously it assumed that XCode was installed to provide the Python ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-30.html
(WL #15212) Implemented an authentication mechanism to instantiate only required authentication plugins according to the authentication handshake performed with MySQL Server. Previously, all available authentication plugins (and their associated ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-1-0.html
(WL #16411) Added OpenID Connect support leveraging the new authentication_openid_connect_client client-side authentication plugin. (WL #16442) All client-side authentication plugins are now built while building the C-extension implementation, and ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Dropped support for building DEB packages in favor of using pip to install the connector on Debian-based ...