diff --git a/changes/v5.0.13-en.md b/changes/v5.0.13-en.md index 11c7705a4..1ed3c798b 100644 --- a/changes/v5.0.13-en.md +++ b/changes/v5.0.13-en.md @@ -18,10 +18,6 @@ - Ensure the default expiration time of `banned` is large enough [#9599](https://github.com/emqx/emqx/pull/9599/). -- `/bridges_probe` API endpoint to test params for creating a new data bridge [#9585](https://github.com/emqx/emqx/pull/9585). - -- Refactor `/authorization/sources/built_in_database/` by adding `rules/` to the path [#9569](https://github.com/emqx/emqx/pull/9569). - ## Bug fixes - Trigger `message.dropped` hook when QoS2 message is resend by client with a same packet id, or 'awaiting_rel' queue is full [#9487](https://github.com/emqx/emqx/pull/9487). diff --git a/changes/v5.0.13-zh.md b/changes/v5.0.13-zh.md index 8b556a6d8..41a1228f4 100644 --- a/changes/v5.0.13-zh.md +++ b/changes/v5.0.13-zh.md @@ -18,10 +18,6 @@ - 确保黑名单的默认超期时间足够长 [#9599](https://github.com/emqx/emqx/pull/9599/)。 -- 添加新 API 接口 `/bridges_probe` 用于测试创建桥接的参数是否可用 [#9585](https://github.com/emqx/emqx/pull/9585)。 - -- 重构 `/authorization/sources/built_in_database/` 接口,将 `rules/` 添加到了其路径中 [#9569](https://github.com/emqx/emqx/pull/9569)。 - ## 修复 - 当 QoS2 消息被重发(使用相同 Packet ID),或当 'awaiting_rel' 队列已满时,触发消息丢弃钩子(`message.dropped`)及计数器 [#9487](https://github.com/emqx/emqx/pull/9487)。 diff --git a/changes/v5.0.15/feat-9569.en.md b/changes/v5.0.15/feat-9569.en.md new file mode 100644 index 000000000..f3b70ec41 --- /dev/null +++ b/changes/v5.0.15/feat-9569.en.md @@ -0,0 +1 @@ +Refactor `/authorization/sources/built_in_database/` by adding `rules/` to the path. diff --git a/changes/v5.0.15/feat-9569.zh.md b/changes/v5.0.15/feat-9569.zh.md new file mode 100644 index 000000000..dd2e19c11 --- /dev/null +++ b/changes/v5.0.15/feat-9569.zh.md @@ -0,0 +1 @@ +重构 `/authorization/sources/built_in_database/` 接口,将 `rules/` 添加到了其路径中。 diff --git a/changes/v5.0.15/feat-9585.en.md b/changes/v5.0.15/feat-9585.en.md new file mode 100644 index 000000000..986cbb0c3 --- /dev/null +++ b/changes/v5.0.15/feat-9585.en.md @@ -0,0 +1 @@ +`/bridges_probe` API endpoint to test params for creating a new data bridge. diff --git a/changes/v5.0.15/feat-9585.zh.md b/changes/v5.0.15/feat-9585.zh.md new file mode 100644 index 000000000..82dd307ae --- /dev/null +++ b/changes/v5.0.15/feat-9585.zh.md @@ -0,0 +1 @@ +添加新 API 接口 `/bridges_probe` 用于测试创建桥接的参数是否可用。