docs: update changelog
This commit is contained in:
parent
2dfaf9c449
commit
3b84dc5a31
|
@ -42,6 +42,8 @@ Please note, the request body of `/bridges` API to configure MQTT brdige is chan
|
||||||
Prior to this change, overrides only work on top of existing authentication, for example, if there is already MySQL auth configured in `emqx.conf`
|
Prior to this change, overrides only work on top of existing authentication, for example, if there is already MySQL auth configured in `emqx.conf`
|
||||||
but we want to disable it, we can do it with `env EMQX_AUTHENTICATION__1__ENABLE=false`.
|
but we want to disable it, we can do it with `env EMQX_AUTHENTICATION__1__ENABLE=false`.
|
||||||
|
|
||||||
|
- Start building packages for Amazon Linux 2 [#9537](https://github.com/emqx/emqx/pull/9537).
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
|
|
||||||
- Fix that the obsolete SSL files aren't deleted after the ExHook config update [#9432](https://github.com/emqx/emqx/pull/9432).
|
- Fix that the obsolete SSL files aren't deleted after the ExHook config update [#9432](https://github.com/emqx/emqx/pull/9432).
|
||||||
|
|
|
@ -41,6 +41,8 @@ v5.0.11 或更早版本创建的配置文件,在新版本中会被自动转换
|
||||||
在此之前,环境变量的重载仅作用于已经存在的配置之上,例如,当 `emqx.conf` 中已经配置了一个 MySQL 认证,那么可以使用如下方法来将它禁用:
|
在此之前,环境变量的重载仅作用于已经存在的配置之上,例如,当 `emqx.conf` 中已经配置了一个 MySQL 认证,那么可以使用如下方法来将它禁用:
|
||||||
`env EMQX_AUTHENTICATION__1__ENABLE=false`。
|
`env EMQX_AUTHENTICATION__1__ENABLE=false`。
|
||||||
|
|
||||||
|
- Start building packages for Amazon Linux 2 [#9537](https://github.com/emqx/emqx/pull/9537).
|
||||||
|
|
||||||
## 修复
|
## 修复
|
||||||
|
|
||||||
- 修复 ExHook 更新 SSL 相关配置后,过时的 SSL 文件没有被删除的问题 [#9432](https://github.com/emqx/emqx/pull/9432)。
|
- 修复 ExHook 更新 SSL 相关配置后,过时的 SSL 文件没有被删除的问题 [#9432](https://github.com/emqx/emqx/pull/9432)。
|
||||||
|
|
Loading…
Reference in New Issue