Merge pull request #9390 from lafirest/ctl_atom_changes
chore: update changes
This commit is contained in:
commit
c8312036aa
|
@ -15,6 +15,8 @@
|
|||
automatically if needed. Use `PUT /gateways/{name}/enable/{true|false}` to
|
||||
enable or disable gateway. No more `DELETE /gateways/{name}`.
|
||||
|
||||
- Improve node name generation rules to avoid potential atom table overflow risk [#9387](https://github.com/emqx/emqx/pull/9387).
|
||||
|
||||
## Bug fixes
|
||||
|
||||
- Return 404 for status of unknown authenticator in `/authenticator/{id}/status` [#9328](https://github.com/emqx/emqx/pull/9328).
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
- 重新设计了 /gateways API [9364](https://github.com/emqx/emqx/pull/9364)。
|
||||
使用 PUT /gateways/{name} 代替了 POST /gateways,现在网关将在需要时自动加载,然后删除了 DELETE /gateways/{name},之后可以使用 PUT /gateways/{name}/enable/{true|false} 来开启或禁用网关。
|
||||
|
||||
- 改进了节点名称生成规则,以避免潜在的原子表溢出风险 [#9387](https://github.com/emqx/emqx/pull/9387)。
|
||||
|
||||
## 修复
|
||||
|
||||
- 通过 `/authenticator/{id}/status` 请求未知认证器的状态时,将会返回 404。
|
||||
|
|
Loading…
Reference in New Issue