mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 10:46:30 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -3,12 +3,13 @@
|
|||
## UNRELEASED
|
||||
|
||||
**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
|
||||
- Extend boolean environment variable parsing with other positive answers and case insensitivity.
|
||||
- Allow setting of `documentMaxLength` via `CMD_DOCUMENT_MAX_LENGTH` environment variable.
|
||||
- Add dedicated healthcheck endpoint at /_health that is less resource intensive than /status.
|
||||
- Compatibility with Node.js 18 and later
|
||||
|
||||
### Bugfixes
|
||||
- Fix that permission errors can break existing connections to a note, causing inconsistent note content and changes not being saved
|
||||
|
|
Loading…
Reference in a new issue