Navidrome Daily: Weekly Recap - Cleaning Up After the 0.63 Release

This week's work centered on stabilizing the 0.63.0 release, with fixes for startup crashes, plugin scrobbling, and the scanner, plus new CI safeguards to prevent future release and migration mishaps.

Duration: PT3M4S

Episode overview

This episode is a short developer briefing from Navidrome Daily.

It explains recent repository work in plain language.

  • Show: Navidrome Daily
  • Published: 2026-07-13T09:38:01Z
  • Audio duration: PT3M4S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good day, and welcome to Navidrome Daily. This recap covers July sixth through July thirteenth. Fourteen pull request activity items landed this week, with zero additional standalone commits.

The dominant story this week is release stabilization. The 0.63.0 release introduced several regressions, and the team spent the week hunting them down. PR 5739 fixed a startup crash affecting 32-bit ARM binaries — a linking issue causing segfaults before any log output even appeared, with a regression guard added…

A second theme is plugin reliability. Three connected fixes targeted the WASM plugin and scrobbling system. PR 5737 stopped orphaned scrobble entries from lingering in the buffer after a plugin is removed. PR 5736 fixed buffered plugin scrobbles that were shipping with no username attached. And PR 5756 made host…

The third theme is infrastructure guardrails. PR 5760 fixed a continuous integration gap where the v0.63.2 release build silently skipped every job after the migration check, meaning no binaries or Docker images were actually published for that release. PR 5750 followed up by adding a check that catches out-of-order…

Smaller fixes rounded out the week. PR 5759 closed a…

Next…

Nearby episodes from Navidrome Daily

  1. Trusting What the Client Sees
  2. Expanding Access, Fixing Release Pipeline
  3. Silent Failures, Loud Fixes
  4. Cleaning Up After 0.63.0
  5. Cleaning Up After the 0.63.0 Release
  6. The Player Gets Smarter
  7. Two Roads Into the Library
  8. Fixing SIGHUP Behavior for Daemon Operators