Skip to content

Latest commit

 

History

History
109 lines (76 loc) · 4.06 KB

CHANGELOG.md

File metadata and controls

109 lines (76 loc) · 4.06 KB

Change Log

Notable changes will be documented here.

[0.29.0]

[0.28.0]

[0.27.0]

[0.26.0]

[0.25.0]

[0.24.0]

[0.23.0]

[0.22.0]

[0.21.0]

[0.20.0]

  • Update socks to avoid CVE-2024-29415

[0.19.0]

[0.18.0]

[0.17.0]

[0.16.0]

  • Update dependencies.

[0.15.0]

[0.14.1]

[0.14.0]

[0.13.0]

  • Rename to @vscode/proxy-agent.

[0.12.0]

[0.11.0]

[0.10.0]

[0.9.0]

  • Copy and adapt pac-proxy-agent to catch up with latest dependencies and bug fixes.

[0.8.2]

[0.8.0]

  • Align log level constants with VS Code.

[0.7.0]

[0.6.0]

  • Use TypeScript.
  • Move proxy resolution from VS Code here.

[0.5.2]

  • Handle false as the original proxy.
  • Update typings.

[0.5.1]

  • Allow for newer patch versions of dependencies.

[0.5.0]

[0.4.0]

  • Fall back to original agent when provided in options.
  • Add default port to options.

[0.3.0]

  • Forward request and options to resolveProxy.

[0.2.0]

  • Fix missing servername for SNI (#27).

[0.1.0]

  • Initial release