Skip to content

1.3.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@bgrainger bgrainger released this 14 Feb 17:42
· 930 commits to master since this release
1.3.0-beta.4
31f0f71
  • Adler32 checksum (for compressed packets) uses hardware acceleration: #865.
  • Report CommandTimeoutExpired consistently: #939.
  • MySqlException.IsTransient is now false for CommandTimeoutExpired: #940.
  • Support MemoryStream as a value for MySqlParameter.Value: #943.
  • Throw OperationCanceledException from OpenAsync when the CancellationToken is cancelled: #931.
  • Support community protocol for server redirection: #945.
  • Fix nested MySqlException (thrown in some scenarios from ExecuteReader).
  • Remove public constructor for MySqlConversionException.
  • Implement serialization for exceptions.
  • Use .NET 5.0 methods to load PEM certificates.
  • Thanks to @novak-as for contributions to this release.