chore(api): bump etl for dev-app image_url + rune-count fixes (#350)#934
Open
raymondjacobson wants to merge 1 commit into
Open
chore(api): bump etl for dev-app image_url + rune-count fixes (#350)#934raymondjacobson wants to merge 1 commit into
raymondjacobson wants to merge 1 commit into
Conversation
Bumps go-openaudio to bda0b8b. Primary: #350 persists developer_apps.image_url (was dropped) and rune-counts the comment video_url / oauth redirect_uri length caps. Also carries #349 (collaborator leave-after-accept) and #351 (accept any genre string up to 100 chars). No new migration (reuses 0033). Co-Authored-By: Claude Opus 4.7 <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.
Summary
Bumps
github.com/OpenAudio/go-openaudioand.../pkg/etlfrome8586ac(#933) tobda0b8b.Primary: go-openaudio #350 —
developer_apps.image_url(previously dropped; 271 prod apps have it), gated by the legacyis_fqdncheck;video_urland oauthredirect_urilength caps (byte-vs-rune over-strictness, same class as the name/bio fix).Also carried (main advanced past the baseline):
track_collaboratorstable).core-indexerruns this vendored image, so the bump is required to ship the fixes.Changes
go.mod/go.sum: both go-openaudio modules →v1.3.1-0.20260609040102-bda0b8b592f5Deploy note — no migration
Latest ETL migration stays 0033 (#349 reuses the existing
track_collaboratorstable). Everything here is code-only — no schema change, no special rollout.Test plan
go mod tidy— only go.mod/go.sum changedgo build ./...passesvalidatedAppImageURL); migration unchanged (0033)🤖 Generated with Claude Code