Procházet zdrojové kódy

chore: update changes

Erik Timan před 3 roky
rodič
revize
d5a41b801e
2 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 2 0
      changes/v5.0.13-en.md
  2. 2 0
      changes/v5.0.13-zh.md

+ 2 - 0
changes/v5.0.13-en.md

@@ -20,3 +20,5 @@
 
 - Fix shared subscription 'sticky' strategy [#9578](https://github.com/emqx/emqx/pull/9578).
   Prior to this change, a 'sticky' subscriber may continue to receive messages after unsubscribing.
+
+- Add check to ensure that a given key is among the prepared statements on query in the mysql connector [#9571](https://github.com/emqx/emqx/pull/9571).

+ 2 - 0
changes/v5.0.13-zh.md

@@ -20,3 +20,5 @@
 
 - 修复共享订阅的 'sticky' 策略 [#9578](https://github.com/emqx/emqx/pull/9578)。
   在此修复前,使用 'sticky' 策略的订阅客户端可能在取消订阅后继续收到消息。
+
+- Add check to ensure that a given key is among the prepared statements on query in the mysql connector [#9571](https://github.com/emqx/emqx/pull/9571).