Releases: nodejs/node-core-utils
Releases · nodejs/node-core-utils
v4.0.0
4.0.0 (2023-09-24)
⚠ BREAKING CHANGES
- drop support for Node.js 16.x,17.x and 19.x.
- git-node: Old README format is no longer supported
- switch to
@node-core
scope (#700) - remove unmarked DEP0XXX handler (#685)
Bug Fixes
- backport: add missing space in prompt (#736) (17ee594)
- git-node: update README parser to account the recent TSC changes (#688) (7382454)
Miscellaneous Chores
v3.5.0
v3.4.2
v3.4.1
v3.4.0
v3.3.0
v3.2.1
v3.2.0
v3.1.0
v3.0.0
3.0.0 (2023-03-08)
⚠ BREAKING CHANGES
- Node.js 14.x is no longer supported.
Features
Bug Fixes
- do not run
git cherry-pick --abort
on failure (#671) (1e6f5d3) - switch to undici for requests to fix stream close errors (#666) (f759e7a)
- treat
fast-track
with not enough approvals as non-fatal (#676) (b324c99) - use correct V8 tag for major updates (#675) (ebcf18e)
- wpt: remove stale fixtures before pulling fresh ones (#679) (b78efc5)