Releases: nodejs/corepack
Releases · nodejs/corepack
v0.30.0
v0.29.4
v0.29.3
v0.29.2
v0.29.1
v0.29.0
v0.28.2
v0.28.1
v0.28.0
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)