Skip to content

Fix proxy version path (no v prefix) for wrapper downloads#20

Merged
jeffreyaven merged 1 commit into
mainfrom
fix/proxy-version-path
Jul 3, 2026
Merged

Fix proxy version path (no v prefix) for wrapper downloads#20
jeffreyaven merged 1 commit into
mainfrom
fix/proxy-version-path

Conversation

@jeffreyaven

Copy link
Copy Markdown
Member

Follow-up to #18/#19. The releases.stackql.io proxy serves versioned assets at /stackql/<VERSION>/<asset> (no v prefix), so the render scripts' /stackql/v<VERSION>/ baseUrl 404s. This drops the v for the proxy path while keeping it for the GitHub sha-pin fetch.

Verified: rendered baseUrl https://releases.stackql.io/stackql/0.10.542 serves all four bundles with sha256 matching the canonical pins. Gates the npm/pypi 0.10.542 publishes.

🤖 Generated with Claude Code

The releases.stackql.io proxy serves versioned assets at
/stackql/<VERSION>/<asset> (e.g. /stackql/0.10.542/...), NOT v-prefixed.
base_url was building /stackql/v<VERSION>/ which 404s. GitHub sha_base
keeps the v prefix (v<VERSION>) since that is GitHub's own path scheme.

Verified: rendered baseUrl https://releases.stackql.io/stackql/0.10.542
serves all four bundles with sha256 matching the canonical pins.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@jeffreyaven jeffreyaven merged commit 5398e49 into main Jul 3, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant