chore: bump emqx version && update changes
This commit is contained in:
parent
085074ac41
commit
b1889fa203
|
@ -3,7 +3,7 @@
|
|||
{id, "emqx"},
|
||||
{description, "EMQX Core"},
|
||||
% strict semver, bump manually!
|
||||
{vsn, "5.0.10"},
|
||||
{vsn, "5.0.11"},
|
||||
{modules, []},
|
||||
{registered, []},
|
||||
{applications, [
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
|
||||
- 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
|
||||
|
||||
- Return 404 for status of unknown authenticator in `/authenticator/{id}/status` [#9328](https://github.com/emqx/emqx/pull/9328).
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
|
||||
- 增强订阅 API 的安全性 [#9355](https://github.com/emqx/emqx/pull/9355)。
|
||||
|
||||
- 增加 `封禁` 功能 [#9367](https://github.com/emqx/emqx/pull/9367)。
|
||||
现在客户端通过 `clientid` 被封禁时将会踢掉对应的会话。
|
||||
|
||||
## 修复
|
||||
|
||||
- 通过 `/authenticator/{id}/status` 请求未知认证器的状态时,将会返回 404。
|
||||
|
|
Loading…
Reference in New Issue