Releases: npm/make-fetch-happen
Releases · npm/make-fetch-happen
v11.0.2
11.0.2 (2022-12-07)
Dependencies
v11.0.1
11.0.1 (2022-10-17)
Dependencies
v11.0.0
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.1.8
10.1.8 (2022-06-20)
Bug Fixes
- TypeError: SocksProxyAgent is not a constructor (#161) (4ae4864)
v10.1.7
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
10.1.6 (2022-05-27)
Bug Fixes
- respect given algorithms instead of always using sha512 (#156) (9baa806)
v10.1.5
10.1.5 (2022-05-19)
Bug Fixes
- cache integrity and size events so late listeners still get them (#154) (8c78584)
v10.1.4
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)