Skip to content

Releases: cnlangzi/proxyclient

v0.0.9

25 May 15:17
d24ee4b
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/net from 0.39.0 to 0.40.0 by @dependabot in #25
  • build(deps): bump github.com/xtls/xray-core from 1.250306.0 to 1.250516.0 by @dependabot in #26
  • fix(url): added support IPv6 with brackets by @cnlangzi in #27

Full Changelog: v0.0.8...v0.0.9

v0.0.8

11 May 07:58
75c0bd9
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/sagernet/sing from 0.6.7 to 0.6.9 by @dependabot in #21
  • fix(xray): removed unused xray packages by @cnlangzi in #22
  • fix(leak):goroutine leak by @cnlangzi in #23

Full Changelog: v0.0.7...v0.0.8

v0.0.7

29 Apr 01:08
b16119c
Compare
Choose a tag to compare

What's Changed

  • fix(socks): reset tr.Proxy by @cnlangzi in #19
  • build(deps): bump github.com/sagernet/sing from 0.6.6 to 0.6.7 by @dependabot in #18
  • fix(socks): used h12.io/socks instead of x/net/proxy by @cnlangzi in #20

Full Changelog: v0.0.6...v0.0.7

v0.0.6

19 Apr 09:30
9707e43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.0.6

v0.0.5

13 Apr 14:51
8749526
Compare
Choose a tag to compare

What's Changed

  • fix(ss): fix ss panic by @cnlangzi in #10
  • fix(client): fixed underlying connection pool is not clean issue by @cnlangzi in #11
  • feat(xray): use DialXX instead of PorxyXX in xray by @cnlangzi in #12
  • fix(vmess): fixed json issue on tls by @cnlangzi in #13
  • fix(url): added IsHost/IsIP/IsDomain by @cnlangzi in #14

Full Changelog: v0.0.4...v0.0.5

v0.0.4

09 Apr 10:39
4dbde0b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

06 Apr 13:29
d516775
Compare
Choose a tag to compare

What's Changed

  • feat(url): added custom url parser for vmess/vless/trojan/ss/ssr by @cnlangzi in #5

Full Changelog: v0.0.2...v0.0.3

v0.0.2

02 Apr 14:23
d1bc5fb
Compare
Choose a tag to compare

What's Changed

  • feat(v2ray): added vmess/vless v5 proxy support by @cnlangzi in #1
  • feat(v2ray): added trojan support by @cnlangzi in #2
  • feat(ss): added ss support by @cnlangzi in #3
  • feat(xray): implement vmess/vless/trojan with xray by @cnlangzi in #4

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

31 Mar 09:15
Compare
Choose a tag to compare

Added

  • added http, https, socks4, socks4a, socks5 and socks5h support.