Changes
🛠️ Bug Fix Release - SQLite workflow startup hotfix
Overview
Critical hotfix resolving database errors preventing SQLite users from starting the watchlist workflow with auto-start enabled.
Key Updates
Critical Bug Fix
- Fixed workflow startup crash: Resolved "no such column: dbType" and "no such column: authenticationMethod" errors affecting SQLite users when starting workflow with auto-start toggle enabled
- Impact: All SQLite users with auto-start enabled were affected by this v0.7.1 regression
Technical Changes
- Refactored configuration update logic to use targeted partial updates
- Prevents persisting environment-only fields that don't exist in SQLite schema
Migration & Compatibility
No migration required - code-only fix affecting SQLite databases only.
Full Changelog: v0.7.1...v0.7.2
Docker Image: lakker/pulsarr:0.7.2
- fix: ensure updateConfig _isReady doesn't update .env only to db in sqlite (#746) @jamcalli
- fix: ensure updateConfig _isReady doesn't update .env only database cols in sqlite (#745) @jamcalli
🔄 Dependencies
- chore(deps): update actions/checkout digest to 93cb6ef (#736) @renovate[bot]
- chore(deps): update dependency @scalar/fastify-api-reference to v1.40.0 (#740) @renovate[bot]
- chore(deps): update dependency discord.js to v14.25.0 (#741) @renovate[bot]
- chore(deps): update react (#739) @renovate[bot]
- chore(deps): update dependency fast-xml-parser to v5.3.2 (#737) @renovate[bot]
- chore(deps): update dev dependencies (non-critical) (#738) @renovate[bot]
Docker
docker pull lakker/pulsarr:0.7.2
Contributors
@actions-user, @jamcalli, @renovate[bot] and renovate[bot]