File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- lastmod : 2021-10-20
2
+ lastmod : 2021-11-03
3
3
date : 2017-03-27
4
4
menu :
5
5
main :
@@ -10,6 +10,17 @@ weight: 30
10
10
11
11
# Version History
12
12
13
+ ### 2.0.0 RC 1
14
+
15
+ * ** Breaking** Improve ` MySqlBulkCopy ` API: [ #1012 ] ( https://github.com/mysql-net/MySqlConnector/issues/1012 ) .
16
+ * Remove ` netcoreapp2.1 ` target framework: [ #1067 ] ( https://github.com/mysql-net/MySqlConnector/issues/1067 ) .
17
+ * Support ` BigInteger ` as parameter value: [ #1069 ] ( https://github.com/mysql-net/MySqlConnector/issues/1069 ) .
18
+ * Add ` MySqlConnection.PasswordProviderCallback ` : [ #800 ] ( https://github.com/mysql-net/MySqlConnector/issues/800 ) .
19
+ * Add ` MySqlConnection.ProvideClientCertificatesCallback ` : [ #976 ] ( https://github.com/mysql-net/MySqlConnector/issues/976 ) .
20
+ * Add ` MySqlConnection.RemoteCertificateValidationCallback ` : [ #976 ] ( https://github.com/mysql-net/MySqlConnector/issues/976 ) .
21
+ * Add NuGet package READMEs: [ #1053 ] ( https://github.com/mysql-net/MySqlConnector/issues/1053 ) .
22
+ * Improve performance of Regex usage internally.
23
+
13
24
### 2.0.0 Beta 5
14
25
15
26
* Update version to 2.0 due to scope of changes in the 1.4.0 beta releases.
You can’t perform that action at this time.
0 commit comments