💛 Donate to help keep AudioMuse-AI growing. Your support covers AI subscription for development (~€220/month), homelab electricity for testing (~€20/month), and makes the project sustainable.
Release Date: August 9th, 2026
AudioMuse AI v3.2.0 moves the job queue directly to PostgreSQL, removing the need to run and maintain a separate Redis instance.
This release also introduces API token authentication for OpenSubsonic clients, improving compatibility with clients such as Lightweight Music Server (LMS) and K7.
Several other minor fixes and improvements related to provider migration, database connection and UMAP are also included in this release in order to improve the stability of the system.
Important
When you update remember to update Flask and ALL the Worker container. You can also remove Redis, look at the updated example in deployment folder of this project.
What's Changed
- Postgress connection standardization by @NeptuneHub in #833
- Queue on Database and log cleaning by @NeptuneHub in #835
- feat(navidrome): add OpenSubsonic apiKey authentication by @kaybi-gh in #845
- Multiple fix by @NeptuneHub in #846
New Contributors
Full Changelog: v3.1.1...v3.2.0