浏览代码

docs: Generate changelog for v5.0.26

Thales Macedo Garitezi 2 年之前
父节点
当前提交
1f5714b3f0
共有 1 个文件被更改,包括 12 次插入1 次删除
  1. 12 1
      changes/v5.0.26.en.md

+ 12 - 1
changes/v5.0.26.en.md

@@ -1,4 +1,4 @@
-# <VSN-TAG>
+# v5.0.26
 
 ## Enhancements
 
@@ -105,3 +105,14 @@
 - [#10817](https://github.com/emqx/emqx/pull/10817) Fix the error of not being able to configure `auto_restart_interval` as infinity
 
 - [#10818](https://github.com/emqx/emqx/pull/10818) Fixing `emqx_ctl traces` command.
+
+- [#10820](https://github.com/emqx/emqx/pull/10820) In case the cluster updated license before the new node join in. The new node will not apply the updated license.
+  After this change, the new joined node will use the cluster's license key.
+
+  Sometimes the new node must start with a outdated license.
+  e.g. use emqx-operator deployed and needed to scale up after license expired.
+  At the time the cluster's license key already updated by API/CLI, but the new node won't use it.
+
+- [#10833](https://github.com/emqx/emqx/pull/10833) Only include enabled authenticators and authorizers in telemetry report, not all of them.
+
+- [#10851](https://github.com/emqx/emqx/pull/10851) Obfuscated sensitive data in the bad API logging.