Search Results
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-31.html
Security Notes Functionality Added or Changed Bugs Fixed Security Notes For platforms on which Connector/ODBC utilizes MySQL Server's bundled OpenSSL library (MacOS, Windows, and GenLinux), MySQL Server's linked OpenSSL library was updated to ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-32.html
(Bug #108126, Bug #34643065) The MySQL ODBC driver would report the incorrect DATA_TYPE value for DATETIME when calling SQLColumns(). Compilation Notes Functionality Added or Changed Bugs Fixed Compilation Notes Connector/ODBC now provides generic ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-37.html
If you do not require 32-bit binaries, use the latest Connector/ODBC (such as 8.4.0), which also supports MySQL 8.0 and includes all bug fixes and new features. Security Notes For platforms on which Connector/ODBC utilizes MySQL Server's bundled ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-2-0.html
(WL #15807) Connector/ODBC now supports an authentication method that enables users to authenticate to MySQL Server using WebAuthn-aware devices for classic MySQL protocol connections. For additional information, see Connector/ODBC WebAuthn and FIDO ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Packaging: On Windows, the MSI package definition files were updated to work with the Windows Installer XML (WiX) toolset ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-4-0.html
(WL #15967) Known limitation of this release: because the mysql_native_password authentication plugin is disabled by default as of MySQL Server 8.4.0, some unit tests may generate errors unless the plugin is enabled. Security Notes Functionality ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-19.html
To automatically resolve any SRV record available in a target DNS server or service discovery endpoint, use the mysqlx+srv scheme+extension in a X DevAPI connection string, or mysqlx+srv for the classic protocol, or by enabling the dns-srv=True (or ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added DNS SRV ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-27.html
Applications that use legacy MySQL connections can now establish connections without passwords for accounts that use the authentication_oci server-side authentication plugin, provided that the correct configuration entries are available to map to ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-1-0.html
MySQL Connector/Python 8.1.0 is a new GA release version that supersedes the 8.0 series, and is recommended for use on production systems. This release can be used against MySQL Server version 5.7 and later. (Bug #110422, Bug #35278365) When ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-2-0.html
(Bug #111427, Bug #35503506) With multiple simultaneous connections, the character set information is shared between connections which could be problematic if two connections were to different major MySQL server versions, such as MySQL 5.x and MySQL ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added support for the WebauthN in FIDO (Fast Identity Online) authentication plugin (authentication_webauthn), and added a new webauthn_callback connection ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-connection-pool.html
X DevAPI supports connection pooling, which can reduce overhead for applications that open many connections to a MySQL Server. When opening a new Session with a Client, before a new network connection is opened, an attempt is made to retrieve from ...