Search Results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-9-3-0.html
Security Notes Bugs Fixed Security Notes For platforms on which OpenSSL libraries are bundled, the linked OpenSSL library for MySQL Server has been updated to version 3.0.16. (Bug #37618844) Bugs Fixed On macOS, when using the JDBC API, loading of ...For more information, see OpenSSL 3.0 Series Release Notes and OpenSSL Security Advisory (11th February ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-10.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed The .NET Core 2.0 implementation now supports the following connection-string options: AutoEnlist, InteractiveSession, Logging, Replication, and UseUsageAdvisor. (WL #11131) ...(Bug #27297337) Document Store: In the process of refining the definition of the MySqlX namespace to cover the most relevant usage scenarios, the following API components have been removed from the implementation for MySQL Connector/NET: API components that support session configurations The MySqlX.XDevAPI.Config namespace and all members of the ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-17.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Document Store: The Where() method is deprecated (Obsolete attribute applied) and will return a warning when called in the following method ...(WL ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-18.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET now supports IPV6 connections made using the classic MySQL protocol when the operating system on the server host also supports IPV6. (WL #13305) Bugs Fixed The ...(WL #13114) In tandem with Microsoft, Connector/NET ends support for .NET Core 1.0 and 1.1 (and also for Entity Framework Core 1.1, which depends on .NET Core ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-20.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET now supports Entity Framework Core 3.1.1 on all platforms with NET Standard 2.0 support. (WL #13007) Bugs Fixed A connection made to a named server with multiple ...Microsoft Entity Framework Core 3.1.1 is not compatible with the previous versions of EF Core and those previous versions (2.1, 2.0, 1.1) are not supported by this release of Connector/NET (see Entity Framework Core ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-26.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1 and TLSv1.1 connection protocols now are deprecated and support for them is subject to removal in a future version of Connector/NET. (WL ...
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 (- / \ % & =). (WL #14871) Bugs Fixed The ...(Bug ...
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. (WL #15194) Bugs Fixed One of the links published for submitting a pull request was not well-formed. This fix ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-33.html
Deprecation and Removal Notes Packaging Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Data can be passed in and out of a MySQL stored procedure through the MySqlCommand.Parameters collection. (WL ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-9.html
(WL #10595) Bugs Fixed Assemblies within NuGet packages were not fully signed. For example: SessionConfigManager.Save( "mysess", "{ \"uri\": \"mysqlx://myuser@localhost/mysess\", \"appdata\": { \"biz\": \"quux\" } }" ); SessionConfigManager.Save( ...