Skip to content

Latest commit

 

History

History
352 lines (177 loc) · 21.9 KB

CHANGELOG.md

File metadata and controls

352 lines (177 loc) · 21.9 KB

Changelog

3.4.1 (2023-09-12)

Bug Fixes

3.4.0 (2023-09-04)

Features

Bug Fixes

3.3.0 (2023-07-13)

Features

3.2.1 (2023-07-04)

Bug Fixes

  • enforce markdown when generating changelog (#711) (80b9550)
  • update changelog list when preparing release (#712) (418f194)

3.2.0 (2023-06-26)

Features

  • git-node: add support for amend! commits (#710) (d8ae7c7)

Bug Fixes

  • git-node: properly terminate pr landing sessions (#708) (015bf20)

3.1.0 (2023-06-12)

Features

  • git-node: add support for the --gpg-sign git flag (#684) (92d621e)
  • land: allow empty commits with fixupAll (#681) (e0d6d0d)

Bug Fixes

  • accurately define ncu-ci report condition (#697) (02a9163)
  • pr_checker: do not count non-approving reviews (#680) (b9c443b)
  • update maintaining-dependencies.md on major v8 update (#699) (a8b1812)
  • use correct V8 tag for minor updates (#695) (cf03df4)

3.0.0 (2023-03-08)

⚠ BREAKING CHANGES

  • Node.js 14.x is no longer supported.

Features

  • ignore .md files when do requiresJenkinsRun check (#641) (62f266f)

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)

2.1.3 (2022-12-06)

Bug Fixes

  • cli: handle spinning states (51a3b24)

2.1.2 (2022-11-22)

Bug Fixes

  • use case-insensitive string comparison for fast-track approvals (#658) (8ad4b37)
  • v8: add ittapi as V8 dependency (#552) (20713c0)

2.1.1 (2022-10-27)

Bug Fixes

2.1.0 (2022-10-22)

Features

Bug Fixes

  • only parse commit messages during git node backport analysis (#651) (4e59a64)

2.0.1 (2022-07-31)

Bug Fixes

  • add a specific error message for the commit queue (#645) (3d6ece6)
  • parse ci failure error (#640) (0d49eda)
  • respect existing trailers in commit messages (#632) (f442797)

2.0.0 (2022-06-22)

⚠ BREAKING CHANGES

  • ci: Removed support for Node.js 12 and 17.

Bug Fixes

Miscellaneous Chores

  • ci: test on supported Node.js versions (40a1ee2)

1.31.4 (2022-04-25)

Bug Fixes

  • add trailing line feed to formatted JSON (#623) (1bcc72b)
  • check last fast-track request comment (#606) (19ddfb6)
  • config: add file path to error message when parsing fails (#608) (7c73862)
  • use res.arrayBuffer() instead of res.buffer() (#624) (03b4b70)

1.31.3 (2022-04-19)

Bug Fixes

1.31.2 (2022-04-08)

Bug Fixes

  • correct username and token validation (64a977c)
  • update permitted GitHub token characters (dc3d3ef)

1.31.1 (2022-03-17)

Bug Fixes

  • comply with markdown style guidelines (13d7b2d)

1.31.0 (2021-12-21)

Features

Bug Fixes

  • allow pending dependabot checks in PR checker (829c68d)
  • fetch first 100 check suites in PR checker (e98d72e)

1.30.1 (2021-11-17)

Bug Fixes

  • deps: revert to node-fetch (#595) (e475060)
  • fixupAll flag should take precedence over autorebase (#593) (b62fe29)

1.30.0 (2021-11-08)

Features

  • land: avoid landing on the wrong default branch (#586) (48d4641)
  • spawn the user's editor to edit commit messages (811de87)
  • suggest gh pr commands to finish landing (#583) (25b452d)

Bug Fixes

  • add missing new line in changelog (#591) (e7a95a4)
  • display the correct amount of remaining time for fast-tracked PRs (#581) (f28ec2d)
  • update detection of changelog links (#587) (4cd1beb)
  • use COMMIT_EDITMSG file name to edit commits (2a23e37)

1.29.1 (2021-10-31)

Bug Fixes

1.29.0 (2021-10-28)

Features

  • cli: prompt user when landing PR with several commits (#572) (89925c3)

Bug Fixes

  • update detection of changelog links (#573) (44c6fc8)
  • update detection of changelog links (take 2) (#575) (e66ba17)
  • update for recent changelog format change (#576) (8f1fa9c)
  • update proxy-agent to 5.0.0 (#570) (3091f99)

1.28.2 (2021-10-04)

Bug Fixes

  • update-v8: remove abseil-cpp from V8 dependencies (#567) (8ccf184)

1.28.1 (2021-09-25)

Bug Fixes

  • update-v8: add abseil-cpp as a V8 dependency (#565) (96d46ab)

1.28.0 (2021-09-20)

⚠ BREAKING CHANGES

  • ci: Removed support for Node.js 10 and 15.

Features

Bug Fixes

Miscellaneous Chores

  • ci: test on supported Node.js versions (dafcdd6)
  • release 1.28.0 (0044734)

1.27.2 (2021-07-03)

Bug Fixes

  • update-v8: force-add all files after cloning V8 (#549) (f23ff61)

1.27.1 (2021-06-10)

Bug Fixes

  • pr-checker: shouldn't fail on SKIPPED (a578cd7)

1.27.0 (2021-02-26)

Features

  • update CI requirements for landing pull requests (#533) (ad3c76b)

Bug Fixes

  • wpt: download files as buffer instead of text (#535) (d6fad2a)
  • wpt: order version keys alphabetically (#536) (308982b)

1.26.0 (2021-02-08)

Features

  • automate creation of the first LTS release (#514) (53e68b4)
  • make --checkCI optionable for git-node-land (#528) (b0be3dd)

Bug Fixes

  • accommodate case changes in README header (e8ef932)
  • fetch most recent 100 commits (#520) (3c862d1)
  • throw on missing info during release prep (#519) (223d075)
  • v8: correct order of ternary (#513) (6dab341)
  • undefined failures & JSON error (2c0cf83)

1.25.0 (2020-09-29)

Features

  • allow to fixup everything into first commit with fixupAll (4ad4a58)
  • support NCU_VERBOSITY=debug environment variable (4f84166)

Bug Fixes

1.24.0 (2020-08-21)

Features

  • check Actions and handle doc-only changes (855f1d4)
  • implement autorebase for PRs with multiple commits (17ea885)
  • make lint check opt-in (b567c1e)
  • git-node: add git-node status (ebc8fb2)

Bug Fixes