github jamcalli/Pulsarr v0.8.7

latest releases: v0.9.0, v0.8.8
6 days ago

Changes

🚀 Feature Release - Radarr Monitor Options

Overview

Adds Radarr monitor options to control what gets monitored when movies are added (Movie Only, Movie and Collection, or None). Also fixes silent failures in Apprise public content notifications.

Key Updates

Radarr Monitor Options

  • New monitor field: Control monitoring behavior when adding movies to Radarr - movieOnly, movieAndCollection, or none
  • Instance-level defaults: Set default monitor option per Radarr instance
  • Content router overrides: Override monitor setting in routing rules
  • Approval routing: Monitor option preserved through approval workflow
  • Webhook payloads: Monitor field included in all Radarr-related webhook events

Bug Fixes

Apprise Public Content Notifications

  • Issue: Public content notifications silently failed for plain email addresses and certain Apprise URLs (e.g., tgram://bot_id:secret/chat_id)
  • Fix: Unified URL validation across all Apprise notification paths - accepts any scheme:// URL or plain email
  • Logging: Now warns when configured URLs fail validation instead of silently dropping notifications

Tautulli Notifier Recovery

  • Auto-recovers notifier IDs: When sending a notification to a user without a stored notifier ID, looks up existing notifiers in Tautulli, re-links if found, and saves to the user record
  • Creates if truly missing: Only creates a new notifier when one doesn't exist in Tautulli at all

Technical Improvements

  • Structured logging: Radarr, Sonarr, and content router logs now use structured format with all routing fields

Migration & Compatibility

Docker users

docker pull lakker/pulsarr:latest

Manual installation

git pull origin master
npm install
npm run migrate
npm run build
npm run start:prod

Database migrations (automatic on startup):

  • 078: Adds monitor column to radarr_instances and router_rules tables

Full Changelog: v0.8.6...v0.8.7
Docker Image: lakker/pulsarr:0.8.7

Docker

docker pull lakker/pulsarr:0.8.7

Contributors

@actions-user and @jamcalli

Don't miss a new Pulsarr release

NewReleases is sending notifications on new releases.