Skip to content

Commit

Permalink
Release 2.0.0 RC 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Nov 3, 2021
1 parent 0a7a409 commit 68b30bb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/content/overview/version-history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
lastmod: 2021-10-20
lastmod: 2021-11-03
date: 2017-03-27
menu:
main:
Expand All @@ -10,6 +10,17 @@ weight: 30

# Version History

### 2.0.0 RC 1

* **Breaking** Improve `MySqlBulkCopy` API: [#1012](https://github.com/mysql-net/MySqlConnector/issues/1012).
* Remove `netcoreapp2.1` target framework: [#1067](https://github.com/mysql-net/MySqlConnector/issues/1067).
* Support `BigInteger` as parameter value: [#1069](https://github.com/mysql-net/MySqlConnector/issues/1069).
* Add `MySqlConnection.PasswordProviderCallback`: [#800](https://github.com/mysql-net/MySqlConnector/issues/800).
* Add `MySqlConnection.ProvideClientCertificatesCallback`: [#976](https://github.com/mysql-net/MySqlConnector/issues/976).
* Add `MySqlConnection.RemoteCertificateValidationCallback`: [#976](https://github.com/mysql-net/MySqlConnector/issues/976).
* Add NuGet package READMEs: [#1053](https://github.com/mysql-net/MySqlConnector/issues/1053).
* Improve performance of Regex usage internally.

### 2.0.0 Beta 5

* Update version to 2.0 due to scope of changes in the 1.4.0 beta releases.
Expand Down

0 comments on commit 68b30bb

Please sign in to comment.