Skip to content

Commit ae64a1e

Browse files
committed
Release 0.32.0.
1 parent 97074dc commit ae64a1e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ weight: 30
1111
Version History
1212
===============
1313

14+
### 0.32.0
15+
16+
* Implement more `MySqlParameter` constructor overloads: [#402](https://github.com/mysql-net/MySqlConnector/issues/402).
17+
* This improves compatibility with Connector/NET.
18+
* Implement `MySqlParameter.Precision` and `MySqlParameter.Scale`.
19+
* The properties are provided only for source compatibility.
20+
* Not available on .NET 4.5.
21+
* Implement `MySqlDataReader.GetChars`.
22+
* Implement `MySqlDataReader.Depth`.
23+
* Fix `NullReferenceException` in `MySqlDataReader` when reader is disposed.
24+
* **Breaking** Throw `InvalidCastException` (instead of `MySqlException`) from `MySqlDataReader.GetGuid` if column is `NULL`.
25+
* **Breaking** Throw `InvalidOperationException` (instead of `MySqlException`) from `MySqlConnection.ConnectionString` setter if connection is open.
26+
* **Breaking** Throw `ArgumentException` (instead of `InvalidOperationException`) from `MySqlConnectionStringBuilder` for invalid option names.
27+
1428
### 0.31.3
1529

1630
* Fix return value of `ExecuteScalar` to be the first column from the first row of the first result set.

src/MySqlConnector/MySqlConnector.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Percona Server, Amazon Aurora, Azure Database for MySQL and more.</Description>
66
<Copyright>Copyright 2016–2017 Bradley Grainger</Copyright>
77
<AssemblyTitle>Async MySQL Connector</AssemblyTitle>
8-
<VersionPrefix>0.31.3</VersionPrefix>
8+
<VersionPrefix>0.32.0</VersionPrefix>
99
<SignAssembly>true</SignAssembly>
1010
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1111
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)