We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bcd38e commit e826461Copy full SHA for e826461
docs/content/overview/version-history.md
@@ -1,5 +1,5 @@
1
---
2
-lastmod: 2022-08-12
+lastmod: 2022-08-26
3
date: 2017-03-27
4
menu:
5
main:
@@ -10,9 +10,12 @@ weight: 30
10
11
# Version History
12
13
-### 2.1.13 Beta 1
+### 2.1.13
14
15
-* Swallow (but log) exceptions in `MySqlDataReader.Dispose(Async)`.
+* Swallow (but log) exceptions in `MySqlDataReader.Dispose(Async)`: [#1154](https://github.com/mysql-net/MySqlConnector/issues/1154).
16
+* Add `MySqlDataReader.GetBytes(string)`: [#1197](https://github.com/mysql-net/MySqlConnector/pull/1197).
17
+* Eliminate allocation in `OnStatementBegin`.
18
+* Thanks to [Corentin Pitrel](https://github.com/CorentinPtrl) and [Jason Nelson](https://github.com/iamcarbon) for contributions to this release.
19
20
### 2.1.12
21
0 commit comments