Skip to content

1.1.0 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@bgrainger bgrainger released this 26 Oct 01:24
· 1042 commits to master since this release
1.1.0-beta.1
693d663
  • Support .NET 5 RC 2
  • Cancel query (server-side) when CommandTimeout expires: #455.
  • Return null from MySqlDataReader.GetSchemaTable when there is no result set: #877.
  • Make DisposeAsync fully async: #876.
  • Ignore ObjectDisposedException thrown in TryResetConnectionAsync: #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.