From 3ae75adfb40eee505b6d8893553611a2b2be6ff4 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 1 Feb 2025 23:39:51 +0100 Subject: [PATCH] docs: add deprecation warning for node v18 We don't want to mix security fixes with major dependency updates, so this release will still work with v18, but the next one won't support it anymore. Signed-off-by: Philip Molares --- public/docs/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md index 295fb485..a00576ce 100644 --- a/public/docs/release-notes.md +++ b/public/docs/release-notes.md @@ -6,6 +6,10 @@ This release changes the default configuration of the HSTS preload attribute to HSTS preload list requirements. This shouldn't impact any instance. However, if you intend to use HSTS preloading you should enable the config setting `hsts.preload` or set environment variable `CMD_HSTS_PRELOAD=true`. +This release deprecates support for Node v18. +As the LTS support for v18 runs out in April 2025, the next release will only work with Node v20 and upwards. +Consider this your early warning to upgrade any running instances to at least Node v20. + ### Enhancements - Add fixed rate-limiting to the login and register endpoints - Add configurable rate-limiting to the new notes endpoint