Releases: nodejs/corepack
Releases · nodejs/corepack
v0.27.0
0.27.0 (2024-04-19)
⚠ BREAKING CHANGES
- attempting to download a version from the npm registry (or a mirror) that was published using the now deprecated PGP signature without providing a hash will trigger an error. Users can disable the signature verification using a environment variable.
Features
- separate read and write operations on lastKnownGood.json (#446) (c449adc)
- update package manager versions (#425) (1423190)
- update package manager versions (#462) (56816c2)
- verify integrity signature when downloading from npm registry (#432) (e561dd0)
Bug Fixes
- add path to
package.json
in error message (#456) (32a93ea) - correctly set
Dispatcher
prototype forProxyAgent
(#451) (73d9a1e) - download fewer metadata from npm registry (#436) (082fabf)
- hash check when downloading Yarn Berry from npm (#439) (4672162)
- Incorrect authorization prefix for basic auth, and undocumented env var (#454) (2d63536)
- re-add support for custom registries with auth (#397) (d267753)
v0.26.0
v0.25.2
v0.25.1
v0.25.0
0.25.0 (2024-02-20)
⚠ BREAKING CHANGES
- remove
--all
flag (#351) - remove Node.js 19.x from the range of supported versions (#375)
- use
fetch
(#365) - remove old install folder migration (#373)
- prompt user before downloading software (#360)
Features
- add
corepack cache
command (#363) (f442366) - add support for URL in
"packageManager"
(#359) (4a8ce6d) - bump Known Good Release when downloading new version (#364) (a56c13b)
- prompt user before downloading software (#360) (6b8d87f)
- remove
--all
flag (#351) (d9c70b9) - remove old install folder migration (#373) (54e9510)
- use
fetch
(#365) (fe6a307)