Skip to content

Latest commit

 

History

History
92 lines (52 loc) · 5.48 KB

CHANGELOG.md

File metadata and controls

92 lines (52 loc) · 5.48 KB

Changelog

2.2.2 (2024-04-01)

Bug Fixes

  • 30f7443 #94 set socks proxy socket family (#94) (@lukekarrys)

2.2.1 (2024-02-01)

Bug Fixes

  • 88212cc #92 properly differentiate http and https proxies (#92) (@Torbjorn-Svensson)

Chores

  • 9ffc694 #90 postinstall for dependabot template-oss PR (@lukekarrys)
  • 7243097 #90 bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
  • ee9ea76 #88 postinstall for dependabot template-oss PR (@lukekarrys)
  • e169c95 #88 bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])
  • cfdcf70 #73 move proxy:null to correct test (@lukekarrys)

2.2.0 (2023-10-02)

Features

Bug Fixes

  • d2608ea #59 remove unnecessary utils and cleanup destructuring (@lukekarrys)
  • 4d4b70c #67 set proxy from env vars based on truthiness (@lukekarrys)

2.1.1 (2023-09-08)

Bug Fixes

  • 9937e66 #55 use current agent to determine secure proxy (@lukekarrys)

2.1.0 (2023-08-30)

Features

  • 707bff4 #50 use third party proxy agents (@lukekarrys)

2.0.0 (2023-08-15)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed

Bug Fixes

  • c18b8b3 #47 drop node14 support (@lukekarrys)
  • 5c59b3d #47 use lru-cache named export (@lukekarrys)

Dependencies

  • 6a72624 #47 bump lru-cache from 7.18.3 to 10.0.1

1.1.0 (2023-05-16)

Features

  • 93bdc11 #38 implement getAgent function (#38) (@nlf)
  • 35bad06 #37 implement socks proxy (#37) (@nlf)
  • 471f70b #35 implement the family flag for restricting tcp family (#35) (@nlf)
  • ac89410 #34 implement dns cache (#34) (@nlf)
  • 1f97e18 #30 implement granular timeouts (#30) (@nlf)

Bug Fixes

  • 6eede82 #41 pass parameters into errors so we can attach context to them (#41) (@nlf)

Documentation

1.0.0 (2022-12-08)

⚠️ BREAKING CHANGES

  • @npmcli/agent is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • 0c17ff4 #9 postinstall for dependabot template-oss PR (@lukekarrys)
  • eb1fbfc initial commit (@nlf)

Bug Fixes

  • f06b8ea dont use an agent for the CONNECT request (@nlf)