Skip to content

Commit 5d290b7

Browse files
committed
Incorporate comments
1 parent ece5c29 commit 5d290b7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

en_US/changes/changes-ee-v5.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ Make sure to check the breaking changes and known issues before upgrading to EMQ
2828

2929
Performance testing showed no significant increase in latency across various scenarios (one-to-one, fan-in, and fan-out) on 8-core, 16GB memory nodes. However, on 2-core, 4GB memory nodes, the baseline latency (with active_n = `100`) was already in the higher 3-digit range with high CPU utilization. The decision to lower `active_n` optimizes for more common use cases where system stablity takes precedence over latency (in smaller instances).
3030

31-
- [#14582](https://github.com/emqx/emqx/pull/14582) Avoid pre- and post-processing of internal JSON representation before serialization and after deserialization respectively, in cases where it is completely unnecessary.
32-
3331
#### Authentication & Authorization
3432

3533
- [#14665](https://github.com/emqx/emqx/pull/14665) EMQX now supports client attribute as ACL rule pre-condition.
@@ -102,6 +100,8 @@ Make sure to check the breaking changes and known issues before upgrading to EMQ
102100
}
103101
```
104102

103+
- [#14582](https://github.com/emqx/emqx/pull/14582) Avoid pre- and post-processing of internal JSON representation before serialization and after deserialization respectively, in cases where it is completely unnecessary.
104+
105105
#### Administration
106106

107107
- [#14773](https://github.com/emqx/emqx/pull/14773) Improved rate-limiting functionality (`bytes_rate`, `messages_rate`, `max_conn_rate` configured for zones or listeners).
@@ -176,9 +176,9 @@ Make sure to check the breaking changes and known issues before upgrading to EMQ
176176

177177
- Prepared to support more dynamic config changes on the listeners
178178

179-
#### Development Environment
179+
#### System Upgrade
180180

181-
- [#14639](https://github.com/emqx/emqx/pull/14639) Switched the remaining CI workflows to use Erlang/OTP 27.
181+
- [#14639](https://github.com/emqx/emqx/pull/14639) EMQX is now released on Erlang/OTP 27.
182182

183183
### Bug Fixes
184184

zh_CN/changes/changes-ee-v5.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626

2727
性能测试表明,在各种场景(单播、一对多和多播)下,8 核、16GB 内存节点的延迟没有显著增加。然而,在 2 核、4GB 内存节点上,当 `active_n = 100` 时,基线延迟已经处于较高的三位数范围,并且 CPU 使用率较高。决定降低 `active_n` 是为了优化更常见的使用场景,在这些场景中,系统稳定性优先于延迟(尤其是在较小实例上)。
2828

29-
- [#14582](https://github.com/emqx/emqx/pull/14582) 在完全不必要的情况下,避免在序列化之前和反序列化之后对内部 JSON 表示进行预处理和后处理。
30-
3129
#### 认证与授权
3230

3331
- [#14665](https://github.com/emqx/emqx/pull/14665) 支持将客户端属性作为 ACL 规则的前置条件。
@@ -100,6 +98,8 @@
10098
}
10199
```
102100

101+
- [#14582](https://github.com/emqx/emqx/pull/14582) 在完全不必要的情况下,避免在序列化之前和反序列化之后对内部 JSON 表示进行预处理和后处理。
102+
103103
#### 运维管理
104104

105105
- [#14773](https://github.com/emqx/emqx/pull/14773) 改进了速率限制功能(适用于 Zone 或监听器的 `bytes_rate``messages_rate``max_conn_rate` 配置项):
@@ -167,9 +167,9 @@
167167
- 增强资源管理能力
168168
- 为后续支持监听器动态配置做好准备
169169

170-
#### 开发环境
170+
#### 系统升级
171171

172-
- [#14639](https://github.com/emqx/emqx/pull/14639) 将剩余的 CI 流程中的 Erlang 版本统一切换为 Erlang/OTP 27。
172+
- [#14639](https://github.com/emqx/emqx/pull/14639) EMQX 现已支持 Erlang/OTP 27。
173173

174174
### 修复
175175

0 commit comments

Comments
 (0)