This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
Affected surfaces
Summary
AI summaryFixed trailer re-download loop for files larger than 100 MB.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Allows reverse proxies to inject `X-API-KEY` for auto‑authentication of the WebUI. Allows reverse proxies to inject `X-API-KEY` for auto‑authentication of the WebUI. Source: llm_adapter@2026-06-07 Confidence: high |
— |
| Dependency | Low |
Updated Python and npm packages to latest versions. Updated Python and npm packages to latest versions. Source: llm_adapter@2026-06-07 Confidence: high |
— |
| Bugfix | Medium |
Fixes trailer re-download loop on large files (>100 MB). Fixes trailer re-download loop on large files (>100 MB). Source: llm_adapter@2026-06-07 Confidence: low |
— |
| Refactor | Low |
Removed some older tests from frontend codebase. Removed some older tests from frontend codebase. Source: llm_adapter@2026-06-07 Confidence: high |
— |
Full changelog
v0.9.6-beta - June 06, 2026
What's New: ✨
- Reverse proxies can inject
X-API-KEYto auto-authenticate the WebUI (skips the login screen).
Bug Fixes: 🐛
- Trailer re-download loop on large files — Fixes #562. The file scanner was not recognising downloaded trailers larger than 100 MB, which caused a repeated re-download loop: the scanner missed the file, silently reset
trailer_existsto false, the connection refresh re-enabled monitoring, and the download task picked it up again. Fixed by:- files placed inside a recognised trailer folder (e.g.
Trailers/) are now always detected as trailers regardless of size - inline files with "trailer" in the name up to 200 MB pass without extra checks
- inline files over 200 MB are verified via ffprobe — if their duration is ≤ 10 minutes they are treated as trailers.
- files placed inside a recognised trailer folder (e.g.
Other Changes: ⚡
- Updated Python and npm packages to latest versions.
- Removed some older tests from frontend.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About trailarr
Trailarr is a Docker application to download and manage trailers for your Radarr and Sonarr libraries.
Related context
Related tools
Beta — feedback welcome: [email protected]