Skip to content

v2.4.1

Choose a tag to compare

@github-actions github-actions released this 11 Feb 16:49
· 51 commits to main since this release
v2.4.1
4fed2f4

AniBridge v2.4.1 introduces a significant new feature, allowing users to configure a bandwidth limit for individual yt-dlp downloads through a new environment variable, enhancing control over network resource usage. This release also includes internal refinements to testing procedures.

Breaking Changes

None.

New Features

  • Add per-download bandwidth cap for yt-dlp operations, configurable via the new DOWNLOAD_RATE_LIMIT_BYTES_PER_SEC environment variable. This allows setting a bandwidth limit for downloads and includes validation for non-negative integers. (94ea2c8)

Other Changes

  • Fixed:
    • Improve download rate limit test handling for invalid values by ensuring proper configuration module reloading during tests. (0dd247f)