Skip to content

Releases: mysql-net/MySqlConnector

0.42.2

30 Jun 03:16
Compare
Choose a tag to compare

Download on NuGet

  • Fix bug that ignored last result set returned from a stored procedure if it was empty: #524.
  • Fix extra memory usage if column definition payloads exceeded original size estimate.

0.42.1

16 Jun 16:40
Compare
Choose a tag to compare

Download on NuGet

  • Fix NotImplementedException reading a GEOMETRY column as byte[]: #70.
  • Fix negative TIME parsing: #518.
  • Fix ArgumentException preparing a SQL statement: #520.

0.42.0

09 Jun 22:42
Compare
Choose a tag to compare

Download on NuGet

  • Add AllowZeroDateTime connection string option: #507.
  • Add MySqlDateTime type (to allow invalid DateTime values to be represented).

0.41.0

08 Jun 14:21
Compare
Choose a tag to compare

Download on NuGet

  • Add GuidFormat connection string option (for better compatibility with MySQL 8.0 UUID_TO_BIN): #497.
  • Add InteractiveSession connection string option: #510.
  • Add PipeName connection string option: #454.
  • Improve performance by using ReadOnlySpan<byte>, Utf8Formatter, and Utf8Parser: #426.
  • Add netcoreapp2.1 package.
  • Remove unnecessary dependencies from netstandard2.0 package.
  • Fix error in loading multiple certificates on macOS.
  • Fix bug in setting MySqlParameter.Precision and Scale under netstandard1.3.
  • Thanks to @ejball for contributions to this release.

0.40.4

08 Jun 14:20
Compare
Choose a tag to compare
  • Allow CACertificateFile to contain multiple (concatenated) certificates: #499.
  • Avoid IndexOutOfRangeException in ValidateRemoteCertificate: #498.

0.40.3

26 Apr 21:35
Compare
Choose a tag to compare

Download on NuGet

  • Fix caching_sha2_password authentication for MySQL Server 8.0.11 release: #489.
    • Breaking This authentication plugin can no longer be used with MySQL Server 8.0.4; you must update to the GA release.

0.40.2

19 Apr 21:33
Compare
Choose a tag to compare

Download on NuGet

  • Reverted ConnectionReset=true optimisation (added in 0.40.0) that was incompatible with Aurora: #486.

0.40.1

18 Apr 15:26
Compare
Choose a tag to compare

Download on NuGet

  • Always use new DateTimeKind setting: #484.

0.40.0

18 Apr 15:12
Compare
Choose a tag to compare

Download on NuGet

  • Add DateTimeKind connection string setting: #479.
  • Fix ArgumentException for SslProtocols.None: #482.
  • Fix IOException being thrown at startup: #475.
  • Fix race condition in OpenTcpSocketAsync: #476.
  • Optimise MySqlConnection.Open when ConnectionReset=true (default): #483.
  • Thanks to @ejball for contributions to this release.

MySqlConnector.Logging.Microsoft.Extensions.Logging

  • Reduce dependencies to just Microsoft.Extensions.Logging.Abstractions.

0.39.0

05 Apr 22:53
Compare
Choose a tag to compare

Download on NuGet

  • Add IgnoreCommandTransaction connection string setting: #474.