Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
EMQX Enterprise e5.0.1-alpha.1.tar.gz | 2023-02-20 | 3.1 MB | |
EMQX Enterprise e5.0.1-alpha.1.zip | 2023-02-20 | 4.0 MB | |
README.md | 2023-02-20 | 1.5 kB | |
Totals: 3 Items | 7.2 MB | 0 |
e5.0.1-alpha.1
Enhancements
-
#changes/ee/feat-9932-en.md Integrate
TDengine
intobridges
as a new backend. -
#9967 New common TLS option 'hibernate_after' to reduce memory footprint per idle connecion, default: 5s.
Bug fixes
-
#9939 Allow 'emqx ctl cluster' command to be issued before Mnesia starts. Prior to this change, EMQX 'replicant' role nodes can only join cluster using 'static' cluster discovery. Now it's possible to join cluster using 'manual' strategy.
-
#9958 Fix bad http response format when client ID is not found in
clients
APIs -
#9961 Avoid parsing config files for node name and cookie when executing non-boot commands in bin/emqx.
-
#9974 Report memory usage to statsd and prometheus using the same data source as dashboard. Prior to this fix, the memory usage data source was collected from an outdated source which did not work well in containers.
-
#9978 Fixed configuration issue when choosing to use SSL for a Postgres connection (
authn
,authz
and bridge). The connection could fail to complete with a previously working configuration after an upgrade from 5.0.13 to newer EMQX versions.