Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emqx 5.2.0 #141988

Merged
merged 2 commits into from
Sep 11, 2023
Merged

emqx 5.2.0 #141988

merged 2 commits into from
Sep 11, 2023

Conversation

p-linnane
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## Enhancements
  • #11469 Added support for specifying username in Redis authentication.

  • #11487 The bcrypt work factor is limited to the range 5-10, because higher values consume too much CPU resources.
    Bcrypt library is updated to allow parallel hash evaluation.

  • #11496 Disabled the Erlang VM Prometheus exporter by default to improve performance and security.

  • #11497 Enhanced broker metrics collection and export by adding new metrics for messages, overload protection, authorization, authentication, and improving naming consistency for OpenTelemetry.

  • #11490 Added fast error handling for undefined passwords in various authentication backends. This improves the consistency and user-friendliness of the authentication process.

  • #11532 Improve some error reasons when parsing invalid packets.

Bug Fixes

  • #11466 Fixed a crash that occurred when setting the ssl_options.ciphers configuration option to an empty string ("").

  • #11480 Improves the error handling and testing of SQL functions in the rule engine when rule functions receive bad arguments.

  • #11493 Examples and documentation for /api/v5/publish bad request response have been fixed. Previously the documentation example said that the bad request response could return a list in the body which was not actually the case.

  • #11506 Avoid downloading a trace log file if it is empty.

    After this fix, GET /api/v5/trace/clientempty/download returns 404 {"code":"NOT_FOUND","message":"Trace is empty"}
    If no events matching the trace condition occurred.

  • #11520 Fixed issue where packets_connack_sent metric was not incremented on CONNACK packets sent with non-zero ack_flag.

  • #11522 Improved error message for rule engine schema registry when schema name exceeds permissible length.

  • #11523 Corrected a misleading prompt when specifying invalid certificates/keys for the /configs API.

  • #11531 Fixed issue where authorization cache cleaning cli was not working properly for specific client ID.

  • #11534 Fixed the increment on data bridge statistics when the bridge is unhealthy. Now, messages sent to unhealthy bridges are counted as dropped messages.

  • #11540 Improved HTTP response when attempting to create a bridge with an invalid name.

  • #11548 Fixed an issue that prevented the plugin order from being updated across the entire cluster.

  • #11564 Fix cluster partition autoheal functionality. Implement autohealing for the clusters that split into multiple partitions.

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Sep 11, 2023
Comment on lines 4 to 5
# TODO: Check if we can use unversioned `erlang` at version bump:
# https://github.com/emqx/emqx/blob/v#{version}/scripts/ensure-rebar3.sh#L9
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unversioned erlang still cannot be used.

@p-linnane p-linnane added the ready to merge PR can be merged once CI is green label Sep 11, 2023
@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Sep 11, 2023
@BrewTestBot BrewTestBot added this pull request to the merge queue Sep 11, 2023
Merged via the queue into Homebrew:master with commit efd0d00 Sep 11, 2023
12 checks passed
@p-linnane p-linnane deleted the bump-emqx-5.2.0 branch September 11, 2023 19:08
@github-actions github-actions bot added the outdated PR was locked due to age label Oct 12, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. outdated PR was locked due to age ready to merge PR can be merged once CI is green
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants