changelog

This commit is contained in:
Igor Lobanov 2024-06-05 16:20:37 +02:00
parent f783e90040
commit 76b1e44a93

View File

@ -24,7 +24,22 @@ NOTE: Add new changes BELOW THIS COMMENT.
-->
### Changed
Frontend rewritten in TypeScript, added Node 18 support
- The HTTP server's write timeout has been increased from 1 minute to 5 minutes
to match the one used by AdGuard Home's HTTP client to fetch filtering-list
data ([#7041]).
- Frontend rewritten in TypeScript
### Deprecated
- Node 16 support, Node 18.18 or higher is required
### Added
- Node 18 support
[#7041]: https://github.com/AdguardTeam/AdGuardHome/issues/7041
<!--
NOTE: Add new changes ABOVE THIS COMMENT.