8000 Release 0.2.1. · mysql-net/MySqlConnector@aa5c148 · GitHub
[go: up one dir, main page]

Skip to content

Commit aa5c148

Browse files
committed
Release 0.2.1.
1 parent 254a219 commit aa5c148

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/VersionHistory.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,15 @@ may leave the `MySqlConnection` in an unusable state.
77
* Not all MySQL data types are supported.
88
* Many `MySql.Data` connection string settings are not supported by this library.
99
* Compression and TLS are not supported.
10-
* Stored Procedures aren't supported
10+
* Stored Procedures aren't supported.
11+
* Only the "`mysql_native_password`" authentication plugin is supported.
1112

1213
## Release Notes
1314

15+
### 0.2.1
16+
17+
* Added more diagnostics for unsupported auth plugins.
18+
1419
### 0.2.0
1520

1621
* Add `MySqlConnectionStringBuilder.ForceSynchronous`: #91

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.2.0",
2+
"version": "0.2.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 MySqlConnectionStringBuilder.ForceSynchronous. (GitHub issue #91)",
12+
"releaseNotes": "Provide more information for unsupported auth plugins.",
1313
"licenseUrl": "https://opensource.org/licenses/MIT",
1414
"projectUrl": "https://github.com/bgrainger/MySqlConnector",
1515
"repository": {

0 commit comments

Comments
 (0)
0