Skip to content

Commit c22dd56

Browse files
committed
Release 2.1.5.
1 parent 8545fb2 commit c22dd56

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2022-01-25
2+
lastmod: 2022-01-30
33
date: 2017-03-27
44
menu:
55
main:
@@ -10,6 +10,14 @@ weight: 30
1010

1111
# Version History
1212

13+
### 2.1.5
14+
15+
* Speed up `MySqlDataAdapter.Update` when `UpdateBatchSize` is large: [#1124](https://github.com/mysql-net/MySqlConnector/issues/1124).
16+
* Remove `DO SLEEP(0)` use after cancelling a query: [#1115](https://github.com/mysql-net/MySqlConnector/issues/1115).
17+
* This improves compatibility with MariaDB Xpand.
18+
* Encode NUL bytes as `\0` on the write: [#1121](https://github.com/mysql-net/MySqlConnector/issues/1121).
19+
* This improves compatibility with SingleStore.
20+
1321
### 2.1.4
1422

1523
* Fix `InvalidOperationException` if `MySqlDataReader.RecordsAffected` was read after calling `Close()` or `Dispose()`: [#1122](https://github.com/mysql-net/MySqlConnector/issues/1122).

0 commit comments

Comments
 (0)