Skip to content

Releases: mysql-net/MySqlConnector

0.69.6

07 Jul 22:11
0.69.6
a9bfb2b
Compare
Choose a tag to compare
  • Support GEOMCOLLECTION data type alias in MySQL Server 8.0: #845.

0.69.5

01 Jul 13:48
0.69.5
844833e
Compare
Choose a tag to compare
  • Improve robustness of OK packet parsing: #842.

1.0.0-beta.4

26 Jun 19:06
1.0.0-beta.4
5be8ec2
Compare
Choose a tag to compare
1.0.0-beta.4 Pre-release
Pre-release
  • Breaking Rename MySqlClientFactory to MySqlConnectorFactory: #839.
  • Breaking All MySqlConnectionStringBuilder string properties return "" (not null) when unset: #837.
  • Implement MySqlConnectorFactory.CanCreateXyz methods: #838.

1.0.0-beta.3

25 Jun 17:08
1.0.0-beta.3
c0b17ab
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release

Fix connection pool leak when a failure (e.g., timeout) occurs on a connection: #836.

0.69.4

25 Jun 15:42
0.69.4
282ba13
Compare
Choose a tag to compare
  • Fix connection pool leak when a failure (e.g., timeout) occurs on a connection: #836.

1.0.0-beta.2

19 Jun 07:32
1.0.0-beta.2
2cbc4dd
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release
  • Breaking Remove MySqlInfoMessageEventArgs.errors property; use .Errors instead.
  • Implement async schema APIs: #835.
  • Allow rows larger than 1 MiB in MySqlBulkCopy: #834.
  • Fix Failed to read the result set. error when using MySqlBulkCopy: #780.

0.69.3

16 Jun 17:53
0.69.3
ff5d594
Compare
Choose a tag to compare
  • Fix Failed to read the result set. error when using MySqlBulkCopy: #780.
    • The maximum row size supported by MySqlBulkCopyis 1 MiB.

1.0.0-beta.1

14 Jun 01:53
1.0.0-beta.1
b2b105a
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release
  • Breaking Change namespace to MySqlConnector: #827.
  • Add MySqlConnection.ResetConnectionAsync: #831.
  • Add MySqlException.ErrorCode: #830.
  • Add documentation at https://mysqlconnector.net/api/ built from XML doc comments: #827.
  • Add net5.0 target framework.
  • Reduce memory allocations when hashing passwords (during login).

0.69.2

14 Jun 01:01
0.69.2
16fdbce
Compare
Choose a tag to compare
  • Remove Console.WriteLine debugging code that was inadvertently added in 0.69.1.

0.69.1

10 Jun 19:13
0.69.1
ac535ac
Compare
Choose a tag to compare
  • Fix OverflowException when calling MySqlDataReader.GetInt32 on a DECIMAL column: #832.