github jamcalli/Pulsarr v0.11.4

5 hours ago

Changes

🛠️ Bug Fix Release - Auth Bypass & API Timeout Fixes

Overview

Fixes a redirect loop for authenticationMethod: 'disabled' users upgrading from v0.11.2, and increases API timeouts for very large Sonarr/Radarr libraries.

Key Updates

Bug Fixes

  • Auth disabled redirect loop (fixes #989): Users without an admin account were stuck in a /create-user 404 loop — bypass session creation now matches the original requiredExceptLocal behavior
  • API timeout increase: Sonarr and Radarr API timeouts increased from 2 minutes to 5 minutes, fixing watchlist sync failures for large libraries

Migration & Compatibility

No database migrations required.

Docker users

docker compose pull && docker compose up -d

Native installer users (Linux/macOS/Windows)

  • Linux: curl -fsSL https://raw.githubusercontent.com/jamcalli/Pulsarr/master/scripts/installers/linux/install.sh | sudo bash
  • Windows: Download the latest installer from Releases
  • macOS: Download the latest .dmg from Releases

Manual installation

git pull origin master
bun install
bun run build
bun run start:prod

Full Changelog: v0.11.3...v0.11.4
Docker Images: lakker/pulsarr:0.11.4 | lakker/pulsarr:0.11.4-node

🐛 Bug Fixes

Docker

docker pull lakker/pulsarr:0.11.4

Synology NAS / Legacy Systems (Linux kernel < 4.11):

docker pull lakker/pulsarr:0.11.4-node

Contributors

@actions-user and @jamcalli

Don't miss a new Pulsarr release

NewReleases is sending notifications on new releases.