Skip to content

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 04 Sep 12:02
· 7 commits to main since this release

Added

  • feat(api): GET /stats/managed returns managed torrents grouped by tracker with hash, current_limit, added_at, last_seen, and age_seconds.

Fixed

  • fix(stats): For unlimited trackers (configured max_upload_speed <= 0), report configured_limit_mbps: null instead of -0.

Notes

  • Application logs are written to the configured file (e.g., logs/qguardarr.log), while Uvicorn writes console logs. Tail the file for allocator activity.

Full Changelog