Skip to content

0.40.0

Compare
Choose a tag to compare
@bgrainger bgrainger released this 18 Apr 15:12
· 1796 commits to master since this release

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.