Download Latest Version emqx-enterprise-5.9.2-amzn2023-amd64.tar.gz (90.4 MB)
Email in envelope

Get an email when there's a new version of emqx

Home / e5.4.0-alpha.1
Name Modified Size InfoDownloads / Week
Parent folder
EMQX Enterprise 5.4.0-alpha.1 source code.tar.gz 2023-12-01 3.7 MB
EMQX Enterprise 5.4.0-alpha.1 source code.zip 2023-12-01 5.2 MB
README.md 2023-12-01 6.5 kB
Totals: 3 Items   8.9 MB 0

Enhancements

  • #11884 Modified the Prometheus API and configuration to:
  • Restructure configuration sections to group related settings, improving readability and maintainability
  • Introduced enable_basic_auth configuration for basic authentication on the scrape API endpoint, enhancing security
  • Maintained backwards compatibility while refactoring code, avoiding breaking changes

  • #11896 Support configuring authentication-related sensitive fields in bridges (i.e. passwords, tokens, secret keys) via secrets stored as files in the file system, through special file:// prefix.

  • #11921 Introduced Open Telemetry Logs Handler that allows to format log events according to Open Telemetry log data model and export them to the configured Open Telemetry collector or back-end.

  • #11935 Switch to the new v2 routing store schema by default. New schema improves both subscription and routing performance, especially so for scenarios with concurrent subscriptions to topic filters sharing common wildcard prefixes, at the cost of slightly increased memory usage. This schema also eliminates the need for a separate index, thus inconsistencies in the routing state rarely encountered in previous versions should no longer be possible.

If a cluster is rolling upgraded from older version, the cluster will continue to use v1 store until a full cluster (non-rolling) restart happens.

The former schema can still be forced by setting broker.routing.storage_schema configuration option to v1 and conducting full non-rolling cluster restart as well.

  • #12017 Implemented HTTP API for configuration and user data import/export.

  • #12040 Upgrade QUIC stack, more features on the way!

  • #11766 Implemented a preliminary Role-Based Access Control for the REST API.

In this version, there are three predefined roles: - Administrator: This role could access all resources.

  • Viewer: This role can only view resources and data, corresponding to all GET requests in the REST API.

  • Publisher: This role is special for MQTT messages publish, it can only access publish-related endpoints.

  • #11773 Support audit log filter via dashboard (http api).

  • #11778 Support Azure Entra Id for saml single sign on. Known issue: Signed SAML AuthnRequest is not fully supported yet by Azure Entra ID. See also for more details: single-sign-on-saml-protocol#signature

  • #11795 Integrated Nari Syskeeper 2000 as a new bridge backend.

  • #11811 Improve the format for the REST API key bootstrap file to support initialize key with a role.

The new form is:api_key:api_secret:role.

role is optional and its default value is administrator.

  • #11852 Introduced a new gateway for vehicles to access EMQX through the GBT32960 protocol.

  • #11883 Introduced a new gateway for vehicles to access EMQX through the JT/T 808 protocol.

  • #11885 Introduced a new gateway for Electric vehicle (EV) charging stations to access EMQX through the OCPP (Open Charge Point Protocol).

  • #11971 Made /api/v5/load_rebalance/availability_check public, i.e. not requiring authentication. This simplifies load balancer setup.

Made rebalance/evacuation more graceful during the wait health check phase. The connections to nodes marked for eviction are now not prohibited during this phase. During this phase it is unknown whether these nodes are all marked unhealthy by the load balancer, so prohibiting connections to them may cause multiple unssuccessful attempts to reconnect.

  • #12013 The bridges for PostgreSQL, Timescale and Matrix have been split so they are available via the connectors and actions APIs. They are still backwards compatible with the old bridge API.

  • #12016 Enhanced license key management.

EMQX can now load the license key from a specified file. This is enabled by setting the license.key configuration to a file path, which should be prefixed with "file://". Also added the ability to revert to the default trial license by setting license.key = default. This option simplifies the process of returning to the trial license if needed.

Bug Fixes

  • #10976 Fix topic-filter overlapping handling in shared subscription. In the previous implementation, the storage method for subscription options did not provide adequate support for shared subscriptions. This resulted in message routing failures and leakage of routing tables between nodes during the "subscribe-unsubscribe" process with specific order and topics.

## Breaking changes * Hook callback session.subscribed and client.subscribe will now receive shared subscription in its full representation, e.g. $share/group1/topic1/#, and the share property is deleted from subopts. * Hook callback session.unsubscribed and client.unsubscribe will now receive shared subscription in its full representation, e.g. $share/group1/topic1/# instead of just topic1/#. * ExHook Proto changed. The share field in message SubOpts was deprecated. ExHook Server will now receive shared subscription in its full representation, e.g. $share/group1/topic1/#, and the share property is deleted from message SubOpts. * session.subscribed and session.unsubscribed rule-engine events will have shared subscriptions in their full representation for topic, e.g. $share/group1/topic1/# instead of just topic1/#.

Breaking Changes

  • #11994 Stop releasing packages for Windows.

  • #11998 Stop releasing packages for MacOS 11 (BigSur).

Source: README.md, updated 2023-12-01