chore: update changes

This commit is contained in:
firest 2022-11-22 18:53:09 +08:00
parent 118a97a0d8
commit 461aa7fe9b
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@
- Improve node name generation rules to avoid potential atom table overflow risk [#9387](https://github.com/emqx/emqx/pull/9387).
- Set the default value for the maximum level of a topic to 128 [#9406](https://github.com/emqx/emqx/pull/9406).
## Bug fixes

View File

@ -17,6 +17,8 @@
- 改进了节点名称生成规则,以避免潜在的原子表溢出风险 [#9387](https://github.com/emqx/emqx/pull/9387)。
- 将主题的最大层级限制的默认值设置为128 [#9406](https://github.com/emqx/emqx/pull/9406)。
## 修复
- 修复 helm chart 的 `ssl.existingName` 选项不起作用 [#9307](https://github.com/emqx/emqx/issues/9307)。