-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v22.11.0 proposal #55504
v22.11.0 proposal #55504
Conversation
Notable changes: This release marks the transition of Node.js 22.x into Long Term Support (LTS) with the codename 'Jod'. The 22.x release line now moves into "Active LTS" and will remain so until October 2025. After that time, it will move into "Maintenance" until end of life in April 2027. Other than updating metadata, such as the `process.release` object, to reflect that the release is LTS, no further changes from Node.js 22.10.0 are included. PR-URL: #55504
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
The two coverage workflows were failing for the same reason (below threshold) as 22.10.0 (afe4bc6) and 22.9.0 (4631be0). The "without intl" coverage workflow failed for 22.8.0 (78ee90e) also due to failing to meet the threshold (although for that release the other (i.e. with intl) coverage workflow passed). |
This comment was marked as outdated.
This comment was marked as outdated.
CI: https://ci.nodejs.org/job/node-test-pull-request/63271/ CITGM (this proposal): https://ci.nodejs.org/job/citgm-smoker/3495/ ncu-ci citgm 3496 3495$ ncu-ci citgm 3496 3495
--------------------------------------------------------------------------------
[1/1] Running CITGM: 3496
--------------------------------------------------------------------------------
✔ Summary data downloaded
✔ Results data downloaded
✔ Summary data downloaded
✔ Results data downloaded
----------------------------------- Summary ------------------------------------
Result FAILURE
URL https://ci.nodejs.org/job/citgm-smoker/3496/
Source https://api.github.com/repos/nodejs/node/git/refs/tags/v22.10.0
Commit [afe4bc668d4d] 2024-10-16, Version 22.10.0 (Current)
Date 2024-10-16 16:11:47 +0200
Author Antoine du Hamel <duhamelantoine1995@gmail.com>
----------------------------------- Summary ------------------------------------
Result FAILURE
URL https://ci.nodejs.org/job/citgm-smoker/3495/
Source https://api.github.com/repos/nodejs/node/git/refs/heads/v22.11.0-proposal
Commit [4e0f2773ff94] 2024-10-29, Version 22.11.0 'Jod' (LTS)
Date 2024-10-23 16:53:25 +0000
Author Richard Lau <rlau@redhat.com>
----------------------------------- Results ------------------------------------
FAILURE: 4 failures in 3495 not present in 3496
┌────────────────────────┬───────────────────────┐
│ (index) │ 0 │
├────────────────────────┼───────────────────────┤
│ win-vs2022 │ 'pino-v9.5.0' │
│ rhel8-ppc64le │ │
│ fedora-latest-x64 │ '@yarnpkg/cli-v4.5.1' │
│ debian11-x64 │ │
│ alpine-latest-x64 │ │
│ debian12-x64 │ │
│ fedora-last-latest-x64 │ │
│ osx11-x64 │ │
│ rhel8-x64 │ 'pino-v9.5.0' │
│ rhel8-s390x │ 'sqlite3-v5.1.7' │
│ osx11 │ │
│ aix72-ppc64 │ │
│ ubuntu2204-64 │ │
└────────────────────────┴───────────────────────┘
$ Release build with 4e0f277: https://ci-release.nodejs.org/job/iojs+release/10568/ |
Notable changes: This release marks the transition of Node.js 22.x into Long Term Support (LTS) with the codename 'Jod'. The 22.x release line now moves into "Active LTS" and will remain so until October 2025. After that time, it will move into "Maintenance" until end of life in April 2027. Other than updating metadata, such as the `process.release` object, to reflect that the release is LTS, no further changes from Node.js 22.10.0 are included. PR-URL: #55504
Notable changes: This release marks the transition of Node.js 22.x into Long Term Support (LTS) with the codename 'Jod'. The 22.x release line now moves into "Active LTS" and will remain so until October 2025. After that time, it will move into "Maintenance" until end of life in April 2027. Other than updating metadata, such as the `process.release` object, to reflect that the release is LTS, no further changes from Node.js 22.10.0 are included. PR-URL: nodejs#55504
Notable changes: This release marks the transition of Node.js 22.x into Long Term Support (LTS) with the codename 'Jod'. The 22.x release line now moves into "Active LTS" and will remain so until October 2025. After that time, it will move into "Maintenance" until end of life in April 2027. Other than updating metadata, such as the `process.release` object, to reflect that the release is LTS, no further changes from Node.js 22.10.0 are included. PR-URL: nodejs#55504
Notable changes: This release marks the transition of Node.js 22.x into Long Term Support (LTS) with the codename 'Jod'. The 22.x release line now moves into "Active LTS" and will remain so until October 2025. After that time, it will move into "Maintenance" until end of life in April 2027. Other than updating metadata, such as the `process.release` object, to reflect that the release is LTS, no further changes from Node.js 22.10.0 are included. PR-URL: nodejs#55504
2024-10-29, Version 22.11.0 'Jod' (LTS), @richardlau
Notable Changes
This release marks the transition of Node.js 22.x into Long Term Support (LTS)
with the codename 'Jod'. The 22.x release line now moves into "Active LTS"
and will remain so until October 2025. After that time, it will move into
"Maintenance" until end of life in April 2027.
Other than updating metadata, such as the
process.release
object, to reflectthat the release is LTS, no further changes from Node.js 22.10.0 are included.
OpenSSL 3.x
Official binaries for Node.js 22.x currently include OpenSSL 3.0.x (more
specifically, the quictls OpenSSL fork).
OpenSSL 3.0.x is the currently designated long term support version that is
scheduled to be supported until 7th September 2026, which is within the expected
lifetime of Node.js 22.x. We are expecting upstream OpenSSL to announce a
successor long term support version prior to that date and since OpenSSL now
follows a semantic versioning-like versioning scheme we expect to be able to
update to the next long term supported version of OpenSSL during the lifetime of
Node.js 22.x.
Related tasks: