1.1.0 Beta 1
Pre-release
Pre-release
·
1042 commits
to master
since this release
- Support .NET 5 RC 2
- Cancel query (server-side) when
CommandTimeout
expires: #455.- Implementation details discussed in this comment.
- Return
null
fromMySqlDataReader.GetSchemaTable
when there is no result set: #877. - Make
DisposeAsync
fully async: #876. - Ignore
ObjectDisposedException
thrown inTryResetConnectionAsync
: #897. - Fix bug where sessions could time out if they were opened but no queries were ever executed.
- Thanks to @dlemstra for contributions to this release.