From aabfb718043dd2d5a90ee0a13ad522f91b405c28 Mon Sep 17 00:00:00 2001 From: Georgy Sychev Date: Thu, 26 May 2022 12:32:15 +0400 Subject: [PATCH] chore: changes.md --- CHANGES-4.3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES-4.3.md b/CHANGES-4.3.md index 68a0b4b0c..5f904913f 100644 --- a/CHANGES-4.3.md +++ b/CHANGES-4.3.md @@ -30,6 +30,7 @@ File format: * Fix mqtt-sn client disconnected due to re-send a duplicated qos2 message * Rule-engine function hexstr2bin/1 support half byte [#7977] * Add rule-engine function float2str/2, user can specify the float output precision [#7991] +* Shared message delivery when all alive shared subs have full inflight * Improved resilience against autocluster partitioning during cluster startup. [#7876]