Skip to content

v0.5.0 - 2023-04-16

Compare
Choose a tag to compare
@Callum027 Callum027 released this 16 Apr 04:55
· 30 commits to main since this release
3e82ec3

This updates the Sonarr plugin so that it is compatible with Buildarr v0.5.0.

Other changes to the Sonarr plugin for this release include:

  • Fix a bug where Sonarr instance configuration dumping was broken due to trying to use a Buildarr configuration value that was not loaded
  • Improve support for deleting resources with delete_unmanaged, by using the new delete_remote API function
  • Remove the sonarr.tags.delete_unused attribute (for deleting Sonarr tags not used in Buildarr), as it was unimplemented and Sonarr automatically cleans up unused tags anyway

Changed

  • Update plugin to newer Buildarr API standards (#11)