From 4ed8f4d95307d4db71f76469c275a974d108fd74 Mon Sep 17 00:00:00 2001 From: JimMoen Date: Fri, 20 May 2022 18:10:51 +0800 Subject: [PATCH] chore: update 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..b74eae09e 100644 --- a/CHANGES-4.3.md +++ b/CHANGES-4.3.md @@ -23,6 +23,7 @@ File format: * 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. +* Make auth metrics name more understandable. ### Bug fixes * List subscription topic (/api/v4/subscriptions), the result do not match with multiple conditions.