A remediation fix for users running a Sonarr/Radarr recycling bin, plus dependency bumps.
Fixed
- Remediation no longer stalls when the Sonarr/Radarr recycling bin is enabled (#351). With a recycling bin on, the *arr takes about a minute to move a deleted file to the bin, so Healarr's delete request times out and retries; by the retry the *arr has finished, so the delete returns
404 Not Found. Healarr was treating that 404 as a failure, which left the corrupt file deleted from the *arr but with no replacement search ever triggered - so nothing was re-downloaded. A 404 on the delete means the file is already gone, which is exactly the goal, so it is now treated as a successful deletion and remediation proceeds to the replacement search. The existing retry window comfortably covers the recycle-bin delay, so there is no need to disable the bin. Reported by j0ckinjz in #350.
Dependencies
- Bumped
golang.org/x/crypto0.52→0.53 (with its required net/sys/text bumps),@tanstack/react-query5.90→5.101,zod4.3→4.4,typescript-eslint8.60→8.61,eslint-plugin-react-refresh0.5.0→0.5.3, and@tailwindcss/postcss4.3.0→4.3.1 (#352).
Full Changelog: v1.3.16...v1.3.17