From dd4bf5021ef5d47aee68e7471b0f044cb14bef51 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Tue, 28 Nov 2023 16:04:12 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 124e567..1da405a 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,4 +1,4 @@ -- Fix: ensure nameOnly flag of mongoDB is boolean +- Fix: the way in which list collection is done at MongoDB (ensure¡ing nameOnly flag is boolean) so STH can support MongoDB 5.0+ versions - Fix: TRUNCATION_EXPIRE_AFTER_SECONDS functionality (#606) - Set Nodejs 14 as minimum version in packages.json (effectively removing Nodev12 from supported versions) - Add: CORS_ENABLED env var (boolean) to enable the cors configuration (of config.js file) in your docker image (#608)