fix: update CHANGES-4.3.md

This commit is contained in:
EMQ-YangM 2022-05-09 09:47:37 +08:00
parent be16dfa758
commit f3d91abe1a
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ File format:
Now MQTT clients may be authorized with respect to a specific claim containing publish/subscribe topic whitelists.
* Better randomisation of app screts (changed from timestamp seeded sha hash (uuid) to crypto:strong_rand_bytes)
* Return a client_identifier_not_valid error when username is empty and username_as_clientid is set to true [#7862]
* Add more rule engine date functions: format_date/3, format_date/4, date_to_unix_ts/4 [#7894]
### Bug fixes
* List subscription topic (/api/v4/subscriptions), the result do not match with multiple conditions.