From a96c1284c69d8d4a2df08fe753407c89972d5f11 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Thu, 17 Feb 2022 10:59:42 +0100 Subject: [PATCH] docs(CHANGES-4.4): add changes of pckage name format --- CHANGES-4.4.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES-4.4.md b/CHANGES-4.4.md index 50105a4df..f730ccdb0 100644 --- a/CHANGES-4.4.md +++ b/CHANGES-4.4.md @@ -12,6 +12,13 @@ it is still recommended that you verify and confirm again before deploying to the production environment, at least to ensure that systemd is available in your system +- Package name scheme changed comparing to 4.3. + 4.3 format: emqx-centos8-4.3.8-amd64.zip + 4.4 format: emqx-4.4.0-rc.1-otp24.1.5-3-el8-amd64.zip + * Erlang/OTP version is included in the package name, + providing the possibility to release EMQX on multiple Erlang/OTP versions + * `centos` is renamed to `el`. This is mainly due to centos8 being dead (replaced with rockylinux8) + - MongoDB authentication supports DNS SRV and TXT Records resolution, which can seamlessly connect with MongoDB Altas - Support dynamic modification of MQTT Keep Alive to adapt to different energy consumption strategies.