fix: update change logs
This commit is contained in:
parent
8c478fd7f3
commit
56156aa097
|
@ -16,6 +16,8 @@
|
|||
|
||||
## Bug fixes
|
||||
|
||||
- Fixed an error when forward MQTT messages with User-Property using the `republish` action [#9942](https://github.com/emqx/emqx/pull/9942).
|
||||
|
||||
- fix some issues in descriptions of the actions, resources amd emqx-modules [#9931](https://github.com/emqx/emqx/pull/9931).
|
||||
|
||||
- fix there's no error logs when query the JWKS server failed [#9931](https://github.com/emqx/emqx/pull/9931).
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
|
||||
## 修复
|
||||
|
||||
- 修复使用 `消息重发布` 动作转发带 User-Property 的 MQTT 消息时出错的问题 [#9942](https://github.com/emqx/emqx/pull/9942)。
|
||||
|
||||
- 修复资源、动作以及模块里的一些描述错误 [#9931](https://github.com/emqx/emqx/pull/9931)。
|
||||
|
||||
- 修复请求 JWKS 服务失败的时候,没有日志打印的问题 [#9931](https://github.com/emqx/emqx/pull/9931)。
|
||||
|
|
Loading…
Reference in New Issue