1.3.10
- Handle
NoBackslashEscapes
for binary parameter values: #999. - Fix
NotSupportedException
when cancelling aMySqlCommand
in aTransactionScope
: #1001. - Ignore
InvalidOperationException
thrown fromMySqlConnection.Cancel
: #1002. - Set the default value of
DeferConnectionReset
totrue
; this disables background connection reset and restores the pre-1.3 behavior. - Thanks to @kpreisser for contributions to this release.