1.3.0-beta.4
Pre-release
Pre-release
·
995 commits
to master
since this release
- Adler32 checksum (for compressed packets) uses hardware acceleration: #865.
- Report
CommandTimeoutExpiredconsistently: #939. MySqlException.IsTransientis nowfalseforCommandTimeoutExpired: #940.- Support
MemoryStreamas a value forMySqlParameter.Value: #943. - Throw
OperationCanceledExceptionfromOpenAsyncwhen theCancellationTokenis cancelled: #931. - Support community protocol for server redirection: #945.
- Fix nested
MySqlException(thrown in some scenarios fromExecuteReader). - 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.