• v2026.05.15.1 Stable

    bvandeusen released this 2026-05-16 00:32:34 -04:00 | 708 commits to main since this release

    Hotfix for v2026.05.15.0.

    System playlists were fully broken in v2026.05.15.0: the five new discovery mixes (Deep Cuts, Rediscover, New for you, On This Day, First Listens) shipped with producers/registry/clients but their system_variant values were missing from the playlists CHECK constraints. Because the daily build runs in a single all-or-nothing transaction, the first new-mix insert aborted the whole build — so For You / Discover refresh returned 500 and the daily rebuild failed too.

    Fixed by migration 0028_discovery_mix_variants (extends both playlists_kind_variant_consistent and playlists_seed_consistent to allow the five seedless variants). CHECK-only change. Mobile client 2026.5.15+7.

    After deploying, confirm For You / Discover refresh works and the five mixes appear.

    Downloads