Skip to content

Releases: TooTallNate/proxy-agents

https-proxy-agent@7.0.0

25 May 00:23
a90baa5
Compare
Choose a tag to compare

Major Changes

  • b3860aa: Remove secureProxy getter

    It 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

25 May 00:23
a90baa5
Compare
Choose a tag to compare

Major Changes

  • b3860aa: Remove secureProxy getter

    It 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

24 May 08:11
8c320cf
Compare
Choose a tag to compare

Patch Changes

  • 0b8a0b7: Properly reject errors during proxy CONNECT response

proxy@2.1.1

18 May 19:31
c0e0d83
Compare
Choose a tag to compare

Patch Changes

  • 25e0c93: Ensure that socket.remoteAddress is a string

https-proxy-agent@6.2.0

18 May 19:31
c0e0d83
Compare
Choose a tag to compare

Minor Changes

  • 8ff9faa: "headers" option can now be a function

Patch Changes

  • Updated dependencies [66b4c63]
    • agent-base@7.0.2

http-proxy-agent@6.1.0

18 May 19:31
c0e0d83
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • Updated dependencies [66b4c63]
    • agent-base@7.0.2

agent-base@7.0.2

18 May 19:31
c0e0d83
Compare
Choose a tag to compare

Patch Changes

  • 66b4c63: Allow for never relying on stack trace

proxy@2.1.0

12 May 20:03
2f835a4
Compare
Choose a tag to compare

Minor Changes

  • 0f31047: Add localAddress option to specify which networking interface the proxy should use to create outgoing connections

proxy-agent@6.2.0

09 May 09:03
ca68bbd
Compare
Choose a tag to compare

Minor Changes

  • 0bbe335: Support for getProxyForUrl option, to provide proxy address dynamically per different URLs

Patch Changes

  • Updated dependencies [bf20b04]
    • pac-proxy-agent@6.0.2

pac-proxy-agent@6.0.2

09 May 09:03
ca68bbd
Compare
Choose a tag to compare

Patch Changes

  • bf20b04: Add servername to tls connection options when pac-proxy-agent results in DIRECT connection