Skip to content

Commit 2d3ac0b

Browse files
committed
Add release notes for 5.9.0
1 parent c6251e4 commit 2d3ac0b

File tree

4 files changed

+287
-32
lines changed

4 files changed

+287
-32
lines changed

dir.yaml

+1-32
Original file line numberDiff line numberDiff line change
@@ -752,11 +752,7 @@
752752
title_cn: MQTT 原因码
753753
path: https://www.emqx.com/en/blog/mqtt5-new-features-reason-code-and-ack
754754

755-
- title_en: Release Notes
756-
title_cn: 版本发布历史
757-
collapsed: true
758-
children:
759-
- title_en: EMQX Enterprise Release Notes
755+
- title_en: EMQX Enterprise Release Notes
760756
title_cn: EMQX 企业版版本发布历史
761757
collapsed: true
762758
path: changes/all-changes-ee
@@ -789,31 +785,4 @@
789785
- title_en: End of Life Dates
790786
title_cn: 产品生命周期结束日期
791787
path: changes/eol-ee
792-
- title_en: EMQX Open Source Release Notes
793-
title_cn: EMQX 开源版版本发布历史
794-
collapsed: true
795-
path: changes/all-changes-ce
796-
children:
797-
- changes/changes-ce-v5
798-
- changes/changes-ce-v4
799-
- title_en: Version 0.1 to 3.x
800-
title_cn: v0.1-v3.x 版本
801-
path: changes/changes-ce-v3
802-
- title_en: Incompatible Changes
803-
title_cn: 不兼容变更
804-
collapsed: true
805-
children:
806-
- changes/breaking-changes-ce-5.8
807-
- changes/breaking-changes-ce-5.7
808-
- changes/breaking-changes-ce-5.6
809-
- changes/breaking-changes-ce-5.5
810-
- changes/breaking-changes-ce-5.4
811-
- title_en: Incompatible Changes between EMQX 4.4 and EMQX 5.1
812-
title_cn: 从 EMQX 4.4 到 EMQX 5.1 的不兼容变更
813-
path: changes/breaking-changes-5.1.0
814-
collapsed: true
815-
children:
816-
- changes/auth-4.4-to-5.1-compatibility
817-
- changes/data-integration-4.4-to-5.1-incompatibility
818-
- changes/gateway-4.4-to-5.1-incompatibility
819788

en_US/changes/all-changes-ee.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
The release notes page for EMQX Enterprise provides a comprehensive and detailed record of updates, enhancements, and fixes included in each version of EMQX Enterprise.
44

5+
## v5.9
6+
7+
- [5.9.0](./changes-ee-v5.md#_5-9-0): 2025-04-22
8+
59
## v5.8
610

711
- [5.8.6](./changes-ee-v5.md#_5-8-6): 2025-03-25
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Incompatible Changes in EMQX 5.9
2+
3+
## 5.9.0
4+
5+
- [#14773](https://github.com/emqx/emqx/pull/14773) Rate limiting configuration options have been changed.
6+
- This change is incompatible with versions prior to 5.1.0
7+
- This change is also incompatible with manually modified limiter configurations that use structures from versions prior to 5.1.0
8+
- The undocumented endpoint `/configs/limiter` has been removed
9+
- [#14703](https://github.com/emqx/emqx/pull/14703) Changed the maximum allowed value for `force_shutdown.max_heap_size` to `128GB`.

0 commit comments

Comments
 (0)