Update release notes for more supported node versions
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
8a9f5b5c3a
commit
1a9cea0ec1
@ -3,12 +3,13 @@
|
|||||||
## UNRELEASED
|
## UNRELEASED
|
||||||
|
|
||||||
**Please note:** This release dropped support for Node 14, which is end-of-life since May 2023.
|
**Please note:** This release dropped support for Node 14, which is end-of-life since May 2023.
|
||||||
You now need Node 16 to run HedgeDoc. We don't support more recent versions of Node.
|
You now need at least Node 16 to run HedgeDoc. We recommend to use the latest LTS release of Node.js.
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
- Extend boolean environment variable parsing with other positive answers and case insensitivity.
|
- Extend boolean environment variable parsing with other positive answers and case insensitivity.
|
||||||
- Allow setting of `documentMaxLength` via `CMD_DOCUMENT_MAX_LENGTH` environment variable.
|
- Allow setting of `documentMaxLength` via `CMD_DOCUMENT_MAX_LENGTH` environment variable.
|
||||||
- Add dedicated healthcheck endpoint at /_health that is less resource intensive than /status.
|
- Add dedicated healthcheck endpoint at /_health that is less resource intensive than /status.
|
||||||
|
- Compatibility with Node.js 18 and later
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
- Fix that permission errors can break existing connections to a note, causing inconsistent note content and changes not being saved
|
- Fix that permission errors can break existing connections to a note, causing inconsistent note content and changes not being saved
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user