Buildarr-radarr

Latest version: v0.2.6

Safety actively analyzes 623983 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.2.6

This release contains mitigations for an issue where on newer versions of Radarr V5, secret values are obfuscated in API responses to avoid exposing them on insecure applications.

In the best case scenario, they cause Buildarr to always re-apply the configuration for a resource, as they always report as "changed". In the worst case scenario, the obfuscated values violate strict value constraints set in Buildarr, causing errors to occur when fetching remote instance configurations.

The fixes in this release resolve this worst case scenario.

A more permanent fix for handling this problem in general is planned for future releases of Buildarr.

Changed

* Loosen secret value constraints ([57](https://github.com/buildarr/buildarr-radarr/pull/57))

0.2.5

This release fixes the following issues:

* Fixed an issue where the preferred bitrate in quality definitions was not being applied to Radarr instances. Thanks to **ChadTaljaardt** for the contribution.
* Made username/password authentication optional for qBittorrent download clients, as qBittorrent allows API access without authentication in certain cases.

Changed

* Add missing preferred quality size definition ([47](https://github.com/buildarr/buildarr-radarr/pull/47))
* Update Poetry and lock file ([51](https://github.com/buildarr/buildarr-radarr/pull/51))
* Make auth optional for qBittorrent download clients ([53](https://github.com/buildarr/buildarr-radarr/pull/53))

0.2.4

This release fixes the following issues:

* Add error handling for when an unsupported condition type is found in a dynamic (loaded from TRaSH-Guides) or remote custom format, so the error message is easier to understand.
* Buildarr is not capable of ignoring remote custom formats with unsupported condition types defined on them at the moment, so return an error instead. If this happens, it is recommended to [create a bug report](https://github.com/buildarr/buildarr-radarr/issues/new).
* If an unsupported resource type (download client, indexer, notification) is found on the remote instance, ignore it (while logging the implementation name), instead of returning an error.

Changed

* Improve handling of unsupported resource types ([43](https://github.com/buildarr/buildarr-radarr/pull/43))

0.2.3

This release adds support for defining a URL base for the Radarr instance in the Buildarr configuration, using the `url_base` host configuration attribute.

This allows Radarr instances with APIs available under a custom path (e.g. `http://localhost:7878/radarr`) to be managed by Buildarr.

Changed

* Add Radarr instance URL base support ([38](https://github.com/buildarr/buildarr-radarr/pull/38))

0.2.2

This release fixes the following issues:

* Fix an attribute reading bug that was preventing management of the following download client types:
* FreeBox
* Hadouken
* qBittorrent
* rTorrent
* uTorrent
* NZBGet
* NZBVortex
* SABnzbd

Changed

* Fix reading download client attributes ([34](https://github.com/buildarr/buildarr-radarr/pull/34))

0.2.1

This release fixes the following issues:

* Fix loading the default score of custom formats from TRaSH-Guides metadata, which was broken due to a deprecated metadata field Buildarr was using that was removed.
* Permanently fix Torznab/Newznab indexer category parsing by making it not error when an unknown category ID is found on the remote instance.
* Allow the Radarr-native category name (e.g. `Movies/BluRay`) to be defined directly in Buildarr, instead of the Buildarr-native names (e.g. `Movies-Bluray`). The old names are still supported.
* Fix managing the `remove_year` attribute on Newznab/Torznab indexers, which was being ignored in previous releases.
* Fix dumping Radarr instance configurations using the CLI, which was failing due to a validation regression introduced in the previous release.

The CLI command for dumping Radarr instance configurations has also been improved, and can now auto-fetch Radarr instance API keys by simply leaving the API key blank, and pressing Enter when prompted. Note that this will only work on Radarr instances that have authentication disabled.

As this release of the Radarr plugin uses the latest plugin API features, Buildarr v0.7.1 or later is required for this release.

Changed

* Fix and improve configuration dumping ([26](https://github.com/buildarr/buildarr-radarr/pull/26))
* Fix getting TRaSH-Guides custom format default score ([28](https://github.com/buildarr/buildarr-radarr/pull/28))
* Fix Newznab/Torznab indexer bugs ([25](https://github.com/buildarr/buildarr-radarr/pull/25))

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.