fix(container): update image public.ecr.aws/emqx/emqx to v5.8.6 #865
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "renovate/public.ecr.aws-emqx-emqx-5.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
5.8.5
->5.8.6
Release Notes
emqx/emqx (public.ecr.aws/emqx/emqx)
v5.8.6
: EMQX v5.8.6Compare Source
Enhancement
#14869 Added the
connected_at
timestamp field to the$events/client_disconnected
event payload. This enhancement enables tracking the original connection session time for disconnected clients, preventing outdated disconnect events from overriding newer connection states.Previously, when clients frequently reconnected due to unstable networks, delayed disconnect events could lead to incorrect session tracking. With this update, the
connected_at
field is now included in the event payload, aligning its behavior with system topics and ensuring accurate session state management.Bug Fixes
Core MQTT Functionalities
Installation and Deployment
#14797 Fixed macOS release package startup issue due to OpenSSL dynamic linking (backport #14624).
Previously, the EMQX ZIP package on macOS could fail to start because the
quicer
application dynamically linked to the system-installed OpenSSL, which was not signed during the EMQX build process. Now we have disabled dynamic linking for OpenSSL, aligning with the OTP shipped on macOS. This ensures EMQX starts reliably on macOS 13 and later.Authentication
REST API
Content-Type
header when downloading data backup files. Previously, the response header for downloaded backup files incorrectly usedapplication/json
instead ofapplication/octet-stream
.Rule Engine
details
key in alarm events. Previously, when testingalarm_activated
oralarm_deactivated
events in the SQL Rule Tester, certain values in thedetails
key could cause an HTTP 500 error due to improper handling of nested map keys.Observability
#14800 Throttled
warning
level logdropped_qos0_msg
.#14793 Added trace log for
protocol_error
in MQTT connections.Previously, when a client sent invalid or unexpected MQTT packets causing a
protocol_error
, EMQX logs provided limited details, making it difficult to diagnose the issue.For example, if a client sent a second
CONNECT
packet while already connected, EMQX would logsocket_force_closed
withprotocol_error
, but without indicating the exact cause.With this update, EMQX now logs
unexpected_connect_packet
withconn_state=connected
beforesocket_force_closed
, providing clearer context for debugging protocol violations.Plugin
#14802 Introduced a new CLI command for plugins:
Breaking Changes
#14802 Starting from this version, plugin installation via the REST API or Dashboard requires explicit permission. Users must obtain this permission using the following CLI command before installing.
This change enhances security by preventing unauthorized plugin installations. Users managing plugins via the API or Dashboard must adjust their workflows accordingly.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.