fix comment about pr #5566, #5338

Co-authored-by: Fijxu <fijxu@nadeko.net>
This commit is contained in:
Émilien (perso)
2026-02-07 21:03:34 +01:00
committed by GitHub
parent e76e46ad67
commit 35ee713cd8

View File

@@ -19,7 +19,7 @@ Livestream navigation, playlists, and channel metadata also see overdue fixes: T
- Companion integration is sturdier: CSP is generated once, check identifiers persist, unwanted headers are stripped, and the helper hyperlink is fixed (#5497, #5575, #5595, #5491) - Companion integration is sturdier: CSP is generated once, check identifiers persist, unwanted headers are stripped, and the helper hyperlink is fixed (#5497, #5575, #5595, #5491)
- Runtime and packaging updates pin docker/OCI builds to Crystal 1.16.3, bring an optional Crystal 1.18.2 + Alpine 3.23 image, and compile OpenSSL from source to mitigate the memory leak seen with Alpine-provided OpenSSL (#5604, #5577, #5574, #5441) - Runtime and packaging updates pin docker/OCI builds to Crystal 1.16.3, bring an optional Crystal 1.18.2 + Alpine 3.23 image, and compile OpenSSL from source to mitigate the memory leak seen with Alpine-provided OpenSSL (#5604, #5577, #5574, #5441)
- Configuration docs saw polish with unix socket instructions, refreshed HTTP proxy comments, and corrected README commands (#5347, #5586, #5607) - Configuration docs saw polish with unix socket instructions, refreshed HTTP proxy comments, and corrected README commands (#5347, #5586, #5607)
- Server stability improves via a larger `max_request_line_size` and a rewritten static file handler (#5566, #5338) - Server stability improves via a larger `max_request_line_size` that is required to be able to access some next pages of Youtube channels videos and a rewritten static file handler (#5566, #5338)
#### For developers #### For developers
- Top-level constants moved into dedicated modules, preferences handling was cleaned up, and the legacy signature helper is finally removed (#5596, #5450, #5550) - Top-level constants moved into dedicated modules, preferences handling was cleaned up, and the legacy signature helper is finally removed (#5596, #5450, #5550)