Skip to content

Releases: mysql-net/MySqlConnector

0.26.5

22 Sep 20:54
Compare
Choose a tag to compare
  • Fix hang closing connection with ClearDB on Azure: #330.
  • Thanks to @ktos for contributions to this release.

0.26.4

13 Sep 22:46
Compare
Choose a tag to compare
  • Fix overly-broad exception handler introduced in 0.26.3.
  • Improve efficiency of code added in 0.26.3.

0.26.3

13 Sep 20:54
Compare
Choose a tag to compare
  • Fix HasRows incorrectly returning false after all rows have been read: #327.
  • Fix EndOfStreamException when reusing a pooled connection with Amazon Aurora.
  • Reduce network roundtrips when opening a pooled connection (with the default settings of Pooling=True;Connection Reset=true); see #258.
  • Update System.* dependencies to 4.3.0 for .NET 4.5 and .NET 4.6 packages.
  • Thanks to @bnabholz for contributions to this release.

0.26.2

07 Sep 05:13
Compare
Choose a tag to compare
  • Support CLIENT_DEPRECATE_EOF flag: #322
  • Throw better exception when a malformed packet is detected.
  • Don't allow sessions in an error state to be put back into the pool.
  • Remove unsupported CLIENT_PS_MULTI_RESULTS flag (sent during connection handshaking).

0.26.1

03 Sep 05:16
Compare
Choose a tag to compare
  • Throw better exception when MySQL Server sends an old authentication method switch request packet: #316
  • Capture InnerException in ActivateResultSet.
  • Thanks to kobake for contributions to this release.

0.26.0

25 Aug 22:15
Compare
Choose a tag to compare
  • Add convenience methods that return derived types: #313

0.25.1

25 Aug 22:15
Compare
Choose a tag to compare
  • Prevent exception being thrown from MySqlSession.DisposeAsync, which could cause leaked connections: #305

0.25.0

13 Aug 01:27
Compare
Choose a tag to compare
  • Add netstandard2.0 compile target: #270.

0.24.2

08 Aug 16:54
Compare
Choose a tag to compare
  • Fix leaked session when a MySqlException is thrown because a query contains a user-defined variable and Allow User Variables=false: #305

0.24.1

07 Aug 15:03
Compare
Choose a tag to compare
  • Recover leaked sessions when MySqlDataReader isn't disposed: #306