From e1150e36a2bda4e5473b6d38303d74883c9546fd Mon Sep 17 00:00:00 2001 From: DDDHuang <44492639+DDDHuang@users.noreply.github.com> Date: Mon, 30 May 2022 11:30:23 +0800 Subject: [PATCH 1/3] feat: dashboard v4.3.20 for ee 4.3.10 --- scripts/get-dashboard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-dashboard.sh b/scripts/get-dashboard.sh index 62467420c..37c81bddc 100755 --- a/scripts/get-dashboard.sh +++ b/scripts/get-dashboard.sh @@ -9,7 +9,7 @@ PKG_VSN="${PKG_VSN:-$(./pkg-vsn.sh)}" case "${PKG_VSN}" in 4.3*) EMQX_CE_DASHBOARD_VERSION='v4.3.7' - EMQX_EE_DASHBOARD_VERSION='v4.3.19' + EMQX_EE_DASHBOARD_VERSION='v4.3.20' ;; *) echo "Unsupported version $PKG_VSN" >&2 From 8f398b42d4d632bcf8a57a6ad732021f6fa67f2b Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Tue, 31 May 2022 10:56:59 +0200 Subject: [PATCH 2/3] docs: fix typo in CHANGES-4.3.md --- CHANGES-4.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES-4.3.md b/CHANGES-4.3.md index 858fc00e6..2819f729a 100644 --- a/CHANGES-4.3.md +++ b/CHANGES-4.3.md @@ -24,7 +24,7 @@ File format: * Add more rule engine date functions: format_date/3, format_date/4, date_to_unix_ts/3, date_to_unix_ts/4 [#7894] * Add proto_name and proto_ver fields for $event/client_disconnected event. * 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. +* Inflight QoS1 Messages for shared topics are now redispatched to other alive subscribers upon chosen subscriber session termination. * Make auth metrics name more understandable. * Allow emqx_management http listener binding to specific interface [#8005] * Add rule-engine function float2str/2, user can specify the float output precision [#7991] From 8ca0effb0d33f3bce1a07c21060b47e719665b02 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Tue, 31 May 2022 22:04:25 +0800 Subject: [PATCH 3/3] chore: bump vsn v4.3.15-rc.4 --- include/emqx_release.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/emqx_release.hrl b/include/emqx_release.hrl index 72e52a4f1..53e5c8712 100644 --- a/include/emqx_release.hrl +++ b/include/emqx_release.hrl @@ -29,7 +29,7 @@ -ifndef(EMQX_ENTERPRISE). --define(EMQX_RELEASE, {opensource, "4.3.15-rc.3"}). +-define(EMQX_RELEASE, {opensource, "4.3.15-rc.4"}). -else.