Skip to content

v0.8.3 - Proxy support & signed betas#29

Merged
colangelo merged 3 commits into
mainfrom
dev
Feb 23, 2026
Merged

v0.8.3 - Proxy support & signed betas#29
colangelo merged 3 commits into
mainfrom
dev

Conversation

@colangelo
Copy link
Copy Markdown
Owner

Summary

  • fix: Respect HTTPS_PROXY/HTTP_PROXY/ALL_PROXY env vars for SOCKS5/HTTP proxy support
  • security: Cosign-sign beta releases (fixes OpenSSF Scorecard Signed-Releases warning)
  • chore: Version bump to 0.8.3, docs updated

Test plan

  • go build and go test pass
  • Verified SOCKS5 proxy works with HTTPS_PROXY=socks5://...
  • Beta build produces signed artifacts after merge

🤖 Generated with Claude Code

colangelo and others added 3 commits February 23, 2026 17:49
Custom http.Transport was missing Proxy: http.ProxyFromEnvironment,
causing SOCKS5 and HTTP proxy env vars to be silently ignored.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fixes OpenSSF Scorecard Signed-Releases warning by signing beta
binaries and checksums with cosign (keyless OIDC via GitHub Actions).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update CHANGELOG, ROADMAP, CLAUDE.md, README with proxy support
and signed beta releases.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@colangelo colangelo merged commit 5a328b8 into main Feb 23, 2026
6 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