From a5ad97151aeffc6f2bed78994e84cd78d872b9bd Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Tue, 14 Jan 2025 12:59:58 +0100 Subject: [PATCH] Update CHANGES_NEXT_RELEASE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fermín Galán Márquez --- CHANGES_NEXT_RELEASE | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 1ec992c0f..bb17f46d8 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,4 +1,5 @@ -- Add useCBflowControl option to global, group and device level to force to use CB flow control (#1420) +- Add: option to force to use CB flow control with new API field useCBflowControl at group and device device level (#1420) +- Add: useCBflowControl config setting (IOTA_CB_FLOW_CONTROL env var) to set CB flow control behaviour at instance level (#1420) - Add: store last measure in device (by id, apikey, service and subservice) and new API field storeLastMeasure at group and device levels (#1669) - Add: IOTA_STORE_LAST_MEASURE env var to set default store last measure behaviour at instance level (#1669) - Upgrade express dep from 4.19.2 to 4.20.0