1.4.0-beta.3
Pre-release
Pre-release
·
868 commits
to master
since this release
- Breaking Remove
netstandard1.3target framework: #1031. - Breaking Seal
MySqlCommandBuilderandMySqlConversionException. - Fix incorrect value for
MySqlCommand.LastInsertedIdwhen executing multiple commands: #1026. - Add
[Category],[DefaultValue], and[Description]attributes to allMySqlConnectionStringBuilderproperties. - Fix
MySqlConnectionStringBuilder.TryGetValue: #1030. - Breaking Change how option keys are serialized when retrieving the
MySqlConnectionStringBuilder.ConnectionStringproperty:- For example,
User Idis nowUser ID,DefaultCommandTimeoutis nowDefault Command Timeout, etc. - All existing connection strings are still valid, and all the previous aliases for connection string options are still accepted.
- The primary connection string option key is listed first in the documentation at https://mysqlconnector.net/connection-options/.
- For example,