Search Results
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-41.html
There was not a MySQL Connector/ODBC 8.0.41 release. ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-42.html
This release contains no functional changes, and is published to align its version number with that of the MySQL Server 8.0.42 release.
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-43.html
This release contains no functional changes, and is published to align its version number with that of the MySQL Server 8.0.43 release.
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-3-0.html
MySQL Server 8.3.0 removed auto-reconnect support after deprecating it in versions 8.0.34 and 8.1.0. Functionality Added or Changed Bugs Fixed Functionality Added or Changed The AUTO_RECONNECT functionality was removed, and setting it returns ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-5-0.html
Bugs Fixed Calling SQLColAttribute() with SQL_DESC_TYPE_NAME for the results of Catalog functions like SQLColumns() could cause MySQL Connector/ODBC to close unexpectedly.
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-22.html
(Bug #79766, Bug #81203, Bug #81242, Bug #87493, Bug #99923, Bug #23194976, Bug #23208553, Bug #26660893, Bug #31529348, WL #13997) Previously, the client-side mysql_clear_password authentication plugin was not supported. Now, it is permitted to ...
https://dev.mysql.com/doc/relnotes/connector-python/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-python/en/news-8-0-26.html
(WL #14237) Connector/Python now implements the authentication_kerberos_client plugin to support Kerberos authentication for classic MySQL protocol connections. Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-28.html
(WL #14814) Functionality Added or Changed Connector/Python can now establish connections using Multi-Factor Authentication (MFA), such that up to three passwords can be specified. The new password1, password2, and password3 connection options are ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1 and TLSv1.1 connection protocols were previously deprecated in Connector/Python 8.0.26 and support for them is removed starting with this ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-5-0.html
The package mysql.ai is added in this release and contains the following packages: genai: GenAI package which exposes classes for embedding, LLM, and vector store. Functionality Added or Changed Added support for Python 3.14, and removed support ...