Skip to content

Latest commit

 

History

History
296 lines (157 loc) · 19 KB

CHANGELOG.md

File metadata and controls

296 lines (157 loc) · 19 KB

Changelog

13.0.1 (2024-04-30)

Bug Fixes

  • 66018e3 log errors on retry (@wraithgar)
  • ed73ef5 #288 always catch and emit cache write errors in promise (#288) (@lukekarrys)

Chores

  • 9e1329c #292 fix linting in tests (@lukekarrys)
  • 4756bda #292 postinstall for dependabot template-oss PR (@lukekarrys)
  • 91df666 #292 bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

13.0.0 (2023-08-15)

⚠️ BREAKING CHANGES

  • support for node <=16.13 has been removed

Bug Fixes

Dependencies

12.0.0 (2023-07-27)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed
  • this changes the underlying http agents to those provided by @npmcli/agent. Backwards compatibility should be fully implemented but due to the scope of this change it was made a breaking change out of an abundance of caution.

Features

Bug Fixes

Documentation

Dependencies

11.1.1 (2023-04-27)

Dependencies

  • b04e3c2 #220 bump minipass from 4.2.7 to 5.0.0 (#220)

11.1.0 (2023-04-13)

Features

  • cca9da0 #225 add support for caching additional headers (#225) (@nlf)

11.0.3 (2023-02-02)

Dependencies

11.0.2 (2022-12-07)

Dependencies

11.0.1 (2022-10-17)

Dependencies

11.0.0 (2022-10-13)

⚠️ BREAKING CHANGES

  • this module no longer attempts to change file ownership automatically
  • make-fetch-happen is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • c293053 #177 postinstall for dependabot template-oss PR (@lukekarrys)

Documentation

  • d63de44 #173 document cause argument to onRetry (#173) (@jmpage)

Dependencies

  • 33d972a #184 bump cacache from 16.1.3 to 17.0.0 (#184)

10.2.1 (2022-08-15)

Bug Fixes

10.2.0 (2022-07-19)

Features

10.1.8 (2022-06-20)

Bug Fixes

  • TypeError: SocksProxyAgent is not a constructor (#161) (4ae4864)

10.1.7 (2022-06-01)

Bug Fixes

Dependencies

  • bump socks-proxy-agent from 6.2.1 to 7.0.0 (#158) (63ed403)

10.1.6 (2022-05-27)

Bug Fixes

  • respect given algorithms instead of always using sha512 (#156) (9baa806)

10.1.5 (2022-05-19)

Bug Fixes

  • cache integrity and size events so late listeners still get them (#154) (8c78584)

10.1.4 (2022-05-18)

Bug Fixes

  • docs: remove reference to unsupported feature (#153) (1d454f1), closes #147
  • pass expected integrity to cacache (a88213e)
  • pass integrityEmitter to cacache to avoid a redundant integrity stream (ae62c21)
  • remove in-memory buffering in favor of full time streaming (ec2db21)

10.1.3 (2022-05-09)

Bug Fixes

  • make defaults chaining actually work (#144) (aa71e81)

10.1.2 (2022-04-05)

Dependencies

10.1.1 (2022-03-29)

Bug Fixes

Documentation

  • remove mention of custom cache provider (#136) (a7f1b55)

10.1.0 (2022-03-24)

Features

Dependencies

  • update cacache requirement from ^16.0.0 to ^16.0.1 (#122) (cb3873c)
  • update cacache requirement from ^16.0.1 to ^16.0.2 (#127) (44fe6ce)
  • update lru-cache requirement from ^7.5.1 to ^7.7.1 (#128) (eb6e7b6)

10.0.6 (2022-03-14)

Dependencies

  • bump cacache from 15.3.0 to 16.0.0 (#121) (de032e9)
  • update lru-cache requirement from ^7.4.1 to ^7.4.2 (#115) (a3f4ba9)
  • update lru-cache requirement from ^7.4.2 to ^7.4.4 (#117) (24a7ddd)
  • update lru-cache requirement from ^7.4.4 to ^7.5.0 (#119) (5ef3bb3)
  • update lru-cache requirement from ^7.5.0 to ^7.5.1 (#120) (8c5db07)
  • update minipass-fetch requirement from ^2.0.2 to ^2.0.3 (#114) (bc71014)

10.0.5 (2022-03-07)

Bug Fixes

  • add code property to unsupported proxy url error (#112) (569a613)

Dependencies

  • update lru-cache requirement from ^7.4.0 to ^7.4.1 (#113) (b7f3e28)
  • update minipass-fetch requirement from ^2.0.1 to ^2.0.2 (#109) (4a9892a)

10.0.4 (2022-03-02)

Dependencies

  • bump minipass-fetch from 1.4.1 to 2.0.1 (#108) (0257b63)
  • update agentkeepalive requirement from ^4.2.0 to ^4.2.1 (#102) (0252efc)
  • update lru-cache requirement from ^7.3.1 to ^7.4.0 (#103) (140ff64)

10.0.3 (2022-02-15)

Bug Fixes

  • set agentkeepalive freeSocketTimeout back to 15 seconds (#100) (3371abf)

10.0.2 (2022-02-10)

Dependencies

  • update lru-cache requirement from ^7.3.0 to ^7.3.1 (6ca02ad)

10.0.1 (2022-02-09)

Bug Fixes

  • agent: don't use polynomial regex (61856c6)

Dependencies

  • bump lru-cache from 6.0.0 to 7.0.1 (3e353d2)
  • update agentkeepalive requirement from ^4.1.3 to ^4.2.0 (ed7f983)
  • update cacache requirement from ^15.2.0 to ^15.3.0 (46e0ac4)
  • update lru-cache requirement from ^7.0.1 to ^7.3.0 (e825c2c)
  • update minipass requirement from ^3.1.3 to ^3.1.6 (778c46a)
  • update minipass-fetch requirement from ^1.3.2 to ^1.4.1 (6fabf4c)
  • update socks-proxy-agent requirement from ^6.0.0 to ^6.1.1 (58f3b29)
  • update ssri requirement from ^8.0.0 to ^8.0.1 (5b75b08)

10.0.0 (2022-01-25)

⚠ BREAKING CHANGES

  • this drops support for node10 and non-LTS versions of node12 and node14

Bug Fixes

  • Add year to license (#68) (d0d86eb)
  • compress option and accept/content encoding header edge cases (#65) (f7d1255)
  • move to template-oss (105872f)
  • revert negotiator preload hack (8688f09)
  • strip cookie header on redirect across hostnames (#71) (ec53f27)
  • Update inline license to use @license comment (#67) (f602e06)

dependencies