You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(qbit): Eliminate full-list queries. Use filter=active + upspeed threshold and backfill only a bounded subset of cached hashes via GET /torrents/info?hashes=... (cap 1000). Trackers are fetched only for the filtered subsets.
chore(tests): Update unit tests to validate backfill-by-hashes behavior.
chore(runner): Quick Docker test runner now waits for Qguardarr and executes the config hot-reload test in quick mode.
Added
feat(config): Automatic config hot-reload via background watcher (mtime-based). Manual POST /config/reload endpoint for ops.
test(integration): Hot-reload integration test that edits host config/qguardarr.yaml and asserts rollout change.
Security
No changes since 0.3.1; single-password auth and log redaction remain enforced.