Skip to content

Commit b7a6cb2

Browse files
committed
Release 0.26.2.
1 parent db3a608 commit b7a6cb2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/content/overview/version-history.md

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

14+
### 0.26.2
15+
16+
* Support `CLIENT_DEPRECATE_EOF` flag: [#322](https://github.com/mysql-net/MySqlConnector/issues/322).
17+
* Throw better exception when a malformed packet is detected.
18+
* Don't allow sessions in an error state to be put back into the pool.
19+
* Remove unsupported `CLIENT_PS_MULTI_RESULTS` flag (sent during connection handshaking).
20+
1421
### 0.26.1
1522

1623
* Throw better exception when MySQL Server sends an old authentication method switch request packet: [#316](https://github.com/mysql-net/MySqlConnector/pull/316).

src/MySqlConnector/MySqlConnector.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>Async MySQL ADO.NET provider</Description>
66
<Copyright>Copyright 2016–2017 Bradley Grainger</Copyright>
77
<AssemblyTitle>Async MySQL Connector</AssemblyTitle>
8-
<VersionPrefix>0.26.1</VersionPrefix>
8+
<VersionPrefix>0.26.2</VersionPrefix>
99
<Authors>Bradley Grainger;Caleb Lloyd</Authors>
1010
<TargetFrameworks>net45;net46;netstandard1.3;netstandard2.0</TargetFrameworks>
1111
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)