Skip to content

Commit aedaeba

Browse files
committed
Release 1.3.4.
1 parent 08b159d commit aedaeba

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2021-04-11
2+
lastmod: 2021-04-21
33
date: 2017-03-27
44
menu:
55
main:
@@ -10,6 +10,12 @@ weight: 30
1010

1111
# Version History
1212

13+
### 1.3.4
14+
15+
* Improve compatibility with MySQL Server 8.0.24:
16+
* Ignore new `ER_CLIENT_INTERACTION_TIMEOUT` error packet sent to timed-out connections: [#970](https://github.com/mysql-net/MySqlConnector/issues/970).
17+
* Known Issue: Connections with `UseCompression=true` may throw a `MySqlProtocolException` when timed out.
18+
1319
### 1.3.3
1420

1521
* Support `Enum` parameters in prepared commands: [#965](https://github.com/mysql-net/MySqlConnector/issues/965).

0 commit comments

Comments
 (0)