chore: update the CHANGES-4.3.md

This commit is contained in:
Shawn 2022-09-30 15:55:17 +08:00
parent 7d2dd3d37d
commit 33e68c9d16
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ File format:
## v4.3.21
### Bug fixes
- Deny POST an existing resource id using HTTP API with error 400 "Already Exists". [#9079](https://github.com/emqx/emqx/pull/9079)
- Fix the issue that reseting rule metrics crashed under certain conditions. [#9079](https://github.com/emqx/emqx/pull/9079)
### Enhancements
- TLS listener memory usage optimization [#9005](https://github.com/emqx/emqx/pull/9005).