chore: bump version for emqx_proto
This commit is contained in:
parent
325c5e5a97
commit
412a68ac75
|
@ -1,6 +1,6 @@
|
|||
{application, emqx_exproto,
|
||||
[{description, "EMQ X Extension for Protocol"},
|
||||
{vsn, "4.3.3"}, %% strict semver
|
||||
{vsn, "4.3.4"}, %% 4.3.3 is used by ee
|
||||
{modules, []},
|
||||
{registered, []},
|
||||
{mod, {emqx_exproto_app, []}},
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
%% -*-: erlang -*-
|
||||
{VSN,
|
||||
[
|
||||
{"4.3.3", []}, %% 4.3.3 is used by ee
|
||||
{"4.3.2", [
|
||||
{load_module, emqx_exproto_conn, brutal_purge, soft_purge, []},
|
||||
{load_module, emqx_exproto_channel, brutal_purge, soft_purge, []}
|
||||
|
@ -14,6 +15,7 @@
|
|||
{<<".*">>, []}
|
||||
],
|
||||
[
|
||||
{"4.3.3", []}, %% 4.3.3 is used by ee
|
||||
{"4.3.2", [
|
||||
{load_module, emqx_exproto_conn, brutal_purge, soft_purge, []},
|
||||
{load_module, emqx_exproto_channel, brutal_purge, soft_purge, []}
|
||||
|
|
|
@ -158,7 +158,6 @@ init(ConnInfo = #{socktype := Socktype,
|
|||
conn_state = connecting,
|
||||
timers = #{}
|
||||
},
|
||||
%% Check license limitation
|
||||
case emqx_hooks:run_fold('client.connect', [NConnInfo], #{}) of
|
||||
{error, _Reason} ->
|
||||
throw(nopermission);
|
||||
|
|
Loading…
Reference in New Issue