This repository has been archived by the owner on May 5, 2023. It is now read-only.
Releases: TooTallNate/node-socks-proxy-agent
Releases · TooTallNate/node-socks-proxy-agent
v7.0.0
What's Changed
- feat: remove host support by @Kikobeats in #97
instead of url.parse()
, just use new URL()
where host is now hostname.
Full Changelog: v6.2.1...v7.0.0
v6.2.1
v6.2.0
What's Changed
- Refactor by @Kikobeats in #79
- 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
- Remove $ from README by @DimitarNestorov in #84
- build(deps): bump actions/setup-node from 2 to 3.0.0 by @dependabot in #83
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #85
- readme is out of date host -> hostname by @brandonros in #86
- docs: fix readme example by @youniaogu in #87
- jsonip.org -> ipinfo.io by @matheuss in #88
- build(deps): bump actions/setup-node from 3.0.0 to 3.1.0 by @dependabot in #89
- build(deps): bump actions/setup-node from 3.1.0 to 3.1.1 by @dependabot in #90
New Contributors
- @dependabot made their first contribution in #81
- @pimterry made their first contribution in #72
- @DimitarNestorov made their first contribution in #84
- @brandonros made their first contribution in #86
- @youniaogu made their first contribution in #87
- @matheuss made their first contribution in #88
Full Changelog: v6.1.1...v6.2.0
v6.2.0-beta.1
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
chore(release): 6.2.0-beta.0
6.0.0
5.0.1
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!