Просмотр исходного кода

chore: update v5.0.12 changelog

Zhongwen Deng 3 лет назад
Родитель
Сommit
e4ec72ae9e
4 измененных файлов с 4 добавлено и 4 удалено
  1. 0 2
      changes/v5.0.11-en.md
  2. 0 2
      changes/v5.0.11-zh.md
  3. 2 0
      changes/v5.0.12-en.md
  4. 2 0
      changes/v5.0.12-zh.md

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

@@ -23,8 +23,6 @@
 
 
 - Keep MQTT v5 User-Property pairs from bridge ingested MQTT messsages to bridge target [#9398](https://github.com/emqx/emqx/pull/9398).
 - Keep MQTT v5 User-Property pairs from bridge ingested MQTT messsages to bridge target [#9398](https://github.com/emqx/emqx/pull/9398).
 
 
-- Disable global garbage collection by `node.global_gc_interval = disabled` [#9418](https://github.com/emqx/emqx/pull/9418)。
-
 ## Bug fixes
 ## Bug fixes
 
 
 - Fix `ssl.existingName` option of  helm chart not working [#9307](https://github.com/emqx/emqx/issues/9307).
 - Fix `ssl.existingName` option of  helm chart not working [#9307](https://github.com/emqx/emqx/issues/9307).

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

@@ -21,8 +21,6 @@
 
 
 - 为桥接收到的 MQTT v5 消息再转发时保留 User-Property 列表 [#9398](https://github.com/emqx/emqx/pull/9398)。
 - 为桥接收到的 MQTT v5 消息再转发时保留 User-Property 列表 [#9398](https://github.com/emqx/emqx/pull/9398)。
 
 
-- 通过 `node.global_gc_interval = disabled` 来禁用全局垃圾回收 [#9418](https://github.com/emqx/emqx/pull/9418)。
-
 ## 修复
 ## 修复
 
 
 - 修复 helm chart 的 `ssl.existingName` 选项不起作用 [#9307](https://github.com/emqx/emqx/issues/9307)。
 - 修复 helm chart 的 `ssl.existingName` 选项不起作用 [#9307](https://github.com/emqx/emqx/issues/9307)。

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

@@ -2,4 +2,6 @@
 
 
 ## Enhancements
 ## Enhancements
 
 
+- Disable global garbage collection by `node.global_gc_interval = disabled` [#9418](https://github.com/emqx/emqx/pull/9418)。
+
 ## Bug fixes
 ## Bug fixes

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

@@ -2,4 +2,6 @@
 
 
 ## 增强
 ## 增强
 
 
+- 通过 `node.global_gc_interval = disabled` 来禁用全局垃圾回收 [#9418](https://github.com/emqx/emqx/pull/9418)。
+
 ## 修复
 ## 修复