Просмотр исходного кода

chore: move changelog entries to v5.0.15

Stefan Strigler 3 лет назад
Родитель
Сommit
a9844b3303

+ 0 - 4
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).

+ 0 - 4
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)。

+ 1 - 0
changes/v5.0.15/feat-9569.en.md

@@ -0,0 +1 @@
+Refactor `/authorization/sources/built_in_database/` by adding `rules/` to the path.

+ 1 - 0
changes/v5.0.15/feat-9569.zh.md

@@ -0,0 +1 @@
+重构 `/authorization/sources/built_in_database/`  接口,将 `rules/` 添加到了其路径中。

+ 1 - 0
changes/v5.0.15/feat-9585.en.md

@@ -0,0 +1 @@
+`/bridges_probe` API endpoint to test params for creating a new data bridge.

+ 1 - 0
changes/v5.0.15/feat-9585.zh.md

@@ -0,0 +1 @@
+添加新 API 接口 `/bridges_probe` 用于测试创建桥接的参数是否可用。