Skip to content

Commit d864625

Browse files
committed
Release 2.2.3.
1 parent 6bd719c commit d864625

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/content/overview/version-history.md

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

1111
# Version History
1212

13+
### 2.2.3
14+
15+
* Avoid renormalizing parameter names when executing a prepared command: [#1252](https://github.com/mysql-net/MySqlConnector/pull/1252).
16+
* Fix "Unknown column SRS_ID" error in `GetSchema`: [#1258](https://github.com/mysql-net/MySqlConnector/issues/1258).
17+
* Use a standardized value for the `TableName` property of the `DataTable` returned from `GetSchema`.
18+
* Minor performance improvements.
19+
* Remove `FormatInvariant` internal helper method: [#1253](https://github.com/mysql-net/MySqlConnector/pull/1253).
20+
* Eliminate temporary byte array when getting real server version.
21+
* Thanks to [Yoshifumi Kawai](https://github.com/neuecc) for contributions to this release.
22+
1323
### 2.2.2
1424

1525
* Fix memory leak when initializing a TLS connection: [#1247](https://github.com/mysql-net/MySqlConnector/issues/1247).

0 commit comments

Comments
 (0)