emqx/changes/v5.0.13-en.md

14 lines
489 B
Markdown

# v5.0.13
## Enhancements
- Add `limiter` update API [#9133](https://github.com/emqx/emqx/pull/9133).
- Avoid creating temporary zip files when syncing data directory during cluster startup [#9429](https://github.com/emqx/emqx/pull/9429).
- Refactor: move `/mqtt/sys_topics` to generic `/configs/sys_topics` [#9511](https://github.com/emqx/emqx/pull/9511).
- Refactor: use `POST` not `PUT` for `/users/{name}/change_pwd` [#9533](https://github.com/emqx/emqx/pull/9533).
## Bug fixes