3.16.0 (2026-06-28)
Highlights
- Sonarr/Radarr tags can now be written from Maintainerr collections and exclusions (#3162).
- Fixed Seerr rule evaluation for large libraries by implementing bulk-prefetching (#3170).
- Resolved Sonarr season corruption issue affecting
part_of_latest_seasonrule (#3169).
Features
- Added functionality to write Sonarr/Radarr tags based on Maintainerr collections and exclusions (#3162).
Fixes
- Increased Sonarr/Radarr ID lookup timeout to 20 seconds for slow servers (#3181).
- Fixed Seerr rule evaluation degradation by bulk-prefetching requests (#3170).
- Prevented mutation of shared Sonarr season arrays, resolving
part_of_latest_seasonrule failures (#3169). - Fixed collection log cleaning to avoid TypeORM errors on undefined
ruleGroup(#3168).
Database migrations
- Added
tagInArrcolumn to thecollectiontable to support Sonarr/Radarr tagging.
Dependencies
- Updated 24 dependencies, including
prettier,eslint-plugin-jest,@nestjs/typeorm, and@vitejs/plugin-react.