Search Results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-2-0.html
Packaging Notes Functionality Added or Changed Packaging Notes The MSI package definition files have been updated to work with the Windows Installer XML Toolset (WiX) version 4.0.1. Note that the files can no longer be used with previous version 3 ...
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. It accepts a ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-12.html
With the model created, revert back to EF Core 2.0 in your project, update the MySql.Data.EntityFrameworkCore NuGet package, and then remove the package MySql.Data.EntityFrameworkCore.Design from your project. Functionality Added or Changed Bugs ...
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-3-0.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Calling the MySqlDataReader.GetString() method now throws an InvalidCastException exception if the associated column is not a string type. The ...
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
Compilation Notes Functionality Added or Changed Bugs Fixed Compilation Notes Connector/ODBC now provides generic Linux packages for ARM architecture (64 bit), in addition to the generic Linux packages for Intel architecture (both 32 and 64 bits).
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-6.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed A new bdist_wheel distutils command was added to build a Connector/Python wheel package. A new --static option was added that enables static linking for the C extension ...
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 ...