Search Results
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-19.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added DNS SRV support. 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 ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-22.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added Django 3.0 support while preserving compatibility with Django 2.2. (Bug #91699, Bug #99069, Bug #28367300, Bug #30835272, WL #13380) Refactored the Connector/Python ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-23.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Deprecated Python 2.7 support; a warning was added to describe Python 2.7 support being removed in Connector/Python 8.0.24. (WL #14238) ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-26.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1.0 and TLSv1.1 connection protocols now are deprecated and support for them is subject to removal in a future Connector/Python version.
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-27.html
(WL #14710) Bugs Fixed Using the C-extension, attempting to connect with chained SSL certificates using ssl_verify_identity=True did not function. Functionality Added or Changed Bugs Fixed Functionality Added or Changed In Connector/Python 8.0.26, ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-28.html
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 ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-4.html
MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server version they support. For example, MySQL Connector/Python 8.0.12 would be designed to support all ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-0-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed The required Python Protobuf version installed with the X DevAPI connector was updated to version 4.25.3, as older versions could cause the connector to unexpectedly halt. (WL ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-1-0.html
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 platforms. (WL #16444) Added support for Python 3.13, and removed ...