Skip to content

Commit 164eaeb

Browse files
committed
Release 0.17.0.
1 parent 2becd04 commit 164eaeb

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

docs/content/overview/known-issues.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ weight: 20
1111
Known Issues
1212
============
1313

14-
* The behaviour of cancellation is not well-defined in this release; cancelling a query
15-
may leave the `MySqlConnection` in an unusable state.
1614
* Not all MySQL data types are supported.
17-
* Many `MySql.Data` connection string settings are not supported by this library. See
18-
[Connection Options](connection-options/) for a list of supported options.
15+
* Many `MySql.Data` connection string settings are not supported by this library. See [Connection Options](connection-options/) for a list of supported options.
1916
* Only the `mysql_native_password` and `mysql_old_password` authentication plugins are supported.

docs/content/overview/version-history.md

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

14+
### 0.17.0
15+
16+
* Implement cancellation of the active reader: [#3](https://github.com/mysql-net/MySqlConnector/issues/3).
17+
* Add `MySqlErrorCode`: [#232](https://github.com/mysql-net/MySqlConnector/issues/232).
18+
* Implement a connection pool reaper to close idle connections: [#217](https://github.com/mysql-net/MySqlConnector/issues/217).
19+
* Add `ConnectionIdleTimeout` connection string option: [#218](https://github.com/mysql-net/MySqlConnector/issues/218).
20+
* Implement `ConnectionLifeTime` connection string option: [#212](https://github.com/mysql-net/MySqlConnector/issues/212).
21+
1422
### 0.16.2
1523

1624
* Fix exceptions when server resets the connection: [#221](https://github.com/mysql-net/MySqlConnector/issues/221).

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 fully async MySQL ADO.NET provider for .NET and .NET Core</Description>
66
<Copyright>Copyright 2016 Bradley Grainger</Copyright>
77
<AssemblyTitle>Async MySQL Connector</AssemblyTitle>
8-
<VersionPrefix>0.16.2</VersionPrefix>
8+
<VersionPrefix>0.17.0</VersionPrefix>
99
<Authors>Bradley Grainger;Caleb Lloyd</Authors>
1010
<TargetFrameworks>net451;netstandard1.3</TargetFrameworks>
1111
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)