github totaldebug/pyarr 6.8.0
v6.8.0

5 hours ago

6.8.0 (2026-08-21)

Features

  • bazarr: Add actions and profile assignment for series and movies (#208) (f1b07cb)

Bug Fixes

  • bazarr: Mount the test config where Bazarr reads it and fix providers (#205) (9ae2f05)
  • client: Expose common components only on clients that support them (#209) (b7afd8f)

Upgrading from 6.7.x

#209 removed components from the clients whose APIs never answered them. Nothing that worked has been taken away: on Prowlarr these calls returned 404, and on Bazarr and Dispatcharr they returned 200 carrying the web UI's HTML page rather than data. They are now simply absent, so a mistake raises AttributeError immediately instead of failing at the network.

Removed from Prowlarr (each previously a 404): blocklist, calendar, import_list, metadata, quality_definition, quality_profile, queue, remote_path_mapping, root_folder, wanted.

Removed from Bazarr and Dispatcharr (each previously returned an HTML page): backup, blocklist, calendar, command, download_client, history, import_list, indexer, log, metadata, notification, quality_definition, quality_profile, queue, remote_path_mapping, root_folder, tag, update.

system remains on every client. Sonarr, Radarr, Lidarr, Readarr and Whisparr are unchanged.

Renamed on Bazarr: wanted became wanted_episodes and wanted_movies. The old accessor pointed at subtitles/wanted, which does not exist; Bazarr has separate episodes/wanted and movies/wanted endpoints, and both now return real data.

Two call patterns can be affected even though nothing useful was possible before: code that called one of these and ignored the result, and code wrapping a Prowlarr call in except PyarrResourceNotFound. Both now raise AttributeError.

The per-component support table is in the Common Components docs.

Don't miss a new pyarr release

NewReleases is sending notifications on new releases.