Skip to content

Commit 49de34d

Browse files
committed
Release 0.6.1.
1 parent 0cbabc3 commit 49de34d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/VersionHistory.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ of supported options.
1313

1414
## Release Notes
1515

16+
### 0.6.1
17+
18+
* Fix `AggregateException` going unhandled in `OpenAsync`: [#124](https://github.com/mysql-net/MySqlConnector/issues/124).
19+
* Fix SSL over Unix domain sockets.
20+
* Reduce allocations when using SSL certificates.
21+
1622
### 0.6.0
1723

1824
* Implement `UseCompression` connection string option: [#31](https://github.com/mysql-net/MySqlConnector/issues/31).

src/MySqlConnector/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.6.0",
2+
"version": "0.6.1",
33
"title": "Async MySQL Connector",
44
"description": "A fully async MySQL ADO.NET provider for .NET and .NET Core",
55
"copyright": "Copyright 2016 Bradley Grainger",
@@ -9,7 +9,7 @@
99
"packOptions": {
1010
"owners": [ "bgrainger" ],
1111
"tags": [ "mysql", "async", "ado.net", "database", "netcore" ],
12-
"releaseNotes": "Add support for Compression and Unix domain sockets. (GitHub issues #31, #118)",
12+
"releaseNotes": "Fix exception in OpenAsync; fix SSL over Unix domain sockets. (GitHub issue #124)",
1313
"licenseUrl": "https://opensource.org/licenses/MIT",
1414
"projectUrl": "https://github.com/mysql-net/MySqlConnector",
1515
"repository": {

0 commit comments

Comments
 (0)