Skip to content

1.0.0

Compare
Choose a tag to compare
@bgrainger bgrainger released this 11 Jul 20:43
· 1113 commits to master since this release
1.0.0
7ad6182
  • Breaking Change namespace to MySqlConnector: #824.
  • Breaking Rename MySqlClientFactory to MySqlConnectorFactory: #839.
  • Breaking All MySqlConnectionStringBuilder string properties return "" (not null) when unset: #837.
  • Breaking Remove MySqlInfoMessageEventArgs.errors property; use .Errors instead.
  • Implement async schema APIs: #835.
  • Implement MySqlConnectorFactory.CanCreateXyz methods: #838.
  • Add net5.0 target framework.
  • Add MySqlException.ErrorCode: #830.
  • Add MySqlConnection.ResetConnectionAsync: #831.
  • Add documentation at https://mysqlconnector.net/api/ built from XML doc comments: #827.
  • Allow rows larger than 1 MiB in MySqlBulkCopy: #834.
  • Reduce memory allocations when hashing passwords (during login).