TooTallNate / node-proxy-agent

Maps proxy protocols to `http.Agent` implementations
285 stars 69 forks source link

Release upgrade of socks-proxy-agent to 4.x #30

Closed SkyHacks closed 6 years ago

SkyHacks commented 6 years ago

Context:

socks was updated to 4 which was a breaking change for Node < 6.

So the change was reverted and a new major version was released.

Unfortunately, the new major announced an upgrade to socks without actually implementing it.

This was addressed by this PR but a new release was not created (Note that 65fcf7a is one commit behind master).

Consequently, some issues are blocked on getting access to the socks upgrade.

Solution:

Please consider merging this PR and creating a new 3.0.1 release.