github jamcalli/Pulsarr v0.9.3

6 hours ago

Changes

🚀 Feature Release - Plex PIN Authentication & Faster Watchlist Detection

Overview

Adds Plex PIN-based authentication for streamlined login without manual token copying. RSS polling optimized for Plex's S3-hosted feeds, reducing watchlist detection latency.

Key Updates

Plex PIN Authentication

  • One-click Plex login: Authenticate via PIN code instead of manually copying tokens
  • QR code support: Scan to authenticate on mobile devices
  • Easy token refresh: Generate a new token anytime using the same PIN flow

Faster Watchlist Detection

  • Reduced polling interval: Watchlist changes detected in 10-12s
  • S3 feed optimization: Removed ETag caching since Plex S3 feeds update instantly

Bug Fixes

  • Apprise poster images: Poster images now display correctly in notifications

Breaking Changes

  • Node.js 24.13.0 required: Upgraded from Node.js 24.12.0 (patch update)
  • Docker users: No action needed, image includes correct version
  • Manual installations: Update Node.js before upgrading Pulsarr

Migration & Compatibility

Docker users - No action required, pull latest image

Manual installation users - Must be on Node.js 24.13.0 before updating:

nvm install 24.13.0 && nvm use 24.13.0
git pull origin master
npm install
npm run build
npm run start:prod

No database migrations required.


Full Changelog: v0.9.2...v0.9.3
Docker Image: lakker/pulsarr:0.9.3

🔄 Dependencies

Docker

docker pull lakker/pulsarr:0.9.3

Contributors

@actions-user, @jamcalli, @renovate[bot] and renovate[bot]

Don't miss a new Pulsarr release

NewReleases is sending notifications on new releases.