Skip to content

Releases: 777genius/proxykit

v0.1.7

17 Apr 17:59

Choose a tag to compare

Highlights

  • upgrade golang.org/x/net to v0.53.0 and github.com/rs/zerolog to v1.35.0
  • refresh indirect Go dependencies and move the module go directive to 1.25.0
  • add CodeQL code scanning for Go and tighten CI token permissions
  • keep install instructions pinned to the exact release while public Go proxy caches catch up

Verification

  • go vet ./...
  • go test ./...
  • go test -race ./...
  • go build ./examples/...
  • npm run docs:build

v0.1.6

17 Apr 17:37

Choose a tag to compare

Highlights

  • pin install commands to v0.1.5 while public Go proxy caches catch up to the newest releases
  • remove immediate friction for new users who try the project right after launch

Verification

  • go vet ./...
  • go test ./...
  • go test -race ./...
  • go build ./examples/...
  • npm run docs:build

v0.1.5

17 Apr 17:35

Choose a tag to compare

Highlights

  • stop ignoring dead links in the VitePress docs build so docs navigation regressions fail fast
  • add go vet ./... to the public verification path in README

Verification

  • go vet ./...
  • go test ./...
  • go test -race ./...
  • go build ./examples/...
  • npm run docs:build

v0.1.4

17 Apr 17:34

Choose a tag to compare

Highlights

  • fix the README first-screen quick start to use the real reverse.New API
  • add go vet ./... to CI as an extra correctness gate for public examples and exported usage

Verification

  • go vet ./...
  • go test ./...
  • npm run docs:build

v0.1.3

17 Apr 17:31

Choose a tag to compare

Highlights

  • add release and discussions badges to improve first-screen trust signals
  • enable GitHub Discussions and route usage questions there instead of issues
  • improve discoverability with additional embedded and WebSocket-related repository topics

Verification

  • go test ./...
  • npm run docs:build

v0.1.2

17 Apr 17:28

Choose a tag to compare

Highlights

  • improve README first-screen positioning with a direct 'Why not goproxy / oxy / Martian?' section
  • add a capability map and quick start example for faster first-use evaluation
  • add a simple architecture diagram showing proxykit as the reusable core under flutter_network_debugger
  • ship the documentation and launch-surface improvements as an actual GitHub release

Verification

  • go test ./...
  • go test -race ./...
  • npm run docs:build