Skip to content

v0.3.1 - 2023-12-02

Compare
Choose a tag to compare
@Callum027 Callum027 released this 02 Dec 00:43
· 5 commits to main since this release
34527c8

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)