chore: bump go-openaudio to pick up ETL stem fixes (OpenAudio/go-openaudio#421) - #996
Merged
Merged
Conversation
…audio#421) Pulls in 1d9f697: persist orig_filename on track writes, ignore explicit "stem_of": null on updates (don't unlink stems), and upsert the stems join row on updates carrying stem_of. Pairs with #995. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps both
github.com/OpenAudio/go-openaudioand.../pkg/etlpins fromb4a5ebe(2026-07-16) to1d9f697— the merge of OpenAudio/go-openaudio#421, same flow as #994 did for the #410 CID fix.What the new pin brings (ETL / entity manager)
orig_filenameon track create/update (never-clear, like the CIDs) — new stem rows no longer rely on the/stemsendpoint's title fallback"stem_of": nullon track updates so client edits can't unlink a stem from its parent (Fix quote math #410 failure class)stemsjoin row when an update carriesstem_of(on-chain repair path for lost links)Intervening upstream commits also included (library-only for api): mediorum transcode/retry fixes (#338, #417–#419) and core/logging spam guards (#420). Nothing release- or mainnet-config-related.
Relation to #995
#995 is the unblocking change (endpoint tolerates NULLs already in the DB); this bump prevents recurrence at the write path. Both trace back to the July stems-invisible incident (Andrew Lux's "Alone" remix contest).
Verified locally:
go build ./..., stems endpoint tests, andgo test ./indexer/...all pass on the new pin.🤖 Generated with Claude Code