chore: update changes

This commit is contained in:
firest 2022-11-15 16:10:44 +08:00
parent c079760b0a
commit 0b9f4e70cf
2 changed files with 4 additions and 0 deletions

View File

@ -10,3 +10,5 @@
## Bug fixes ## Bug fixes
- Return 404 for status of unknown authenticator in `/authenticator/{id}/status` [#9328](https://github.com/emqx/emqx/pull/9328). - Return 404 for status of unknown authenticator in `/authenticator/{id}/status` [#9328](https://github.com/emqx/emqx/pull/9328).
- Fix that JWT ACL rules are only applied if an `exp` claim is set [#9368](https://github.com/emqx/emqx/pull/9368).

View File

@ -10,3 +10,5 @@
## 修复 ## 修复
- 通过 `/authenticator/{id}/status` 请求未知认证器的状态时,将会返回 404。 - 通过 `/authenticator/{id}/status` 请求未知认证器的状态时,将会返回 404。
- 修复 JWT ACL 规则只在设置了超期时间时才生效的问题 [#9368](https://github.com/emqx/emqx/pull/9368)。