|
@@ -13,7 +13,7 @@
|
|
|
|
|
|
|
|
- [#9986](https://github.com/emqx/emqx/pull/9986) For helm charts, add MQTT ingress bridge; and removed stale `mgmt` references.
|
|
- [#9986](https://github.com/emqx/emqx/pull/9986) For helm charts, add MQTT ingress bridge; and removed stale `mgmt` references.
|
|
|
|
|
|
|
|
-- [#10123](https://github.com/emqx/emqx/pull/10123) Improve the performance of `/bridegs` API.
|
|
|
|
|
|
|
+- [#10123](https://github.com/emqx/emqx/pull/10123) Improve the performance of `/bridges` API.
|
|
|
Earlier, when the number of nodes in the cluster was large or the node was busy, the API may have a request timeout.
|
|
Earlier, when the number of nodes in the cluster was large or the node was busy, the API may have a request timeout.
|
|
|
|
|
|
|
|
- [#9998](https://github.com/emqx/emqx/pull/9998) Redact the HTTP request body in the authentication error logs for security reasons.
|
|
- [#9998](https://github.com/emqx/emqx/pull/9998) Redact the HTTP request body in the authentication error logs for security reasons.
|
|
@@ -21,7 +21,7 @@
|
|
|
## Bug Fixes
|
|
## Bug Fixes
|
|
|
|
|
|
|
|
- [#10013](https://github.com/emqx/emqx/pull/10013) Fix return type structure for error case in API schema for `/gateways/:name/clients`.
|
|
- [#10013](https://github.com/emqx/emqx/pull/10013) Fix return type structure for error case in API schema for `/gateways/:name/clients`.
|
|
|
-
|
|
|
|
|
|
|
+u
|
|
|
- [#10014](https://github.com/emqx/emqx/pull/10014) In dashboard API for `/monitor(_current)/nodes/:node` return `404` instead of `400` if node does not exist.
|
|
- [#10014](https://github.com/emqx/emqx/pull/10014) In dashboard API for `/monitor(_current)/nodes/:node` return `404` instead of `400` if node does not exist.
|
|
|
|
|
|
|
|
- [#10026](https://github.com/emqx/emqx/pull/10026) Metrics are now only exposed via the /bridges/:id/metrics endpoint. Metrics are no longer returned in other API operations such as getting the list of all bridges, or in the response when a bridge has been created.
|
|
- [#10026](https://github.com/emqx/emqx/pull/10026) Metrics are now only exposed via the /bridges/:id/metrics endpoint. Metrics are no longer returned in other API operations such as getting the list of all bridges, or in the response when a bridge has been created.
|
|
@@ -44,7 +44,7 @@
|
|
|
* If the node is found to be running but not responding to pings, the user is advised to check if the host name is resolvable and reachable.
|
|
* If the node is found to be running but not responding to pings, the user is advised to check if the host name is resolvable and reachable.
|
|
|
* If the node is responding to pings, but the EMQX app is not running, it is likely a bug. In this case, the user is advised to report a Github issue.
|
|
* If the node is responding to pings, but the EMQX app is not running, it is likely a bug. In this case, the user is advised to report a Github issue.
|
|
|
|
|
|
|
|
-- [#10055](https://github.com/emqx/emqx/pull/10055) Fix `mqtt.max_awaiting_rel` change does not work.
|
|
|
|
|
|
|
+- [#10055](https://github.com/emqx/emqx/pull/10055) Fix: configuration parameter `mqtt.max_awaiting_rel` had no effect.
|
|
|
|
|
|
|
|
- [#10056](https://github.com/emqx/emqx/pull/10056) Fix `/bridges` API status code.
|
|
- [#10056](https://github.com/emqx/emqx/pull/10056) Fix `/bridges` API status code.
|
|
|
- Return `400` instead of `403` in case of removing a data bridge that is dependent on an active rule.
|
|
- Return `400` instead of `403` in case of removing a data bridge that is dependent on an active rule.
|
|
@@ -89,7 +89,8 @@
|
|
|
For example, `env EMQX_STATSD__SERVER='127.0.0.1:8124' . /bin/emqx start` results in unreadable string (not '127.0.0.1:8124') displayed in Dashboard's Statsd settings page.
|
|
For example, `env EMQX_STATSD__SERVER='127.0.0.1:8124' . /bin/emqx start` results in unreadable string (not '127.0.0.1:8124') displayed in Dashboard's Statsd settings page.
|
|
|
Related PR: [HOCON#234](https://github.com/emqx/hocon/pull/234).
|
|
Related PR: [HOCON#234](https://github.com/emqx/hocon/pull/234).
|
|
|
|
|
|
|
|
-- [#10132](https://github.com/emqx/emqx/pull/10132) Fix some error logs generated by `systemctl stop emqx` command. The command havn't stopping jq, os_mon application properly.
|
|
|
|
|
|
|
+- [#10132](https://github.com/emqx/emqx/pull/10132) Fix some error logs generated by `systemctl stop emqx` command.
|
|
|
|
|
+ Prior to the fix, the command was not stopping jq and os_mon applications properly.
|
|
|
|
|
|
|
|
- [#10144](https://github.com/emqx/emqx/pull/10144) Add `-setcookie` emulator flag when invoking `emqx ctl` to prevent problems with emqx cli when home directory is read only. Fixes [#10142](https://github.com/emqx/emqx/issues/10142).
|
|
- [#10144](https://github.com/emqx/emqx/pull/10144) Add `-setcookie` emulator flag when invoking `emqx ctl` to prevent problems with emqx cli when home directory is read only. Fixes [#10142](https://github.com/emqx/emqx/issues/10142).
|
|
|
|
|
|