File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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 ) .
You can’t perform that action at this time.
0 commit comments