e5.0.3-alpha.1
版本发布时间: 2023-04-18 20:06:15
emqx/emqx最新发布版本:v5.8.2(2024-11-12 22:20:49)
Enhancements
-
#10077 Add support for QUIC TLS password protected certificate file.
-
#10128 Add support for OCSP stapling for SSL MQTT listeners.
-
#10156 Change the priority of the configuration:
- If it is a new installation of EMQX, the priority of configuration is
ENV > emqx.conf > HTTP API
. - If EMQX is upgraded from an old version (i.e., the cluster-override.conf file still exists in EMQX's data directory), then the configuration priority remains the same as before. That is,
HTTP API > ENV > emqx.conf
.
Deprecated data/configs/local-override.conf.
Stabilizing the HTTP API for hot updates.
- If it is a new installation of EMQX, the priority of configuration is
-
#10164 Add CRL check support for TLS MQTT listeners.
-
#10206 Decouple the query mode from the underlying call mode for buffer workers.
Prior to this change, setting the query mode of a resource such as a bridge to
sync
would force the buffer to call the underlying connector in a synchronous way, even if it supports async calls. -
#10207 Use 'label' from i18n file as 'summary' in OpenAPI spec.
-
#10210 Unregister Mnesia post commit hook when Mria is being stopped. This fixes hook failures occasionally occurring on stopping/restarting Mria.
-
#10224 Add the option to customize
clusterIP
in Helm chart, so that a user may set it to a fixed IP. -
#10263 Add command 'eval-ex' for Elixir expression evaluation.
-
#10278 Refactor the directory structure of all gateways.
-
#10306 Add support for
async
query mode for most bridges.Before this change, some bridges (Cassandra, MongoDB, MySQL, Postgres, Redis, RocketMQ, TDengine) were only allowed to be created with a
sync
query mode. -
#10318 Now, the rule engine language's FROM clause supports both strings enclosed in double quotes (") and single quotes (').
-
#10336 Add
/rule_engine
API endpoint to manage configuration of rule engine. -
#10354 More specific error messages when configure with bad max_heap_size value. Log current value and the max value when the
message_queue_too_long
error is thrown. -
#10358 Hide
flapping_detect/conn_congestion/stats
configuration. Deprecateflapping_detect.enable
. -
#10359 Metrics now are not implicitly collected in places where API handlers don't make any use of them. Instead, a separate backplane RPC gathers cluster-wide metrics.
-
#10373 Deprecate the trace.payload_encode configuration. Add payload_encode=[text,hidden,hex] option when creating a trace via HTTP API.
-
#10381 Hide the
auto_subscribe
configuration items so that they can be modified later only through the HTTP API. -
#10385 Hide data items(rule_engine/bridge/authz/authn) from configuration files and documentation.
-
#10391 hide exhook/rewrite/topic_metric/persistent_session_store/overload_protection from the docs and configuration file.
-
#10404 Change the default queue mode for buffer workers to
memory_only
. Before this change, the default queue mode wasvolatile_offload
. When under high message rate pressure and when the resource is not keeping up with such rate, the buffer performance degraded a lot due to the constant disk operations. -
#10140 Integrate
Cassandra
intobridges
as a new backend. At the current stage:- Only support Cassandra version 3.x, not yet 4.x.
-
#10143 Add
RocketMQ
data integration bridge. -
#10165 Support escaped special characters in InfluxDB data bridge write_syntax. This update allows to use escaped special characters in string elements in accordance with InfluxDB line protocol.
-
#10294 When configuring a MongoDB bridge, you can now use the ${var} syntax to reference fields in the message payload within the collection field. This enables you to select the collection to insert data into dynamically.
-
#10337 Add schema registry feature.
With schema registry, one can encode and decode special serialization formats in payloads when transforming messages in Rule Engine. Currently, only Apache Avro is supported.
-
#10363 Implement Microsoft SQL Server bridge.
Bug Fixes
-
#10145 Fix
bridges
API to report error conditions for a failing bridge asstatus_reason
. Also when creating an alarm for a failing resource we include this error condition with the alarm's message. -
#10172 Fix the incorrect default ACL rule, which was:
{allow, {username, "^dashboard?"}, subscribe, ["$SYS/#"]}.
However, it should use
{re, "^dashboard$"}
to perform a regular expression match:{allow, {username, {re,"^dashboard$"}}, subscribe, ["$SYS/#"]}.
-
#10174 Upgrade library
esockd
from 5.9.4 to 5.9.6. Fix an unnecessary error level logging when a connection is closed before proxy protocol header is sent by the proxy. -
#10195 Add labels to API schemas where description contains HTML and breaks formatting of generated documentation otherwise.
-
#10196 Use lower-case for schema summaries and descritptions to be used in menu of generated online documentation.
-
#10209 Fix bug where a last will testament (LWT) message could be published when kicking out a banned client.
-
#10211 Hide
broker.broker_perf
config and API documents. The two configsroute_lock_type
andtrie_compaction
are rarely used and requires a full cluster restart to take effect. They are not suitable for being exposed to users. Detailed changes can be found here: https://gist.github.com/zmstone/01ad5754b9beaeaf3f5b86d14d49a0b7/revisions -
#10225 Allow installing a plugin if its name matches the beginning of another (already installed) plugin name. For example: if plugin "emqx_plugin_template_a" is installed, it must not block installing plugin "emqx_plugin_template".
-
#10226 Don't crash on validation error in
/bridges
API, return400
instead. -
#10242 Fixed a log data field name clash. Piror to this fix, some debug logs may report a wrong Erlang PID which may affect troubleshooting session takeover issues.
-
#10257 Fixed the issue where
auto_observe
was not working in LwM2M Gateway.Before the fix, OBSERVE requests were sent without a token, causing failures that LwM2M clients could not handle.
After the fix, LwM2M Gateway can correctly observe the resource list carried by client, furthermore, unknown resources will be ignored and printing the following warning log:
2023-03-28T18:50:27.771123+08:00 [warning] msg: ignore_observer_resource, mfa: emqx_lwm2m_session:observe_object_list/3, line: 522, peername: 127.0.0.1:56830, clientid: testlwm2mclient, object_id: 31024, reason: no_xml_definition
-
#10286 Enhance logging behaviour during boot failure. When EMQX fails to start due to corrupted configuration files, excessive logging is eliminated and no crash dump file is generated.
-
#10297 Keeps
eval
command backward compatible with v4 by evaluating only Erlang expressions, even on Elixir node. For Elixir expressions, useeval-ex
command. -
#10300 Fixed an issue where a build made with Elixir could not receive uploaded plugins until the
plugins
folder was created manually to receive the uploaded files. -
#10315 Fix crash checking
limit
andpage
parameters in/mqtt/delayed/messages
API call. -
#10317 Do not expose listener level authentications before extensive verification.
-
#10323 For security reasons, the value of the
password
field in the API examples is replaced with******
. -
#10410 Fix config check failed when gateways are configured in emqx.conf. This issue was first introduced in v5.0.22 via #10278, the boot-time config check was missing.
-
#10201 In TDengine, removed the redundant database name from the SQL template.
-
#10270 Clickhouse has got a fix that makes the error message better when users click the test button in the settings dialog.
-
#10324 Previously, when attempting to reconnect to a misconfigured Clickhouse bridge through the dashboard, users would not receive an error message. This issue is now resolved, and error messages will now be displayed
1、 emqx-enterprise-5.0.3-alpha.1-amzn2-amd64.rpm 49.03MB
2、 emqx-enterprise-5.0.3-alpha.1-amzn2-amd64.rpm.sha256 64B
3、 emqx-enterprise-5.0.3-alpha.1-amzn2-amd64.tar.gz 68.96MB
4、 emqx-enterprise-5.0.3-alpha.1-amzn2-amd64.tar.gz.sha256 64B
5、 emqx-enterprise-5.0.3-alpha.1-amzn2-arm64.rpm 48.56MB
6、 emqx-enterprise-5.0.3-alpha.1-amzn2-arm64.rpm.sha256 64B
7、 emqx-enterprise-5.0.3-alpha.1-amzn2-arm64.tar.gz 62.46MB
8、 emqx-enterprise-5.0.3-alpha.1-amzn2-arm64.tar.gz.sha256 64B
9、 emqx-enterprise-5.0.3-alpha.1-debian10-amd64.deb 42.85MB
10、 emqx-enterprise-5.0.3-alpha.1-debian10-amd64.deb.sha256 64B
11、 emqx-enterprise-5.0.3-alpha.1-debian10-amd64.tar.gz 72.48MB
12、 emqx-enterprise-5.0.3-alpha.1-debian10-amd64.tar.gz.sha256 64B
13、 emqx-enterprise-5.0.3-alpha.1-debian10-arm64.deb 42.08MB
14、 emqx-enterprise-5.0.3-alpha.1-debian10-arm64.deb.sha256 64B
15、 emqx-enterprise-5.0.3-alpha.1-debian10-arm64.tar.gz 64.2MB
16、 emqx-enterprise-5.0.3-alpha.1-debian10-arm64.tar.gz.sha256 64B
17、 emqx-enterprise-5.0.3-alpha.1-debian11-amd64.deb 42.92MB
18、 emqx-enterprise-5.0.3-alpha.1-debian11-amd64.deb.sha256 64B
19、 emqx-enterprise-5.0.3-alpha.1-debian11-amd64.tar.gz 70.93MB
20、 emqx-enterprise-5.0.3-alpha.1-debian11-amd64.tar.gz.sha256 64B
21、 emqx-enterprise-5.0.3-alpha.1-debian11-arm64.deb 42.12MB
22、 emqx-enterprise-5.0.3-alpha.1-debian11-arm64.deb.sha256 64B
23、 emqx-enterprise-5.0.3-alpha.1-debian11-arm64.tar.gz 63.83MB
24、 emqx-enterprise-5.0.3-alpha.1-debian11-arm64.tar.gz.sha256 64B
25、 emqx-enterprise-5.0.3-alpha.1-el7-amd64.rpm 49.06MB
26、 emqx-enterprise-5.0.3-alpha.1-el7-amd64.rpm.sha256 64B
27、 emqx-enterprise-5.0.3-alpha.1-el7-amd64.tar.gz 62.87MB
28、 emqx-enterprise-5.0.3-alpha.1-el7-amd64.tar.gz.sha256 64B
29、 emqx-enterprise-5.0.3-alpha.1-el7-arm64.rpm 48.51MB
30、 emqx-enterprise-5.0.3-alpha.1-el7-arm64.rpm.sha256 64B
31、 emqx-enterprise-5.0.3-alpha.1-el7-arm64.tar.gz 61.87MB
32、 emqx-enterprise-5.0.3-alpha.1-el7-arm64.tar.gz.sha256 64B
33、 emqx-enterprise-5.0.3-alpha.1-el8-amd64.rpm 47.69MB
34、 emqx-enterprise-5.0.3-alpha.1-el8-amd64.rpm.sha256 64B
35、 emqx-enterprise-5.0.3-alpha.1-el8-amd64.tar.gz 72.54MB
36、 emqx-enterprise-5.0.3-alpha.1-el8-amd64.tar.gz.sha256 64B
37、 emqx-enterprise-5.0.3-alpha.1-el8-arm64.rpm 46.94MB
38、 emqx-enterprise-5.0.3-alpha.1-el8-arm64.rpm.sha256 64B
39、 emqx-enterprise-5.0.3-alpha.1-el8-arm64.tar.gz 64.32MB
40、 emqx-enterprise-5.0.3-alpha.1-el8-arm64.tar.gz.sha256 64B
41、 emqx-enterprise-5.0.3-alpha.1-el9-amd64.rpm 44.84MB
42、 emqx-enterprise-5.0.3-alpha.1-el9-amd64.rpm.sha256 64B
43、 emqx-enterprise-5.0.3-alpha.1-el9-amd64.tar.gz 71.09MB
44、 emqx-enterprise-5.0.3-alpha.1-el9-amd64.tar.gz.sha256 64B
45、 emqx-enterprise-5.0.3-alpha.1-el9-arm64.rpm 44.35MB
46、 emqx-enterprise-5.0.3-alpha.1-el9-arm64.rpm.sha256 64B
47、 emqx-enterprise-5.0.3-alpha.1-el9-arm64.tar.gz 64.09MB
48、 emqx-enterprise-5.0.3-alpha.1-el9-arm64.tar.gz.sha256 64B
49、 emqx-enterprise-5.0.3-alpha.1-macos11-amd64.zip 53.57MB
50、 emqx-enterprise-5.0.3-alpha.1-macos11-amd64.zip.sha256 65B
51、 emqx-enterprise-5.0.3-alpha.1-macos12-amd64.zip 53.57MB
52、 emqx-enterprise-5.0.3-alpha.1-macos12-amd64.zip.sha256 65B
53、 emqx-enterprise-5.0.3-alpha.1-macos12-arm64.zip 52.87MB
54、 emqx-enterprise-5.0.3-alpha.1-macos12-arm64.zip.sha256 65B
55、 emqx-enterprise-5.0.3-alpha.1-ubuntu18.04-amd64.deb 42.97MB
56、 emqx-enterprise-5.0.3-alpha.1-ubuntu18.04-amd64.deb.sha256 64B
57、 emqx-enterprise-5.0.3-alpha.1-ubuntu18.04-amd64.tar.gz 69.53MB
58、 emqx-enterprise-5.0.3-alpha.1-ubuntu18.04-amd64.tar.gz.sha256 64B
59、 emqx-enterprise-5.0.3-alpha.1-ubuntu18.04-arm64.deb 42.09MB
60、 emqx-enterprise-5.0.3-alpha.1-ubuntu18.04-arm64.deb.sha256 64B
61、 emqx-enterprise-5.0.3-alpha.1-ubuntu18.04-arm64.tar.gz 62.7MB
62、 emqx-enterprise-5.0.3-alpha.1-ubuntu18.04-arm64.tar.gz.sha256 64B
63、 emqx-enterprise-5.0.3-alpha.1-ubuntu20.04-amd64.deb 43.02MB
64、 emqx-enterprise-5.0.3-alpha.1-ubuntu20.04-amd64.deb.sha256 64B
65、 emqx-enterprise-5.0.3-alpha.1-ubuntu20.04-amd64.tar.gz 73.39MB
66、 emqx-enterprise-5.0.3-alpha.1-ubuntu20.04-amd64.tar.gz.sha256 64B
67、 emqx-enterprise-5.0.3-alpha.1-ubuntu20.04-arm64.deb 42.21MB
68、 emqx-enterprise-5.0.3-alpha.1-ubuntu20.04-arm64.deb.sha256 64B
69、 emqx-enterprise-5.0.3-alpha.1-ubuntu20.04-arm64.tar.gz 64.85MB
70、 emqx-enterprise-5.0.3-alpha.1-ubuntu20.04-arm64.tar.gz.sha256 64B
71、 emqx-enterprise-5.0.3-alpha.1-ubuntu22.04-amd64.deb 44.48MB
72、 emqx-enterprise-5.0.3-alpha.1-ubuntu22.04-amd64.deb.sha256 64B
73、 emqx-enterprise-5.0.3-alpha.1-ubuntu22.04-amd64.tar.gz 71.39MB
74、 emqx-enterprise-5.0.3-alpha.1-ubuntu22.04-amd64.tar.gz.sha256 64B
75、 emqx-enterprise-5.0.3-alpha.1-ubuntu22.04-arm64.deb 44MB
76、 emqx-enterprise-5.0.3-alpha.1-ubuntu22.04-arm64.deb.sha256 64B
77、 emqx-enterprise-5.0.3-alpha.1-ubuntu22.04-arm64.tar.gz 64.32MB
78、 emqx-enterprise-5.0.3-alpha.1-ubuntu22.04-arm64.tar.gz.sha256 64B