🚀 MediaFusion 6.0.0-beta.7 Released
New Features & Enhancements
🏗️ Introduced a robust Postgres-backed job queue and worker infrastructure to manage complex background tasks and scheduled scraping.
🤖 Added new automated scrapers and synchronization handlers for Prowlarr, Jackett, RSS feeds, and EZTV.
📦 Released the new mediafusion-worker binary to decouple background processing from the main API for better scalability.
⚙️ Implemented a global rate-limiter and exponential retry system to improve the resilience of connections to external providers.
Performance
🚀 Switched to static musl binaries for Linux (amd64/arm64), enabling dependency-free deployments and removing the need for OpenSSL.
Bug Fixes
🔄 Improved database migration reliability with new status checks and targeted rollback capabilities.
🛠️ Resolved CI build failures by bundling SQLX query caches and ensuring migrations are available for offline builds.
Documentation
📖 Added comprehensive deployment guides for running MediaFusion via direct binaries and managing database migrations.