|
|
@@ -1,5 +1,11 @@
|
|
|
# v5.0.12
|
|
|
|
|
|
+This version included a refactoring of MQTT bridge config.
|
|
|
+The older version config file created from v5.0.11 or earlier will be converted to
|
|
|
+according to the new schema.
|
|
|
+
|
|
|
+Please note, the request body of `/bridges` API to configure MQTT brdige is changed in a incompatible way.
|
|
|
+
|
|
|
## Enhancements
|
|
|
|
|
|
- Disable global garbage collection by `node.global_gc_interval = disabled` [#9418](https://github.com/emqx/emqx/pull/9418)。
|
|
|
@@ -18,6 +24,8 @@
|
|
|
|
|
|
- Add more PSK ciphers support [#9505](https://github.com/emqx/emqx/pull/9505).
|
|
|
|
|
|
+- Upgrade dashboard to [v1.1.3](https://github.com/emqx/emqx-dashboard-web-new/releases/tag/v1.1.3).
|
|
|
+
|
|
|
## Bug fixes
|
|
|
|
|
|
- Fix that the obsolete SSL files aren't deleted after the ExHook config update [#9432](https://github.com/emqx/emqx/pull/9432).
|