-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
feat(blog): create post for 24.11.1 #8350
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR creates a blog post announcing the Node.js v24.11.1 (LTS) release, addressing a known issue with Buffer.allocUnsafe that was identified in v24.11.0.
- Adds release blog post for Node.js v24.11.1 (LTS)
- Documents the fix for
Buffer.allocUnsafeincorrectly zero-filling buffers - Includes complete commit history, download links, and SHA checksums
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8350 +/- ##
==========================================
+ Coverage 76.72% 76.75% +0.03%
==========================================
Files 118 118
Lines 9822 9822
Branches 336 335 -1
==========================================
+ Hits 7536 7539 +3
+ Misses 2284 2281 -3
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Creates a new blog post for 24.11.1
Check this workflow's logs at https://github.com/nodejs/nodejs.org/actions/runs/19280377777.