Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v5.0.24
->v5.0.25
Release Notes
emqx/emqx
v5.0.25
: EMQX v5.0.25Compare Source
v5.0.25
Enhancements
#10568 Add shutdown counter information to
emqx ctl listeners
command#10571 Do not emit useless crash report when EMQX stops.
Previously, when EMQX (and
emqx_topic_metrics
in particular) stopped and removed underlying tables, some messages were still being handled and crashed.#10588 Increase the time precision of trace logs from second to microsecond.
For example, change from
2023-05-02T08:43:50+00:00
to2023-05-02T08:43:50.237945+00:00
.#10623 Renamed
max_message_queue_len
tomax_mailbox_size
in theforce_shutdown
configuration. Old name is kept as an alias, so this change is backward compatible.#10417 Improve get config performance by eliminating temporary references.
#10525 Reduce resource usage per MQTT packet handling.
#10528 Reduce memory footprint in hot code path.
#10573 Improved performance of Webhook bridge when using synchronous query mode.
This also should improve the performance of other bridges when they are configured with no batching.
#10591 Improve the configuration of the limiter.
#10625 Simplify limiter configuration.
e.g. now users can use
limiter.messages_rate = 1000/s
to quickly set the node-level limit for the message publish.configs/limiter
API to suit this refactor.Bug Fixes
#10548 Fixed a race condition in the HTTP driver that would result in an error rather than a retry of the request.
Related fix in the drivhttps://github.com/emqx/ehttpc/pull/45l/45
#10556 Wrap potentially sensitive data in
emqx_connector_http
ifAuthorization
headers are being passed at initialization.#10659 Fix the issue where emqx cannot start when
sysmon.os.mem_check_interval
is disabled.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.