From 3ac9bea1fa38e588e699b865c67b724a67aeda45 Mon Sep 17 00:00:00 2001 From: joyeecheung Date: Mon, 13 Oct 2025 11:53:52 +0000 Subject: [PATCH 1/4] v24.10 releast post --- records/new/new.json | 5 +++++ records/new/rich.txt | 1 + 2 files changed, 6 insertions(+) create mode 100644 records/new/new.json create mode 100644 records/new/rich.txt diff --git a/records/new/new.json b/records/new/new.json new file mode 100644 index 0000000..b343890 --- /dev/null +++ b/records/new/new.json @@ -0,0 +1,5 @@ +{ + "action": "post", + "account": "NODEJS_ORG", + "richTextFile": "./rich.txt" +} diff --git a/records/new/rich.txt b/records/new/rich.txt new file mode 100644 index 0000000..eea5249 --- /dev/null +++ b/records/new/rich.txt @@ -0,0 +1 @@ +Node.js v24.10.0 is out. * Per-stream inspectOptions support in console * Removal of util.getCallSite (in favour of util.getCallSites) * Upgraded OpenSSL to 3.5.4 and npm to 11.6.1 * Various src and benchmark optimizations Changelog and downloads: \ No newline at end of file From 07f25ce09d26b8e9c99a687ba7bb6b1383cc5b36 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Mon, 13 Oct 2025 13:54:36 +0200 Subject: [PATCH 2/4] Update rich.txt with Node.js v24.10.0 release notes Added detailed release notes for Node.js v24.10.0. --- records/new/rich.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/records/new/rich.txt b/records/new/rich.txt index eea5249..2458817 100644 --- a/records/new/rich.txt +++ b/records/new/rich.txt @@ -1 +1,8 @@ -Node.js v24.10.0 is out. * Per-stream inspectOptions support in console * Removal of util.getCallSite (in favour of util.getCallSites) * Upgraded OpenSSL to 3.5.4 and npm to 11.6.1 * Various src and benchmark optimizations Changelog and downloads: \ No newline at end of file +Node.js v24.10.0 is out. + +* Per-stream inspectOptions support in console +* Removal of util.getCallSite (in favour of util.getCallSites) +* Upgraded OpenSSL to 3.5.4 and npm to 11.6.1 +* Various src and benchmark optimizations + +Changelog and downloads: https://github.com/nodejs/node/releases/tag/v24.10.0 From c613a7cf3822806dcc5b79f9b4432ee80b749123 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Mon, 13 Oct 2025 15:42:32 +0200 Subject: [PATCH 3/4] shorten the text --- records/new/rich.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/records/new/rich.txt b/records/new/rich.txt index 2458817..d612774 100644 --- a/records/new/rich.txt +++ b/records/new/rich.txt @@ -5,4 +5,4 @@ Node.js v24.10.0 is out. * Upgraded OpenSSL to 3.5.4 and npm to 11.6.1 * Various src and benchmark optimizations -Changelog and downloads: https://github.com/nodejs/node/releases/tag/v24.10.0 +https://github.com/nodejs/node/releases/tag/v24.10.0 From ff533d854aec2e0cfe6f33a7d3fc4784fe4773fe Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Mon, 13 Oct 2025 15:43:45 +0200 Subject: [PATCH 4/4] Fix link to Node.js v24.10.0 release notes Updated the link to the Node.js release notes. --- records/new/rich.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/records/new/rich.txt b/records/new/rich.txt index d612774..2456b23 100644 --- a/records/new/rich.txt +++ b/records/new/rich.txt @@ -5,4 +5,4 @@ Node.js v24.10.0 is out. * Upgraded OpenSSL to 3.5.4 and npm to 11.6.1 * Various src and benchmark optimizations -https://github.com/nodejs/node/releases/tag/v24.10.0 +https://nodejs.org/en/blog/release/v24.10.0