Skip to content

Releases: buildarr/buildarr-jellyseerr

v0.3.2 - 2024-03-02

02 Mar 03:12
cf91b59
Compare
Choose a tag to compare

This release addresses the following issues:

  • Fix an issue where in some cases, reading existing Sonarr instance configuration from a Jellyseerr instance can fail if they do not have any anime-related configuration defined. In particular, if the anime root folder is not defined, the corresponding API field for it might not be found in the Jellyseerr API response, resulting in an error.

Changed

  • Update Poetry and lock file (#24)
  • Make the Sonarr instance animeAnimeDirectory API field optional (#26)

v0.3.1 - 2023-12-02

02 Dec 00:43
34527c8
Compare
Choose a tag to compare

This release adds the following new features:

  • Support defining a URL base for the Jellyseerr instance in the Buildarr configuration, using the url_base host configuration attribute.
    • This allows Jellyseerr instances with APIs available under a custom path (e.g. http://localhost:5055/jellyseerr) to be managed by Buildarr.

The following issues have also been fixed:

  • Return a more helpful error message when the API key is not specified when dumping Jellyseerr instance configurations.
  • Improve error handling when Buildarr was unable to parse a JSON response from the Jellyseerr API.
  • Use the global state attribute for API request timeouts available in newer versions of Buildarr, instead of directly reading it from the Buildarr configuration (and using a hard-coded default if not found).

Changed

  • Add Jellyseerr instance URL base support (#20)

v0.3.0 - 2023-11-12

12 Nov 08:47
e19b030
Compare
Choose a tag to compare

This updates the Jellyseerr plugin so that it is compatible with Buildarr v0.7.0.

Changed

  • Add Buildarr v0.7.0 support (#14)

v0.2.0 - 2023-09-09

09 Sep 00:27
6852f16
Compare
Choose a tag to compare

This release updates the Jellyseerr plugin so that it is compatible with Buildarr v0.6.0.

This version is backwards compatible with all versions of Buildarr supported by v0.1.0 of the plugin.

An optional extra dependency has been added to the plugin for the new Radarr plugin for Buildarr, for convenient installation when using Jellyseerr.

Other changes:

  • Fix the plugin's internal name for announced in the minimum availability field. Shouldn't have caused any problems when using the plugin previously, but fixed anyway.

Changed

  • Update package metadata and dependencies (#5)
  • Fix internal name for 'announced' minimum availability (#6)

v0.1.0 - 2023-04-15

15 Apr 08:20
c75d94c
Compare
Choose a tag to compare

First release of the Jellyseerr plugin for Buildarr.