chore: bump emqx version && update changes

This commit is contained in:
firest 2022-11-15 14:48:35 +08:00
parent 085074ac41
commit b1889fa203
3 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{id, "emqx"}, {id, "emqx"},
{description, "EMQX Core"}, {description, "EMQX Core"},
% strict semver, bump manually! % strict semver, bump manually!
{vsn, "5.0.10"}, {vsn, "5.0.11"},
{modules, []}, {modules, []},
{registered, []}, {registered, []},
{applications, [ {applications, [

View File

@ -7,6 +7,9 @@
- Security enhancement for the `subscribe` API [#9355](https://github.com/emqx/emqx/pull/9355). - Security enhancement for the `subscribe` API [#9355](https://github.com/emqx/emqx/pull/9355).
- Enhance the `banned` feature [#9367](https://github.com/emqx/emqx/pull/9367).
Now the corresponding session will be kicked when client is banned by `clientid`.
## 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).

View File

@ -7,6 +7,9 @@
- 增强订阅 API 的安全性 [#9355](https://github.com/emqx/emqx/pull/9355)。 - 增强订阅 API 的安全性 [#9355](https://github.com/emqx/emqx/pull/9355)。
- 增加 `封禁` 功能 [#9367](https://github.com/emqx/emqx/pull/9367)。
现在客户端通过 `clientid` 被封禁时将会踢掉对应的会话。
## 修复 ## 修复
- 通过 `/authenticator/{id}/status` 请求未知认证器的状态时,将会返回 404。 - 通过 `/authenticator/{id}/status` 请求未知认证器的状态时,将会返回 404。