Releases: 777genius/proxykit
Releases · 777genius/proxykit
v0.1.7
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
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
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
v0.1.3
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
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