Releases: nwtgck/go-piping-tunnel
Releases · nwtgck/go-piping-tunnel
v0.12.0
v0.11.0
Changelog
- 21dcc79 Merge branch 'release/0.11.0'
- a5ce099 bump: 0.11.0
- 99b2d46 ci: goreleaser/goreleaser-action@v5 and 1.19.2
- 8bb7954 refactor: use io instead of ioutil
- d09049e ci: use ubuntu-22.04
- add2e22 use 4096 bytes for buffer by default
- 166ef13 fix: not stop when error occurred using pmux
- 4ba2623 deps: update
- cfa10ed build(deps): bump actions/setup-go from 4 to 5 (#42)
- 40fc332 build(deps): bump actions/checkout from 3 to 4 (#37)
- e53d23d build(deps): bump golang.org/x/crypto from 0.9.0 to 0.11.0 (#35)
- 5cfe2dd build(deps): bump golang.org/x/crypto from 0.1.0 to 0.9.0 (#31)
- 9f169ef build(deps): bump actions/setup-go from 3 to 4 (#33)
- 25e2a57 build(deps): bump golang.org/x/crypto (#28)
- 4e7e06f build(deps): bump github.com/hashicorp/yamux (#22)
- fb676d5 ci: go-version: '1.20' (#30)
- 058f68f build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.7.0 (#29)
- fc59fc1 ci: use ubuntu-20.04 and on: [push] (#27)
- 6a52401 build(deps): bump actions/setup-go from 2 to 3 (#14)
- 9db5a59 build(deps): bump actions/checkout from 2 to 3 (#12)
- d4f6810 build(deps): bump github.com/spf13/cobra from 1.3.0 to 1.5.0 (#16)
- fc33747 Merge tag 'v0.10.2' into develop
v0.10.2
v0.10.1
v0.10.0
v0.9.0
Added
- Create pmux, which is a multiplexer specialized in Piping Server
- Add --host to specify target host for server host
- Support SOCKS4 and SOCKS4a
- Use HTTP/2 by default when the server supports
- Add --verbose for logging
- Add --unix-socket flags in server and client hosts
Changed
- Make --yamux attach
Content-Type: application/yamux
- (breaking change) Rename --c-to-s-buf-size to --cs-buf-size in server host
- (breaking change) Rename --s-to-c-buf-size to --sc-buf-size in client host