Skip to content

0.4.3

Latest

Choose a tag to compare

@KyokoMiki KyokoMiki released this 07 Feb 13:33
· 23 commits to main since this release

Added

  • Push Notification: Added push notification support via Apprise, enabling notifications to various services (Discord, Telegram, Slack, etc.)
  • Duplicate Categories Support: Added support for duplicate_categories configuration, which can prevent an Arr from seeing duplicate torrents in Activity
  • Transmission URL Paths: Added support for non-default Transmission URL paths, allowing custom RPC paths
  • URL-Encoded Client Credentials: Added support for parsing URL-encoded client URLs, properly handling usernames and passwords containing special characters

Changed

  • Independent torrents_dir Field: Added independent torrents_dir field to configure torrent client's torrent directory information, which takes precedence over the path in the URL
  • Authentication Retry Mechanism: Added retry mechanism for API authentication to improve reliability when connecting to trackers

Fixed

  • GGN Rate Limit: Fixed burst issue when accessing GGN API through leaky bucket algorithm

Performance

  • Torrent Client Methods to Async: Converted torrent client methods to async for better performance and concurrency
  • File Operations to Async: Converted file linking operations to async for improved I/O performance

What's Changed

  • build(deps): bump fastapi from 0.127.0 to 0.128.0 by @dependabot[bot] in #81
  • refactor(clients): convert torrent client methods and file linking to async by @KyokoMiki in #82
  • feat(notifier): add push notification support via Apprise by @KyokoMiki in #83
  • Handle encoded usernames and passwords in client url by @greglechin in #84
  • fix(api): reduce GGN rate limit to 4 requests per 10s by @KyokoMiki in #86
  • build(deps-dev): bump ruff from 0.14.10 to 0.14.11 by @dependabot[bot] in #87
  • build(deps): bump torf from 4.3.0 to 4.3.1 by @dependabot[bot] in #89
  • build(deps-dev): bump ruff from 0.14.11 to 0.14.13 by @dependabot[bot] in #90
  • build(deps): bump winloop from 0.4.1 to 0.4.2 by @dependabot[bot] in #91
  • refactor: migrate from asyncio to anyio/asyncer for async operations by @KyokoMiki in #88
  • refactor: reduce cyclomatic complexity across multiple modules by @KyokoMiki in #92
  • feat(api): add retry mechanism for authentication by @KyokoMiki in #93
  • refactor: migrate Enum to StrEnum for better string representation by @KyokoMiki in #94
  • style: improve logging format and reduce line length limit by @KyokoMiki in #95
  • build(deps-dev): bump ruff from 0.14.13 to 0.14.14 by @dependabot[bot] in #96
  • feat: add support for duplicate_categories in qBittorrent and Deluge by @KyokoMiki in #97
  • refactor(api): make rate limit period configurable per tracker by @KyokoMiki in #98
  • Bugfixes: allow setting torrents_dir and non-default transmission URL paths by @damnmersault in #99
  • ci(workflows): improve GitHub Actions permissions and configuration by @KyokoMiki in #100

New Contributors

Full Changelog: 0.4.2...0.4.3