v0.5.0
v0.5.0 adds support for forwarding raw TCP traffic using Piko. See TCP Forwarding for details.
What's Changed
- docs: add install docs by @andydunstall in #82
- docs: add how piko works by @andydunstall in #83
- docs: update manage docs by @andydunstall in #84
- docs: link to server/agent docs by @andydunstall in #85
- docs: add go sdk docs by @andydunstall in #86
- tests: add cluster system test by @andydunstall in #87
- add single node port forwarding by @andydunstall in #88
- agent: add tcp listener support by @andydunstall in #89
- build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #90
- build(deps): bump github.com/gorilla/websocket from 1.5.2 to 1.5.3 by @dependabot in #91
- docs: fix broken links by @andydunstall in #92
- server: support clustering with tcp port forwarding by @andydunstall in #93
- client: add listen and forward by @andydunstall in #94
- forward: add 'piko forward' command by @andydunstall in #95
- docs: add TCP forwarding docs by @andydunstall in #96
- forwarding improvements by @andydunstall in #97
Full Changelog: v0.4.0...v0.5.0