mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-09 13:51:57 -04:00
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 <philip.molares@udo.edu>
This commit is contained in:
parent
58a787a88e
commit
3ae75adfb4
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue