Skip to content

Releases: TooTallNate/proxy-agents

[email protected]

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

Patch Changes

[email protected]

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.

[email protected]

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.

[email protected]

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

Patch Changes

  • 0b8a0b7: Properly reject errors during proxy CONNECT response

[email protected]

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

Patch Changes

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

[email protected]

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

Minor Changes

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

Patch Changes

[email protected]

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

Minor Changes

Patch Changes

[email protected]

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

Patch Changes

  • 66b4c63: Allow for never relying on stack trace

[email protected]

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

[email protected]

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