1.1.0 Beta 1
Pre-release
Pre-release
·
1107 commits
to master
since this release
- Support .NET 5 RC 2
- Cancel query (server-side) when
CommandTimeoutexpires: #455.- Implementation details discussed in this comment.
- Return
nullfromMySqlDataReader.GetSchemaTablewhen there is no result set: #877. - Make
DisposeAsyncfully async: #876. - Ignore
ObjectDisposedExceptionthrown 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.