|
|
@@ -1,45 +1,32 @@
|
|
|
%% -*-: erlang -*-
|
|
|
{VSN,
|
|
|
[
|
|
|
- {"4.3.3", [
|
|
|
- {apply, {emqx_metrics, ensure, [['client.acl.allow', 'client.acl.ignore', 'client.acl.deny']]}},
|
|
|
- {load_module, emqx_mod_acl_internal, brutal_purge, soft_purge, []}
|
|
|
- ]},
|
|
|
{"4.3.2", [
|
|
|
- {load_module, emqx_mod_presence, brutal_purge, soft_purge, []},
|
|
|
- {apply, {emqx_metrics, ensure, [['client.acl.allow', 'client.acl.ignore', 'client.acl.deny']]}},
|
|
|
- {load_module, emqx_mod_acl_internal, brutal_purge, soft_purge, []}
|
|
|
+ {load_module, emqx_mod_presence, brutal_purge, soft_purge, []}
|
|
|
]},
|
|
|
{"4.3.1", [
|
|
|
{load_module, emqx_mod_presence, brutal_purge, soft_purge, []},
|
|
|
- {load_module, emqx_mod_api_topic_metrics, brutal_purge, soft_purge, []},
|
|
|
- {apply, {emqx_metrics, ensure, [['client.acl.allow', 'client.acl.ignore', 'client.acl.deny']]}},
|
|
|
- {load_module, emqx_mod_acl_internal, brutal_purge, soft_purge, []}
|
|
|
+ {load_module, emqx_mod_api_topic_metrics, brutal_purge, soft_purge, []}
|
|
|
]},
|
|
|
{"4.3.0", [
|
|
|
{update, emqx_mod_delayed, {advanced, []}},
|
|
|
{load_module, emqx_mod_presence, brutal_purge, soft_purge, []},
|
|
|
- {load_module, emqx_mod_api_topic_metrics, brutal_purge, soft_purge, []},
|
|
|
- {apply, {emqx_metrics, ensure, [['client.acl.allow', 'client.acl.ignore', 'client.acl.deny']]}},
|
|
|
- {load_module, emqx_mod_acl_internal, brutal_purge, soft_purge, []}
|
|
|
+ {load_module, emqx_mod_api_topic_metrics, brutal_purge, soft_purge, []}
|
|
|
]},
|
|
|
{<<".*">>, []}
|
|
|
],
|
|
|
[
|
|
|
{"4.3.2", [
|
|
|
- {load_module, emqx_mod_presence, brutal_purge, soft_purge, []},
|
|
|
- {load_module, emqx_mod_acl_internal, brutal_purge, soft_purge, []}
|
|
|
+ {load_module, emqx_mod_presence, brutal_purge, soft_purge, []}
|
|
|
]},
|
|
|
{"4.3.1", [
|
|
|
{load_module, emqx_mod_presence, brutal_purge, soft_purge, []},
|
|
|
- {load_module, emqx_mod_api_topic_metrics, brutal_purge, soft_purge, []},
|
|
|
- {load_module, emqx_mod_acl_internal, brutal_purge, soft_purge, []}
|
|
|
+ {load_module, emqx_mod_api_topic_metrics, brutal_purge, soft_purge, []}
|
|
|
]},
|
|
|
{"4.3.0", [
|
|
|
{update, emqx_mod_delayed, {advanced, []}},
|
|
|
{load_module, emqx_mod_presence, brutal_purge, soft_purge, []},
|
|
|
- {load_module, emqx_mod_api_topic_metrics, brutal_purge, soft_purge, []},
|
|
|
- {load_module, emqx_mod_acl_internal, brutal_purge, soft_purge, []}
|
|
|
+ {load_module, emqx_mod_api_topic_metrics, brutal_purge, soft_purge, []}
|
|
|
]},
|
|
|
{<<".*">>, []}
|
|
|
]
|