Skip to content

Releases: npm/make-fetch-happen

v11.0.0

13 Oct 20:14
db8f03c
Compare
Choose a tag to compare

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

Documentation

Dependencies

v10.2.1

15 Aug 20:37
ea71110
Compare
Choose a tag to compare

10.2.1 (2022-08-15)

Bug Fixes

v10.2.0

19 Jul 18:13
ee20fc2
Compare
Choose a tag to compare

10.2.0 (2022-07-19)

Features

v10.1.8

20 Jun 14:12
27f3e2a
Compare
Choose a tag to compare

10.1.8 (2022-06-20)

Bug Fixes

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

v10.1.7

02 Jun 17:14
e42eb5d
Compare
Choose a tag to compare

10.1.7 (2022-06-01)

Bug Fixes

Dependencies

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

v10.1.6

27 May 19:31
99f44e0
Compare
Choose a tag to compare

10.1.6 (2022-05-27)

Bug Fixes

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

v10.1.5

19 May 17:59
c5251f3
Compare
Choose a tag to compare

10.1.5 (2022-05-19)

Bug Fixes

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

v10.1.4

18 May 17:08
c5b8c79
Compare
Choose a tag to compare

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)

v10.1.3

09 May 14:14
06cee12
Compare
Choose a tag to compare

10.1.3 (2022-05-09)

Bug Fixes

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

v10.1.2

05 Apr 16:56
dad72c0
Compare
Choose a tag to compare

10.1.2 (2022-04-05)

Dependencies