docs: merge missed change logs to v5.0.18

This commit is contained in:
Zaiming (Stone) Shi 2023-03-01 14:06:23 +01:00
parent a5f31d0bf4
commit a76ef24493
4 changed files with 6 additions and 5 deletions

View File

@ -8,6 +8,8 @@
- [#9949](https://github.com/emqx/emqx/pull/9949) QUIC transport Multistreams support and QUIC TLS cacert support. - [#9949](https://github.com/emqx/emqx/pull/9949) QUIC transport Multistreams support and QUIC TLS cacert support.
- [#9966](https://github.com/emqx/emqx/pull/9966) Add two new Erlang apps 'tools' and 'covertool' to the release.
So we can run profiling and test coverage analysis on release packages.
- [#9967](https://github.com/emqx/emqx/pull/9967) New common TLS option 'hibernate_after' to reduce memory footprint per idle connecion, default: 5s. - [#9967](https://github.com/emqx/emqx/pull/9967) New common TLS option 'hibernate_after' to reduce memory footprint per idle connecion, default: 5s.

View File

@ -8,6 +8,9 @@
- [#9949](https://github.com/emqx/emqx/pull/9949) QUIC 传输多流支持和 QUIC TLS cacert 支持。 - [#9949](https://github.com/emqx/emqx/pull/9949) QUIC 传输多流支持和 QUIC TLS cacert 支持。
- [#9966](https://github.com/emqx/emqx/pull/9966) 在发布包中增加了2个新的 Erlang app分别是 toolscovertool
这两个 app 可以用于性能和测试覆盖率的分析。
- [#9967](https://github.com/emqx/emqx/pull/9967) 新的通用 TLS 选项 'hibernate_after' 以减少空闲连接的内存占用,默认: 5s 。 - [#9967](https://github.com/emqx/emqx/pull/9967) 新的通用 TLS 选项 'hibernate_after' 以减少空闲连接的内存占用,默认: 5s 。
## 修复 ## 修复

View File

@ -1,2 +0,0 @@
Add two new Erlang apps 'tools' and 'covertool' to the release.
So we can run profiling and test coverage analysis on release packages.

View File

@ -1,2 +0,0 @@
在发布包中增加了2个新的 Erlang app分别是 toolscovertool
这两个 app 可以用于性能和测试覆盖率的分析。