Releases: TooTallNate/proxy-agents
Releases · TooTallNate/proxy-agents
pac-proxy-agent@6.0.3
Patch Changes
- Updated dependencies [b3860aa]
- https-proxy-agent@7.0.0
- http-proxy-agent@7.0.0
https-proxy-agent@7.0.0
Major Changes
-
b3860aa: Remove
secureProxy
getterIt was not meant to be a public property. If you were using it, just use
agent.proxy.protocol === 'https:'
instead.
http-proxy-agent@7.0.0
Major Changes
-
b3860aa: Remove
secureProxy
getterIt was not meant to be a public property. If you were using it, just use
agent.proxy.protocol === 'https:'
instead.
https-proxy-agent@6.2.1
Patch Changes
- 0b8a0b7: Properly reject errors during proxy
CONNECT
response
proxy@2.1.1
Patch Changes
- 25e0c93: Ensure that
socket.remoteAddress
is a string
https-proxy-agent@6.2.0
http-proxy-agent@6.1.0
agent-base@7.0.2
Patch Changes
- 66b4c63: Allow for never relying on stack trace
proxy@2.1.0
Minor Changes
- 0f31047: Add
localAddress
option to specify which networking interface the proxy should use to create outgoing connections