diff --git a/changes/v5.0.14-en.md b/changes/v5.0.14-en.md index 8e9b14e76..7ca8200b6 100644 --- a/changes/v5.0.14-en.md +++ b/changes/v5.0.14-en.md @@ -10,3 +10,5 @@ ## Bug Fixes - Fix an issue where testing the GCP PubSub could leak memory, and an issue where its JWT token would fail to refresh a second time. [#9641](https://github.com/emqx/emqx/pull/9641) + +- Fix the problem of data loss and bad match when the MySQL driver is disconnected [#9638](https://github.com/emqx/emqx/pull/9638). diff --git a/changes/v5.0.14-zh.md b/changes/v5.0.14-zh.md index cbca3ad32..2667fabef 100644 --- a/changes/v5.0.14-zh.md +++ b/changes/v5.0.14-zh.md @@ -10,3 +10,5 @@ ## 修复 - 修复了测试GCP PubSub可能泄露内存的问题,以及其JWT令牌第二次刷新失败的问题。 [#9640](https://github.com/emqx/emqx/pull/9640) + +- 修复 MySQL 驱动断开连接时出现的数据丢失和匹配错误的问题 [#9638](https://github.com/emqx/emqx/pull/9638)。