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