diff --git a/docs/release-notes.md b/docs/release-notes.md index 879667a..937abaa 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,14 +4,7 @@ This release addresses the following issues: -* 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). +* 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-relation 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