Skip to content

Commit ff08903

Browse files
authored
Merge pull request #2865 from emqx/20250317-r56-missing-change-logs
fix(release notes): Add missing change logs to Release 5.6
2 parents bac442e + f75641c commit ff08903

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

en_US/changes/changes-ce-v5.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@
186186
187187
- `rfc3339`: Uses RFC3339 compliant format for date-time strings. For example, `2024-03-26T11:52:19.777087+00:00`.
188188
189+
- [#12392](https://github.com/emqx/emqx/pull/12392) New WebSocket listener option: `validate_utf8` for performance tuning.
190+
- [#12417](https://github.com/emqx/emqx/pull/12417) Added support for specifying the expiration time of MQTT messages via configuration file. See the description of the `message_expiry_interval` configuration in the `mqtt.conf.example` file for more details.
191+
189192
190193
### Bug Fixes
191194

en_US/changes/changes-ee-v5.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@
213213
214214
- `rfc3339`: Uses RFC3339 compliant format for date-time strings. For example, `2024-03-26T11:52:19.777087+00:00`.
215215
216+
- [#12417](https://github.com/emqx/emqx/pull/12417) Added support for specifying the expiration time of MQTT messages via configuration file. See the description of the `message_expiry_interval` configuration in the `mqtt.conf.example` file for more details.
216217
217218
### Bug Fixes
218219

zh_CN/changes/changes-ce-v5.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@
188188
- `epoch`: 时间戳以微秒精度的 Unix 纪元时间格式表示。
189189
- `rfc3339`: 时间戳使用符合 RFC3339 标准的日期时间字符串格式,格式示例为 `2024-03-26T11:52:19.777087+00:00`。
190190
191+
- [#12392](https://github.com/emqx/emqx/pull/12392) 新增 WebSocket 监听器选项:`validate_utf8` 用于性能调优。
192+
- [#12417](https://github.com/emqx/emqx/pull/12417) 支持通过配置文件指定 MQTT 消息过期时间。有关更多详情,请参阅 `mqtt.conf.example` 文件中 `message_expiry_interval` 配置的描述。
191193
192194
### 修复
193195

zh_CN/changes/changes-ee-v5.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@
208208
- `epoch`: 时间戳以微秒精度的 Unix 纪元时间格式表示。
209209
- `rfc3339`: 时间戳使用符合 RFC3339 标准的日期时间字符串格式,格式示例为 `2024-03-26T11:52:19.777087+00:00`。
210210
211+
- [#12417](https://github.com/emqx/emqx/pull/12417) 支持通过配置文件指定 MQTT 消息过期时间。有关更多详情,请参阅 `mqtt.conf.example` 文件中 `message_expiry_interval` 配置的描述。
212+
211213
### 修复
212214
213215
- [#11868](https://github.com/emqx/emqx/pull/11868) 修复了会话接管后未发布遗嘱消息的问题。

0 commit comments

Comments
 (0)