Skip to content

1.1.0

Compare
Choose a tag to compare
@bgrainger bgrainger released this 10 Nov 17:30
· 1033 commits to master since this release
1.1.0
c46df7f
  • Support .NET 5.0.
  • Cancel query (server-side) when CommandTimeout expires: #455.
    • Add CancellationTimeout connection string option.
    • Implementation details discussed in this comment.
  • Return null from MySqlDataReader.GetSchemaTable when there is no result set: #877.
  • Make DisposeAsync fully async: #876.
  • Ignore ObjectDisposedException thrown in TryResetConnectionAsync: #897.
  • Ignore closed/disposed connections/commands in MySqlCommand.Cancel: #820.
  • Fix bug where sessions could time out if they were opened but no queries were ever executed.
  • Thanks to @dlemstra and @laurent-jeancler-realist for contributions to this release.