Skip to content

Commit d40fe25

Browse files
committed
Release 2.3.0 Beta 4.
1 parent 80a9ac7 commit d40fe25

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2023-07-30
2+
lastmod: 2023-11-04
33
date: 2017-03-27
44
menu:
55
main:
@@ -11,6 +11,23 @@ weight: 30
1111

1212
# Version History
1313

14+
### 2.3.0 Beta 4
15+
16+
* Support .NET 8.0.
17+
* Mark some serialization APIs as `[Obsolete]`.
18+
* Implement `DbBatchCommand.CreateParameter`: [#1352](https://github.com/mysql-net/MySqlConnector/issues/1352).
19+
* Optimizations: Use `IUtf8SpanFormattable`, `Ascii.FromUtf16`, `Guid(bigEndian: true)` constructor, argument-throwing helpers, etc.
20+
* Expose connection pool metrics: [#491](https://github.com/mysql-net/MySqlConnector/issues/491).
21+
* Support .NET Framework 4.8 (`net48`) TFM: [#1355](https://github.com/mysql-net/MySqlConnector/discussions/1355)
22+
* This allows `TlsVersion = TLSv1.3` to be used on .NET Framework 4.8.
23+
* Remove `COM_MULTI` protocol support: [#946](https://github.com/mysql-net/MySqlConnector/issues/946).
24+
* Reduce allocations on common code paths.
25+
* Support `ZEROFILL` columns in `MySqlDecimal`: [#1354](https://github.com/mysql-net/MySqlConnector/issues/1354).
26+
* Support higher-precision `DateTime` values: [#1379](https://github.com/mysql-net/MySqlConnector/issues/1379).
27+
* Use `ValueTask` in `MySqlBulkCopy` API for all TFMs: [#1364](https://github.com/mysql-net/MySqlConnector/issues/1364).
28+
* Fix bug when column name begins with `@` in `MySqlBulkCopy`: [#1365](https://github.com/mysql-net/MySqlConnector/issues/1365).
29+
* Ignore `MySqlDbType` when serializing enum values: [#1384](https://github.com/mysql-net/MySqlConnector/issues/1384).
30+
1431
### 2.3.0 Beta 3
1532

1633
* Fix version parsing for MariaDB 11.0 and later: [#1311](https://github.com/mysql-net/MySqlConnector/pull/1311).

0 commit comments

Comments
 (0)