Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Releases: TooTallNate/node-socks-proxy-agent

v7.0.0

31 May 14:16
c178516
Compare
Choose a tag to compare

What's Changed

instead of url.parse(), just use new URL() where host is now hostname.

Full Changelog: v6.2.1...v7.0.0

v6.2.1

31 May 11:18
73b75cf
Compare
Choose a tag to compare

Bug Fixes

v6.2.0

17 Apr 23:54
0de1f92
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.1...v6.2.0

v6.2.0-beta.1

15 Apr 23:14
deead71
Compare
Choose a tag to compare
v6.2.0-beta.1 Pre-release
Pre-release

What's Changed

  • Bump actions/checkout from 1 to 2.4.0 by @dependabot in #81
  • Bump actions/setup-node from 1 to 2.5.1 by @dependabot in #80
  • Use the request's configured lookup if client-side lookup is enabled by @pimterry in #72

New Contributors

Full Changelog: v6.2.0-beta.0...v6.2.0-beta.1

v6.2.0-beta.0

12 Feb 23:54
5f10bb9
Compare
Choose a tag to compare
v6.2.0-beta.0 Pre-release
Pre-release
chore(release): 6.2.0-beta.0

6.0.0

04 Jul 10:02
7a628bb
Compare
Choose a tag to compare

Major Changes

  • Feat: use Node.js 10 or above: #66

Patches

  • Use opts.host. In 8ed8efa opts.host got host: #65

Credits

Huge thanks to @jumoog for helping!

5.0.1

21 Jun 19:59
Compare
Choose a tag to compare

Patches

  • Support username option: c9b852e
  • Simpler servername: 8ed8efa
  • Set timeout to SocksClientOptions: b3d16f1
  • Fix: remove : from the cases: f2b1d89
  • Merge pull request #59 from Kikobeats/patch-1: a2547a4
  • Merge pull request #51 from train255/feature/socks-timeout-setting: 2389a7d
  • Error TS1192: Module '"net"' has no default export.: #61

Credits

Huge thanks to @umbrashia for helping!

5.0.0

04 Feb 19:43
Compare
Choose a tag to compare

Major Changes

Minor Changes

  • Add .eslintrc.js: 242b4c3
  • Allow servername for the TLS connection: 1e1c544

Patches

  • Use TooTallNate/socksv5#fix/dstSock-close-event module to fix tests: e2ac514
  • Add TypeScript example to README: 2993928

4.0.2

09 Mar 03:39
Compare
Choose a tag to compare

Patches

  • Fix proxy-authentication: #22
  • Bump agent-base and socks dependencies: #36
  • Fix README, 'secure' argument no longer used: #31

Credits

Huge thanks to @tynopet, @knoxcard and @jmendeth for helping!

4.0.1

13 Apr 22:33
Compare
Choose a tag to compare

Patches

  • Update dependencies: 232a37f
  • Uncaught TypeError: Cannot read property 'socket' of undefined: #18

Credits

Huge thanks to @talmobi for helping!