Merge tag 'v4.3.15-rc.4' into merge-main-v4.3-into-v4.4
This commit is contained in:
commit
25be198d2a
|
@ -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]
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
-ifndef(EMQX_ENTERPRISE).
|
||||
|
||||
-define(EMQX_RELEASE, {opensource, "4.4.4-rc.3"}).
|
||||
-define(EMQX_RELEASE, {opensource, "4.4.4-rc.4"}).
|
||||
|
||||
-else.
|
||||
|
||||
|
|
|
@ -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'
|
||||
;;
|
||||
4.4*)
|
||||
# keep the above 4.3 untouched, otherwise conflicts!
|
||||
|
|
Loading…
Reference in New Issue