docs: add deprecation warning for node v18
Some checks are pending
Build & run tests / Node 18 (push) Waiting to run
Build & run tests / Node 20 (push) Waiting to run
Build & run tests / Node 22 (push) Waiting to run
Lint / Lint files (push) Waiting to run

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 <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2025-02-01 23:39:51 +01:00 committed by Erik Michelson
parent 58a787a88e
commit 3ae75adfb4

View file

@ -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