You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/overview/version-history.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,13 @@ weight: 30
11
11
Version History
12
12
===============
13
13
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
+
14
21
### 0.26.1
15
22
16
23
* Throw better exception when MySQL Server sends an old authentication method switch request packet: [#316](https://github.com/mysql-net/MySqlConnector/pull/316).
0 commit comments