-
v2026.05.15.1 Stable
released this
2026-05-16 00:32:34 -04:00 | 708 commits to main since this releaseHotfix 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_variantvalues were missing from theplaylistsCHECK 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 bothplaylists_kind_variant_consistentandplaylists_seed_consistentto 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