v5.0.12-en.md.orig 1.4 KB

1234567891011121314151617181920212223242526272829
  1. # v5.0.12
  2. ## Enhancements
  3. - Disable global garbage collection by `node.global_gc_interval = disabled` [#9418](https://github.com/emqx/emqx/pull/9418)。
  4. - Improve the CLI to avoid waste atom table when typing erros [#9416](https://github.com/emqx/emqx/pull/9416).
  5. - Start building MacOS packages for Apple Silicon hadrdware [#9423](https://github.com/emqx/emqx/pull/9423).
  6. - Remove support for setting shared subscriptions using the non-standard `$queue` feature [#9412](https://github.com/emqx/emqx/pull/9412).
  7. Shared subscriptions are now part of the MQTT spec. Use `$share` instead.
  8. - Refactor authn API by replacing `POST /authentication/{id}/move` with `PUT /authentication/{id}/position/{position}`. [#9419](https://github.com/emqx/emqx/pull/9419).
  9. Same is done for `/listeners/{listener_id}/authentication/id/...`.
  10. - Return `204` instead of `200` for `PUT /authenticator/:id` [#9434](https://github.com/emqx/emqx/pull/9434/).
  11. ## Bug fixes
  12. - Fix that the obsolete SSL files aren't deleted after the ExHook config update [#9432](https://github.com/emqx/emqx/pull/9432).
  13. - Fix doc and schema for `/trace` API [#9468](https://github.com/emqx/emqx/pull/9468).
  14. <<<<<<< HEAD
  15. - Return `404` for `/telemetry/data` in case it's disabled [#9464](https://github.com/emqx/emqx/pull/9464).
  16. =======
  17. - Fix some potential MQTT packet parse errors [#9477](https://github.com/emqx/emqx/pull/9477).
  18. >>>>>>> 030a07d8e (fix(frame): fix potential parse errors found by fuzzing test)