| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| EMQX v5.3.1-alpha.1.tar.gz | 2023-10-10 | 3.4 MB | |
| EMQX v5.3.1-alpha.1.zip | 2023-10-10 | 4.7 MB | |
| README.md | 2023-10-10 | 920 Bytes | |
| Totals: 3 Items | 8.0 MB | 0 | |
Enhancements
- #11637 Added an extra diagnostic to help debug issues when mnesia is waiting for tables.
Updated libraries: ekka -> 0.15.15, mria -> 0.6.4.
Bug Fixes
-
#11676 Hide few pieces of sensitive information from debug-level logs.
-
#11697 Disable outdated TLS versions and ciphersuites in the EMQX backplane network (
gen_rpc). Allow using tlsv1.3 on the backplane.
Add new configuration parameters: EMQX_RPC__TLS_VERSIONS and EMQX_RPC__CIPHERS.
The corresponding gen_rpc PR: https://github.com/emqx/gen_rpc/pull/36
- #11734 Fix clustering in IPv6 network.
Added new configurations rpc.listen_address and rpc.ipv6_only to allow EMQX cluster RPC server and client to use IPv6.