Merge pull request #8015 from zmstone/0523-update-changelog-4.3

docs: add missing docs for changes made in bin/emqx and upgrade script
This commit is contained in:
JianBo He 2022-05-23 21:50:39 +08:00 committed by GitHub
commit ae8b41e87e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ File format:
### Enhancements
* Refactored `bin/emqx` help messages.
* Upgrade script refuses upgrade from incompatible versions. (e.g. hot upgrade from 4.3 to 4.4 will fail fast).
* Made possible for EMQX to boot from a Linux directory which has white spaces in its path.
* Add support for JWT authorization [#7596]
Now MQTT clients may be authorized with respect to a specific claim containing publish/subscribe topic whitelists.