Skip to content

Commit e428a18

Browse files
committed
Release 1.4.0 Beta 3.
1 parent 40cfee9 commit e428a18

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 3
14+
15+
* **Breaking** Remove `netstandard1.3` target framework: [#1031](https://github.com/mysql-net/MySqlConnector/issues/1031).
16+
* **Breaking** Seal `MySqlCommandBuilder` and `MySqlConversionException`.
17+
* Fix incorrect value for `MySqlCommand.LastInsertedId` when executing multiple commands: [#1026](https://github.com/mysql-net/MySqlConnector/issues/1026).
18+
* Add `[Category]`, `[DefaultValue]`, and `[Description]` attributes to all `MySqlConnectionStringBuilder` properties.
19+
* Fix `MySqlConnectionStringBuilder.TryGetValue`: [#1030](https://github.com/mysql-net/MySqlConnector/issues/1030).
20+
* **Breaking** Change how option keys are serialized when retrieving the `MySqlConnectionStringBuilder.ConnectionString` property:
21+
* For example, `User Id` is now `User ID`, `DefaultCommandTimeout` is now `Default Command Timeout`, etc.
22+
* All existing connection strings are still valid, and all the previous aliases for connection string options are still accepted.
23+
* The primary connection string option key is listed first in the documentation at https://mysqlconnector.net/connection-options/.
24+
1325
### 1.4.0 Beta 2
1426

1527
* Support .NET 6.0 Preview 7

0 commit comments

Comments
 (0)