Skip to content

Releases: TooTallNate/proxy-agents

get-uri@7.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Mar 16:59
8dcdac8

Major Changes

  • 9c92c09: Convert to ESM. All packages now use "type": "module" and compile to ESM output instead of CommonJS.

Patch Changes

  • Updated dependencies [9c92c09]
    • data-uri-to-buffer@7.0.0

degenerator@6.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Mar 16:59
8dcdac8

Major Changes

  • 9c92c09: Convert to ESM. All packages now use "type": "module" and compile to ESM output instead of CommonJS.

Minor Changes

  • b1509d8: Replace @tootallnate/quickjs-emscripten with quickjs-wasi for running sandboxed PAC file code. quickjs-wasi is a lighter-weight QuickJS WASM runtime built on quickjs-ng with WASI reactor mode. The compile() function now takes a QuickJS instance directly instead of QuickJSWASMModule, and createPacResolver() / pac-proxy-agent are updated accordingly.

data-uri-to-buffer@7.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Mar 16:59
8dcdac8

Major Changes

  • 9c92c09: Convert to ESM. All packages now use "type": "module" and compile to ESM output instead of CommonJS.

agent-base@8.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Mar 16:59
8dcdac8

Major Changes

  • 9c92c09: Convert to ESM. All packages now use "type": "module" and compile to ESM output instead of CommonJS.

get-uri@6.0.5

Choose a tag to compare

@github-actions github-actions released this 07 Jul 17:44
b923f53

Patch Changes

  • 0e7dccc: Close the file descriptor handle when there is a cache hit for file: protocol

agent-base@7.1.4

Choose a tag to compare

@github-actions github-actions released this 07 Jul 17:44
b923f53

Patch Changes

  • a6fe3fd: Fix compatibility with @types/node@20.19.2.

pac-proxy-agent@7.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Feb 19:38
536aaa5

Minor Changes

  • 9d462b8: Expose PacProxyAgent.getResolver() publicly

agent-base@7.1.3

Choose a tag to compare

@github-actions github-actions released this 08 Dec 04:04
3e69150

Patch Changes

  • 12bbc08: Remove unused debug dependency.

socks-proxy-agent@8.0.5

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

proxy-agent@6.5.0

Choose a tag to compare

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

Minor Changes

  • 85b10b3: Lazily load agents in proxy-agent
  • 96b771b: Include ClientRequest in getProxyForUrl parameters for additional flexibility

Patch Changes

  • ad68f63: Dispose of Agent instances in cache correctly
  • Updated dependencies [38760db]
  • Updated dependencies [77c3599]
  • Updated dependencies [913a49a]
  • Updated dependencies [1699a09]
  • Updated dependencies [e90e2b2]
    • pac-proxy-agent@7.1.0
    • https-proxy-agent@7.0.6
    • socks-proxy-agent@8.0.5
    • agent-base@7.1.2