chore: update release notes
This commit is contained in:
parent
6b6bb09d4a
commit
36c37cc78c
|
@ -52,3 +52,5 @@ Please note, the request body of `/bridges` API to configure MQTT brdige is chan
|
|||
- Return `400` if query param `node` is not a known node in `/trace/:id/download?node={node}` [#9478](https://github.com/emqx/emqx/pull/9478).
|
||||
|
||||
- `POST /traces` to return `409` in case of duplicate [#9494](https://github.com/emqx/emqx/pull/9494).
|
||||
|
||||
- Fix bridging function, when both ingress and egress bridges are configured, egress bridge does not work [#9523](https://github.com/emqx/emqx/pull/9523).
|
||||
|
|
|
@ -50,3 +50,5 @@ v5.0.11 或更早版本创建的配置文件,在新版本中会被自动转换
|
|||
- 如果在调用 `/trace/:id/download?node={node}` 时,`node` 不存在,则会返回 `400` [#9478](https://github.com/emqx/emqx/pull/9478)。
|
||||
|
||||
- 当重复调用 `POST /traces` 时,将会返回 `409` ,而不再是 `400` [#9494](https://github.com/emqx/emqx/pull/9494)。
|
||||
|
||||
- 桥接功能修复,当同时配置了2个桥,方向为入桥和出桥时,出桥不工作的问题。[#9523](https://github.com/emqx/emqx/pull/9523).
|
||||
|
|
Loading…
Reference in New Issue