You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/overview/version-history.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,12 @@ weight: 30
11
11
Version History
12
12
===============
13
13
14
+
### 0.52.0
15
+
16
+
***Potentially breaking** Change default connection collation from `utf8mb4_general_ci` to the server's default for `utf8mb4`: [#626](https://github.com/mysql-net/MySqlConnector/issues/626).
17
+
* This updates a change made in 0.48.0.
18
+
* Fix "Command timeout" exception being thrown when there wasn't a command timeout: [#628](https://github.com/mysql-net/MySqlConnector/issues/628).
19
+
14
20
### 0.51.1
15
21
16
22
* Add support for `Memory<byte>` and `ArraySegment<byte>` as `MySqlParameter.Value` values.
0 commit comments