Skip to content

Releases: yuhaiin/yuhaiin

v0.3.5

01 May 11:33
Compare
Choose a tag to compare

4c2b996 update nat table store
1fa4e21 Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 (#183)
836b9d4 Bump github.com/quic-go/quic-go from 0.42.0 to 0.43.0 (#182)
142af1f add IPAddrPort store net.IP to reduce memory alloc
2cf26d1 simple udp target use index of tcp
e1ed660 add support happy eyeballs
1e81dee split tcp and udp encrypt control for yuubinsya
a372518 fix ipv6 udp HopLimit empty
f82048b try add support gso for linux
8de2113 gvisor support fullcone nat
0fe12df fix block resolver
f4aec7b Bump golang.org/x/sync from 0.6.0 to 0.7.0 (#178)
6946c17 Bump google.golang.org/grpc from 1.62.1 to 1.63.0 (#175)
061c4f4 Bump golang.org/x/crypto from 0.21.0 to 0.22.0 (#176)
4e257aa update android inbound config
63d65cf Bump golang.org/x/net (#174)
c70bb69 remove some deprecated config fields
5120c22 add support install as windows service
eca15e8 refactor app code
06d4582 refactor ipv6 config for dns
6a05714 fix dns error parse panic
878e2a8 split ipv4 ipv6 for tun2socket tcp table
b84a506 add get info grpc&http api
d3b1358 fakedns add support ipv6
71ca41b add support bypass by process & fix create linux tun device
3ef9315 refactor yuubinsya files
13c7959 fix http pattern typo
08d9ca2 Bump github.com/quic-go/quic-go from 0.41.0 to 0.42.0 (#173)
2da61d5 use new http route
fcf6ebe update dep

Full Changelog: v0.3.4...v0.3.5

v0.3.4

11 Mar 14:10
Compare
Choose a tag to compare

2f57815 add singlesflight to udp dst cache
a8a0928 add interface reminder
0b6deaa Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#171)
89f1093 Bump google.golang.org/grpc from 1.62.0 to 1.62.1 (#170)
9b6c523 Bump golang.org/x/net from 0.21.0 to 0.22.0 (#169)
ec94516 make inbound hijack dns always on(temporary)
ff80618 Bump golang.org/x/crypto from 0.20.0 to 0.21.0 (#168)
5f05796 Bump golang.org/x/sys from 0.17.0 to 0.18.0 (#167)
83480c5 enabled inbound dnshijack and fakedns switch
43e894e fix wireguard leak stack bug
387b147 optimize tun set route
d2214ac fix tun offset bug
876c58c Bump golang.org/x/crypto from 0.19.0 to 0.20.0 (#165)
4da9220 Bump go.etcd.io/bbolt from 1.3.8 to 1.3.9 (#166)
8a98841 opentimize wireguard and wireguard tun readWriteCloser
dea26f6 fix dns client goroutine leak
41ff98c add support tun system for windows
4532944 add support fakedns whitelist
9c71574 Bump github.com/refraction-networking/utls from 1.6.2 to 1.6.3 (#164)
318313e Bump google.golang.org/grpc from 1.61.1 to 1.62.0 (#163)
4175c61 optimize tun
a48e329 fix panic when close mixed
d7031c3 add support vless
f24d4d2 Bump google.golang.org/grpc from 1.61.0 to 1.61.1 (#162)
a05868c fix fakip not fullcone nat
9c4e338 Bump golang.org/x/net from 0.20.0 to 0.21.0 (#160)
3d3da79 bump go to 1.22
c39be70 Bump golang.org/x/sys from 0.16.0 to 0.17.0 (#159)
f05b546 support proxy cycle for simple
b00ee11 optimize mux
ef754e5 optimize nat table
4fe7ade Bump github.com/refraction-networking/utls from 1.6.1 to 1.6.2 (#158)
a3a9e2f optimize wireguard
c971d0d simplify address api

Full Changelog: v0.3.3...v0.3.4

v0.3.3

27 Jan 08:26
Compare
Choose a tag to compare

What's Changed

2ee3d1f fix simple packet typo
86088fb Merge pull request #157 from yuhaiin/dependabot/go_modules/google.golang.org/grpc-1.61.0
d6b3f40 Bump google.golang.org/grpc from 1.60.1 to 1.61.0
0b99d91 fix packet handler init store twice
ae85e45 fix listener refresh cert bug
9e31d3b Merge pull request #156 from yuhaiin/dependabot/go_modules/github.com/quic-go/quic-go-0.41.0
df15770 Merge pull request #155 from yuhaiin/dependabot/github_actions/actions/cache-4
b6fd6bd Bump github.com/quic-go/quic-go
321b901 Bump actions/cache from 3 to 4
bbba998 optimize yuubinsya packetconn
502109c optimize yuubinsya udp over tcp packet conn
d590238 fix quic MaxDatagramFrameSize
e2c4ac3 optimize quic frag memory allocation
bd2a7ef make quic max datagram frag to 255
5dc18ab Merge pull request #154 from yuhaiin/dependabot/go_modules/github.com/refraction-networking/utls-1.6.1
0101400 Merge pull request #153 from yuhaiin/dependabot/go_modules/golang.org/x/net-0.20.0
f22ff66 Bump github.com/refraction-networking/utls from 1.6.0 to 1.6.1
dbae398 Bump golang.org/x/net from 0.19.0 to 0.20.0
53edee6 Merge pull request #150 from yuhaiin/dependabot/go_modules/github.com/cloudflare/circl-1.3.7
ac72928 Bump github.com/cloudflare/circl from 1.3.6 to 1.3.7
2cc472b optimize deadline
5cfd79d optimize doh refresh http transport
6207f8f Merge pull request #149 from yuhaiin/dependabot/go_modules/golang.org/x/sys-0.16.0
46a866d Bump golang.org/x/sys from 0.15.0 to 0.16.0
3d896fe add support sniffy bittorrent and utp
4434abc optimize simple dialer
acb3c37 reformat code
d343e90 add auth to yuubinsya raw udp
57b8e8f refactor quic frag frame
ffb9e94 support packet for quic
9c5a45f refactor inbound
d925900 Merge pull request #148 from yuhaiin/dependabot/go_modules/google.golang.org/protobuf-1.32.0
cccdbc5 Bump google.golang.org/protobuf from 1.31.0 to 1.32.0
f863b85 merge net.Conn and bufio.Reader from http hijack
8d85f00 use http.NewRequest for websocket client

Full Changelog: v0.3.2...v0.3.3

v0.3.2

21 Dec 16:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1-rc.12...v0.3.2

v0.3.1-rc.12

09 Nov 13:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1-rc.11...v0.3.1-rc.12

v0.3.1-rc.11

09 Sep 12:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1-rc.10...v0.3.1-rc.11

v0.3.1-rc.10

04 Aug 15:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1-rc.9...v0.3.1-rc.10

v0.3.1-rc.9

02 Jul 14:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1-rc.8...v0.3.1-rc.9

v0.3.1-rc.8

20 May 07:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1-rc.7...v0.3.1-rc.8

v0.3.1-rc.7

05 Apr 07:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1-rc.6...v0.3.1-rc.7