Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
EMQX Enterprise e5.0.2-rc.1.tar.gz | 2023-03-24 | 2.3 MB | |
EMQX Enterprise e5.0.2-rc.1.zip | 2023-03-24 | 3.2 MB | |
README.md | 2023-03-24 | 1.1 kB | |
Totals: 3 Items | 5.5 MB | 0 |
e5.0.2-rc.1
Changes since e5.0.2-alpha.2
Enhancements
- #10139 Add
extraVolumeMounts
to EMQX Helm Chart, it will have the ability to mount the user-own files into the EMQX instance, for example, ACL rule files as mentioned in #9052
Done of #10116
- #10123 Improve the performance of
/bridegs
API. Earlier, when the number of nodes in the cluster was large or the node was busy, the API may have a request timeout.
Bug Fixes
-
#10026 Metrics are now only exposed via the /bridges/:id/metrics endpoint. Metrics are no longer returned in other API operations such as getting the list of all bridges, or in the response when a bridge has been created.
-
#10157 Fixed default rate limit configuration not being applied correctly when creating a new listener.