Skip to content

Commit 64825d5

Browse files
committed
Release 1.4.0 Beta 1.
1 parent 9649744 commit 64825d5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/content/overview/version-history.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ weight: 30
1010

1111
# Version History
1212

13+
### 1.4.0 Beta 1
14+
15+
* Reduce default log message severity: [#981](https://github.com/mysql-net/MySqlConnector/issues/981).
16+
* Make `MySqlError.Code` obsolete: [#1011](https://github.com/mysql-net/MySqlConnector/issues/1011).
17+
* Use `ErrorCode` property instead.
18+
* Remove `BackgroundConnectionResetHelper`: [#1013](https://github.com/mysql-net/MySqlConnector/issues/1013).
19+
* `MySqlConnectionStringBuilder.DeferConnectionReset` is obsolete and will always be treated as if it's `true`.
20+
* Support .NET 6.0 Preview:
21+
* Support `DateOnly` and `TimeOnly` structs: [#963](https://github.com/mysql-net/MySqlConnector/issues/963).
22+
* Use `ZLibStream` for compression: [#957](https://github.com/mysql-net/MySqlConnector/issues/957).
23+
* Use `X_OR_GREATER` preprocessor definitions: [#958](https://github.com/mysql-net/MySqlConnector/issues/958).
24+
1325
### 1.3.11
1426

1527
* Add `MySqlError.ErrorCode`: [#1011](https://github.com/mysql-net/MySqlConnector/issues/1011).

0 commit comments

Comments
 (0)