File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ weight: 30
1111Version History
1212===============
1313
14+ ### 0.24.0
15+
16+ * ** Breaking** Add ` AllowPublicKeyRetrieval ` connection string setting, defaulted to ` false ` : [ #286 ] ( https://github.com/mysql-net/MySqlConnector/issues/286 ) .
17+ * Add ` ServerRSAPublicKeyFile ` connection string setting.
18+ * Fix hang in ` MySqlDataReader.Dispose ` if function threw an exception: [ #299 ] ( https://github.com/mysql-net/MySqlConnector/issues/299 ) .
19+ * Fix ` InvalidOperationException ` if ` MySqlBulkLoader ` is used inside a transaction: [ #300 ] ( https://github.com/mysql-net/MySqlConnector/issues/300 ) .
20+
1421### 0.23.0
1522
1623* Support .NET 4.5: [ #295 ] ( https://github.com/mysql-net/MySqlConnector/issues/295 ) .
Original file line number Diff line number Diff line change 55 <Description >Async MySQL ADO.NET provider</Description >
66 <Copyright >Copyright 2016–2017 Bradley Grainger</Copyright >
77 <AssemblyTitle >Async MySQL Connector</AssemblyTitle >
8- <VersionPrefix >0.23 .0</VersionPrefix >
8+ <VersionPrefix >0.24 .0</VersionPrefix >
99 <Authors >Bradley Grainger;Caleb Lloyd</Authors >
1010 <TargetFrameworks >net45;net46;netstandard1.3</TargetFrameworks >
1111 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
You can’t perform that action at this time.
0 commit comments