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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,11 @@ weight: 30
11
11
Version History
12
12
===============
13
13
14
+
### 0.51.1
15
+
16
+
* Add support for `Memory<byte>` and `ArraySegment<byte>` as `MySqlParameter.Value` values.
17
+
* Fix exception when setting `MySqlParameter.Value` to `ReadOnlyMemory<byte>` when using prepared commands.
18
+
14
19
### 0.51.0
15
20
16
21
* Set `MySqlException.Number` to `MySqlErrorCode.UnableToConnectToHost` in more situations when connecting times out: [#622](https://github.com/mysql-net/MySqlConnector/pull/622).
0 commit comments