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-user404 loop — bypass session creation now matches the originalrequiredExceptLocalbehavior - 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 -dNative 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
.dmgfrom Releases
Manual installation
git pull origin master
bun install
bun run build
bun run start:prodFull 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