File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ weight: 30
1111Version History
1212===============
1313
14+ ### 0.19.3
15+
16+ * Fix authentication against Azure Database for MySQL: [ #259 ] ( https://github.com/mysql-net/MySqlConnector/issues/259 ) .
17+ * Support enum parameter values: [ #255 ] ( https://github.com/mysql-net/MySqlConnector/issues/255 ) .
18+ * Fix ` CancellationToken ` being ignored by ` ChangeDatabaseAsync ` : [ #253 ] ( https://github.com/mysql-net/MySqlConnector/pull/253 ) .
19+ * Fix ` NullReferenceException ` being thrown from ` MySqlConnection.CloseDatabase ` .
20+ * Thanks to [ Nicholas Schell] ( https://github.com/Nicholi ) for contributions to this release.
21+
1422### 0.19.2
1523
1624* Fix connection pool exhaustion if connections aren't disposed: [ #251 ] ( https://github.com/mysql-net/MySqlConnector/issues/251 ) .
Original file line number Diff line number Diff line change 55 <Description >A fully async MySQL ADO.NET provider for .NET and .NET Core</Description >
66 <Copyright >Copyright 2016–2017 Bradley Grainger</Copyright >
77 <AssemblyTitle >Async MySQL Connector</AssemblyTitle >
8- <VersionPrefix >0.19.2 </VersionPrefix >
8+ <VersionPrefix >0.19.3 </VersionPrefix >
99 <Authors >Bradley Grainger;Caleb Lloyd</Authors >
1010 <TargetFrameworks >net451;netstandard1.3</TargetFrameworks >
1111 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
You can’t perform that action at this time.
0 commit comments