Skip to content

Releases: TooTallNate/proxy-agents

pac-proxy-agent@7.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Dec 03:32
7cf0b79

Minor Changes

  • 38760db: Lazily load agents inside pac-proxy-agent

Patch Changes

  • 77c3599: use WHATWG URL class to construct url parameter
  • 913a49a: Only overwrite servername in tls connect when host is not an IP address
  • e90e2b2: Properly forward WebSocket requests via PAC agents that resolve to HTTP proxies
  • Updated dependencies [913a49a]
  • Updated dependencies [1699a09]
    • https-proxy-agent@7.0.6
    • socks-proxy-agent@8.0.5
    • agent-base@7.1.2

https-proxy-agent@7.0.6

Choose a tag to compare

@github-actions github-actions released this 07 Dec 03:32
7cf0b79

Patch Changes

  • 913a49a: Only overwrite servername in tls connect when host is not an IP address
  • Updated dependencies [1699a09]
    • agent-base@7.1.2

agent-base@7.1.2

Choose a tag to compare

@github-actions github-actions released this 07 Dec 03:32
7cf0b79

Patch Changes

  • 1699a09: Handle exceptions caused by Agent.addRequest()

get-uri@6.0.4

Choose a tag to compare

@github-actions github-actions released this 03 Dec 23:31
a40e3ad

Patch Changes

  • 7dc2681: Removed fs-extra dependency and implemented its features using native Node.js functionality.

socks-proxy-agent@8.0.4

Choose a tag to compare

@github-actions github-actions released this 28 Jun 07:34
5555794

Patch Changes

  • fdeed27: resolve vulnerability in IP package
  • 5908e84: Remove net.isIP() check for TLS servername

proxy@2.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 07:33
5555794

Minor Changes

pac-proxy-agent@7.0.2

Choose a tag to compare

@github-actions github-actions released this 28 Jun 07:33
5555794

Patch Changes

  • fdeed27: resolve vulnerability in IP package
  • 5908e84: Remove net.isIP() check for TLS servername
  • Updated dependencies [fdeed27]
  • Updated dependencies [5908e84]
    • socks-proxy-agent@8.0.4
    • https-proxy-agent@7.0.5

https-proxy-agent@7.0.5

Choose a tag to compare

@github-actions github-actions released this 28 Jun 07:33
5555794

Patch Changes

  • 5908e84: Remove net.isIP() check for TLS servername

socks-proxy-agent@8.0.3

Choose a tag to compare

@github-actions github-actions released this 30 Mar 01:31
1429c7e

Patch Changes

  • ada656d: Pass socket_options to SocksClient
  • Updated dependencies [e62863c]
    • agent-base@7.1.1

agent-base@7.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Mar 01:31
1429c7e

Patch Changes

  • e62863c: Synchronously update internal sockets length so http.Agent pooling is used