Skip to content

Latest commit

 

History

History
124 lines (63 loc) · 7.13 KB

CHANGELOG.md

File metadata and controls

124 lines (63 loc) · 7.13 KB

Changelog

3.0.5 (2024-05-04)

Bug Fixes

Chores

  • 52b1ea3 #147 bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
  • 272e06e #138 tests: correctly remove srl files when updating tls fixtures (#138) (@lukekarrys)
  • 250e493 #117 fix tests for node 20 (@lukekarrys)
  • c5d7e43 #147 postinstall for dependabot template-oss PR (@lukekarrys)
  • 765e4f4 #145 bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

3.0.4 (2023-08-14)

Dependencies

3.0.3 (2023-04-26)

Dependencies

  • 7b5c016 #96 bump minipass from 4.2.7 to 5.0.0 (#96)

3.0.2 (2023-04-13)

Bug Fixes

  • 3c40fdc handle invalid redirect header in a response (#100) (@wraithgar, Mohammad macbook)
  • cc962bc Support longer timeouts - Inform http/tls timeout of chosen timeout (@josh-hemphill)

3.0.1 (2022-12-07)

Dependencies

3.0.0 (2022-10-10)

⚠️ BREAKING CHANGES

  • minipass-fetch is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • 144dc38 #74 postinstall for dependabot template-oss PR (@lukekarrys)

2.1.2 (2022-08-22)

Bug Fixes

2.1.1 (2022-08-17)

Bug Fixes

2.1.0 (2022-03-24)

Features

  • expose AbortError directly (ed9d420)

Bug Fixes

  • do not setup the response timeout if the stream has already ended (#53) (0feea3c)

2.0.3 (2022-03-08)

Bug Fixes

  • strip authorization and cookie headers on redirect to new host (#45) (50d919a)

2.0.2 (2022-03-02)

Bug Fixes

  • pass search params as part of path string (#40) (404ad4c)

2.0.1 (2022-03-01)

Bug Fixes

Dependencies

  • update encoding requirement from ^0.1.12 to ^0.1.13 (#34) (65602ff)

2.0.0 (2022-02-24)

⚠ BREAKING CHANGES

  • this removes the (hopefully) unused feature that arbitrary strings are allowed as URLs in the Request constructor. we now require that URLs are valid and absolute.
  • this drops support for node versions older than 12 LTS

Bug Fixes

  • check for existence of unref before calling (05fb45b), closes #13
  • ensure we abort a request that emits error on the response body (#25) (5565cde)
  • implement @npmcli/template-oss (#26) (df5e1d2)
  • use URL constructor instead of url.parse() (#33) (f96f3b1)

Dependencies

  • update minipass requirement from ^3.1.0 to ^3.1.6 (#30) (4ce93e5)
  • update minizlib requirement from ^2.0.0 to ^2.1.2 (#29) (44e8701)