Skip to content

Commit 4bb63cc

Browse files
committed
Release 0.63.0.
1 parent c9b6bda commit 4bb63cc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/content/overview/version-history.md

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

14+
### 0.63.0
15+
16+
* **Experimental** Add new transaction savepoint API (from .NET 5): [#775](https://github.com/mysql-net/MySqlConnector/issues/775).
17+
* Allow `TINYINT(1)` (`BOOL`) columns to be read using `MySqlDataReader.GetInt32`, `GetInt16`, `GetByte`, etc. when `TreatTinyAsBoolean=true`: [#782](https://github.com/mysql-net/MySqlConnector/issues/782).
18+
* These methods will always return `1` for any non-zero value in the underlying column.
19+
* Allow `FLOAT` and `DOUBLE` columns to be read using `MySqlDataReader.GetDecimal`: [#785](https://github.com/mysql-net/MySqlConnector/pull/785).
20+
* Fix connection timeout when server doesn't respond: [#739](https://github.com/mysql-net/MySqlConnector/issues/739).
21+
* Thanks to [Daniel Cohen Gindi](https://github.com/danielgindi) for contributions to this release.
22+
1423
### 0.62.0
1524

1625
* **Experimental** Add new `MySqlBulkCopy` class for efficiently loading a table from a `DataTable` or `IDataReader`: [#737](https://github.com/mysql-net/MySqlConnector/issues/737)

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>0.62.0</VersionPrefix>
4+
<VersionPrefix>0.63.0</VersionPrefix>
55
<SignAssembly>true</SignAssembly>
66
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
77
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)