This repository was archived by the owner on May 11, 2026. It is now read-only.
v12.0.0-beta.0
Pre-release
Pre-release
What's Changed
Breaking Changes
- This package only supports Node 18 and later.
- The
makeRequestfunction removed the deprecatedmaxTriesoption. UseretryCountinstead.
Other changes
- Refactor archiving to go through single determinstic function by @lencioni in #310
- Avoid passing undefined through to async-retry, remove maxTries option by @lencioni in #306
- Use zlib level 6 when making zip files by @lencioni in #309
- Update lcs-image-diff from v2 to v3 by @lencioni in #311
- Remove string.prototype.matchall dependency by @lencioni in #314
- Update glob v7 to v11 by @lencioni in #319
- Log the time when retrying failed requests by @lencioni in #321
- Update rimraf v3 to v6 and use node fs.rm in commands by @lencioni in #322
- Update pngjs v3 to v7 by @lencioni in #323
- Update https-proxy-agent v5 to v7 by @lencioni in #324
- Dedupe yarn.lock by @lencioni in #315
- Use AbortSignal.timeout instead of AbortController in makeRequest by @lencioni in #305
Full Changelog: v11.0.1...v12.0.0-beta.0