chore: update changes and appup.src for emqx_management

This commit is contained in:
JianBo He 2022-05-23 18:05:41 +08:00
parent b97f7fa8fc
commit c93626e97f
2 changed files with 3 additions and 2 deletions

View File

@ -24,6 +24,7 @@ File format:
* Mnesia auth/acl http api support multiple condition queries.
* Inflight QoS1 Messages for shared topics are now redispatched to another alive subscribers upon chosen subscriber session termination.
* Make auth metrics name more understandable.
* Allow emqx_management http listener binding to specific interface [#8005]
### Bug fixes
* List subscription topic (/api/v4/subscriptions), the result do not match with multiple conditions.

View File

@ -1,13 +1,13 @@
%% -*- mode: erlang -*-
{VSN,
[ {<<"4\\.3\\.([0-9]|1[0-2])">>,
[ {<<"4\\.3\\.([0-9]|1[0-4])">>,
[ {apply,{minirest,stop_http,['http:management']}},
{apply,{minirest,stop_http,['https:management']}},
{restart_application, emqx_management}
]},
{<<".*">>, []}
],
[ {<<"4\\.3\\.([0-9]|1[0-2])">>,
[ {<<"4\\.3\\.([0-9]|1[0-4])">>,
[ {apply,{minirest,stop_http,['http:management']}},
{apply,{minirest,stop_http,['https:management']}},
{restart_application, emqx_management}