Releases: ginuerzh/gost
Releases · ginuerzh/gost
v2.12.0
Changelog
- 45ebea5 Bump github.com/quic-go/quic-go from 0.32.0 to 0.42.0
- cfe4abe Bump golang.org/x/net from 0.10.0 to 0.23.0
- 1c62376 Bump golang.org/x/net from 0.5.0 to 0.7.0
- 81128f9 Merge branch 'master' into dependabot/go_modules/github.com/quic-go/quic-go-0.42.0
- 654791e Merge branch 'master' into dependabot/go_modules/golang.org/x/net-0.23.0
- 17685b4 Merge branch 'master' into master
- 32b79a3 Merge branch 'master' into oscs_fix_cnbkq28au51oj0c3u3o0
- ee07120 Merge pull request #1014 from ChengDaqi2023/oscs_fix_cnbkq28au51oj0c3u3o0
- 31a9a45 Merge pull request #1021 from ginuerzh/dependabot/go_modules/github.com/quic-go/quic-go-0.42.0
- 8508797 Merge pull request #1024 from ginuerzh/dependabot/go_modules/golang.org/x/net-0.23.0
- ac1e896 Merge pull request #1030 from ge9/master
- 48c7970 Merge pull request #1038 from ShuBo6/master
- de49ba2 Merge pull request #1042 from mengzhuo/mengzhuo-patch-1
- 44aac5a Merge pull request #983 from honwen/master
- 8a29dda add goreleaser github action
- 0056fd6 bump deps; bump sdk to 1.21
- 2732481 chore: add riscv64 in buildx
- c5d9bc8 chore: remove refs to deprecated io/ioutil
- fd57e80 chore: remove refs to deprecated io/ioutil
- 2faecc1 feat: support node sort by tcp ping latency
- 7e1af1b fix
- 77262f2 fix: concurrent map access
- e30f120 fix: file.Close()
- 94f812b fix: ping result ttl random
- 0f7376b go1.20
- 7a24901 support vsock
- 91e12c4 update github actions
- 5e6f5c3 update github.com/quic-go/quic-go v0.32.0 to 0.40.1
- 08c54cd update go.mod
- 13b9748 update golang.org/x/crypto v0.5.0 to 0.17.0
- 00c36ab use outgoing interface's IP for UDP relay port
v2.11.5
v2.11.4
Full Changelog: v2.11.3...v2.11.4
v2.11.3
What's Changed
- 允许绑定出口到指定网卡上 by @IndexDoge in #817
- Compatible with older Go version by @lkebin in #846
- Fix #841 by @P-PPPP in #842
- Wait for the second copy error by @costinm in #861
New Contributors
- @IndexDoge made their first contribution in #817
- @lkebin made their first contribution in #846
- @P-PPPP made their first contribution in #842
- @costinm made their first contribution in #861
Full Changelog: v2.11.2...v2.11.3
v2.11.2
What's Changed
- Add installation instructions for Homebrew by @moonfruit in #655
- Certificate pinning for servers without domain by @luyuhuang in #641
- Close connection if authentication failed by @mengzhuo in #659
- Fix: relay udp forward by @sleshep in #664
- fix issue #617 by @proxy666-dev in #677
- Add darwin-arm64 for Apple M1 devices by @soffchen in #679
- bump github.com/milosgajdos/tenus to v0.0.3 by @btwiuse in #689
- Add whitelist/blacklist support for relay by @Hubix9 in #698
- fix obfs-tls with shadowsocks aead issue #695 by @cute in #697
- Update dependency ! by @guqing637 in #703
- Update go.mod and go.sum by @guqing637 in #705
- ignore linux error: File exists while add same route twice by @wencaiwulue in #747
- Closes #594 ugprade quic-go==v0.24.0 by @sleshep in #760
- update:update package by @openwrt2223 in #772
- update quick-go dep to support golang-1.18 by @hulb in #804
- Add -M option for Fwmark by @purerosefallen in #746
- surround interface name with double quote in case of name have space by @wencaiwulue in #727
New Contributors
- @moonfruit made their first contribution in #655
- @luyuhuang made their first contribution in #641
- @mengzhuo made their first contribution in #659
- @proxy666-dev made their first contribution in #677
- @btwiuse made their first contribution in #689
- @Hubix9 made their first contribution in #698
- @cute made their first contribution in #697
- @guqing637 made their first contribution in #703
- @wencaiwulue made their first contribution in #747
- @openwrt2223 made their first contribution in #772
- @hulb made their first contribution in #804
- @purerosefallen made their first contribution in #746
Full Changelog: v2.11.1...v2.11.2
v2.11.1
v2.11.0
Change logs:
- Add obfs-otls transport (https://docs.ginuerzh.xyz/gost/simple-obfs/)
- Add relay protocol (https://docs.ginuerzh.xyz/gost/relay/)
- Add pubkey auth support for ssh (https://docs.ginuerzh.xyz/gost/ssh/)
v2.10.1
Change logs:
- ss: merge
ss2
intoss
,ss2
now is deprecated. (https://docs.ginuerzh.xyz/gost/ss/) - ss: make the encryption optional.
- dns: add more parameters and edns client subnet support. (https://docs.ginuerzh.xyz/gost/dns/)
- tun: add
ssu
chain node support. - tun: fix setup command on MacOS.
- udp: fix client auth in UDP relay.
v2.10.0
Change logs:
- DNS resolver supports chain (https://docs.ginuerzh.xyz/gost/resolver/#2100).
- Add DNS proxy server, support protocol conversion and chain (https://docs.ginuerzh.xyz/gost/dns/).
- Shadowsocks UDP relay Improvement (https://docs.ginuerzh.xyz/gost/ss/#udp).
- Add tproxy based UDP transparent proxy (https://docs.ginuerzh.xyz/gost/redirect/#udp-210).
v2.9.2
Change logs:
- tun: add server side routing (doc: https://docs.ginuerzh.xyz/gost/tuntap/#292).
- tap: make net parameter optional (#472).
- add auth parameter (#467) (doc: https://docs.ginuerzh.xyz/gost/configuration/#auth-292).