docs: fix change logs
This commit is contained in:
parent
682f917d6d
commit
4dc4e0039e
|
@ -18,9 +18,9 @@
|
|||
- Added support for specifying custom modules for custom authentication [#9297](https://github.com/emqx/emqx/pull/9297).
|
||||
To support simple authentication rules, it is no longer necessary to implement a full-blown plugin.
|
||||
|
||||
- Added a JWT management for Rule-Engin, for creating and refreshing JWT tokens in rule engine actions [#9241](https://github.com/emqx/emqx/pull/9241).
|
||||
- Added a JWT management for Rule-Engine, for creating and refreshing JWT tokens in rule engine actions [#9241](https://github.com/emqx/emqx/pull/9241).
|
||||
This feature is so far only used in EMQX Enterprise Google PubSub integration.
|
||||
Can be used as webhook integration's JWT authenticationa against the webhook service endpoint.
|
||||
Can be used as webhook integration's JWT authentication against the webhook service endpoint.
|
||||
|
||||
- Update `gen_rpc` dependency to 3.0.0.
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# v4.4.12
|
||||
|
||||
Added Amazon Linxu 2 (amzn2) package release [#9498](https://github.com/emqx/emqx/pull/9498).
|
||||
|
||||
## Enhancements
|
||||
|
||||
- Added Amazon Linxu 2 (amzn2) package release [#9498](https://github.com/emqx/emqx/pull/9498).
|
||||
|
||||
- Upgrade http client library `ehttpc` from `0.2.1` to `0.4.2` [#9456](https://github.com/emqx/emqx/pull/9456).
|
||||
|
||||
- Add more PSK ciphers support [#9493](https://github.com/emqx/emqx/pull/9493).
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
# v4.4.12
|
||||
|
||||
发布 Amazon Linux 2 安装包 [#9498](https://github.com/emqx/emqx/pull/9498)。
|
||||
|
||||
## 增强
|
||||
|
||||
- 发布 Amazon Linux 2 安装包 [#9498](https://github.com/emqx/emqx/pull/9498)。
|
||||
|
||||
- HTTP 客户端库 `ehttpc` 从 `0.2.1` 升级到 `0.4.2` [#9456](https://github.com/emqx/emqx/pull/9456)。
|
||||
|
||||
- 支持更多的 PSK 密码套件[#9493](https://github.com/emqx/emqx/pull/9493)。
|
||||
|
|
Loading…
Reference in New Issue