1.3.0-beta.4
Pre-release
Pre-release
·
930 commits
to master
since this release
- Adler32 checksum (for compressed packets) uses hardware acceleration: #865.
- Report
CommandTimeoutExpired
consistently: #939. MySqlException.IsTransient
is nowfalse
forCommandTimeoutExpired
: #940.- Support
MemoryStream
as a value forMySqlParameter.Value
: #943. - Throw
OperationCanceledException
fromOpenAsync
when theCancellationToken
is 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.