Search Results
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-19.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET supports TLS protocol versions TLSv1, TLSv1.1, TLSv1.2, and TLSv1.3. A new connection-string option, tlsversion, permits the restriction of a connection to a ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-27.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Previously, Connector/NET implemented the authentication_kerberos_client plugin to support Kerberos authentication for classic MySQL protocol connections made by applications ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-29.html
X DevAPI Notes Functionality Added or Changed Bugs Fixed X DevAPI Notes An exception was raised when using a TableInsertStatement object to insert a string value containing special characters (- / \ % & =). (Bug #100314, Bug #31692694) ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-31.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The EMTrace extension is removed. The EMTrace project implements a trace-listener plugin that feeds data back to MySQL Enterprise Monitor using a ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-9-5-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed The following are the updated version requirements of Connector/NET on some of the third-party libraries it uses (see Connector/NET Installation for details): Google Protobuf ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-22.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed For enhanced security of the existing ENABLE_LOCAL_INFILE connection string option, the new ENABLE_LOCAL_DIR option allows restricting LOCAL data loading to files located in ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-23.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Previously, Connector/ODBC added client support for the MySQL Enterprise Edition SASL LDAP authentication plugin with SCRAM-SHA-1 as an authentication method. Connector/ODBC ...
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-odbc/en/news-9-3-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed All instances of the deprecated function mysql_real_escape_string() in the source code have been replaced by an internal implementation of myodbc_escape_string(), which works ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-12.html
For queries returning a result, with pure Python the warning count was part of the returned eof. Deprecation and Removal Notes Installation Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Deprecated the ...