Skip to content

v0.6.4 - 2024-03-02

Latest
Compare
Choose a tag to compare
@Callum027 Callum027 released this 02 Mar 02:34
· 7 commits to main since this release
2a56c76

This release addresses an issue where Buildarr would try to always try to create new remote path mappings on a Sonarr instance in certain cases, even if they already existed, resulting in an API error.
Path handling for remote path mappings within Buildarr has also been improved, making sure that Buildarr will handle them correctly for both POSIX paths and Windows paths (for Sonarr instances running on Windows).

It also improves error handling for Sonarr API responses, making error messages output from the API easier to understand when output by Buildarr.

Changed

  • Functionise host URL generation in secrets (#47)
  • Improve JSON API response error handling (#48)
  • Update Poetry and lock file (#54)
  • Fix remote path mapping checking edge cases (#56)