Skip to content

Commit

Permalink
https://github.com/blueconic/node-oom-heapdump/issues/33
Browse files Browse the repository at this point in the history
- 3.2.3 for node 22
  • Loading branch information
paulrutter committed May 16, 2024
1 parent c5fa286 commit b11cd5e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
25-04-2024 Paul Rütter
16-05-2024 Paul Rütter
- 3.2.3
- Release to fix prebuilt binaries for node 22.x

25-04-2024 Paul Rütter
- 3.2.2
- Release to update dependencies

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ Node module which will create a V8 heap snapshot right before an "Out of Memory"

It can also create heapdumps and CPU profiles on request like 'v8-profiler', but does this off-process so it doesn't interfere with execution of the main process.

Tested on Node.js 10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.x and 20.x.
Tested on Node.js 10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.x, 20.x and 22.x.
No support for Node.js < 10.x at the moment in version 3.0.0, use version 2.2.0 for if needed.

Also comes with prebuilt binaries (hosted on Github releases), thanks to Stuart Miller (https://github.com/spmiller).
From 3.1.0, prebuilt binaries are only shipped for Node.js 16.x and upwards.
From 3.2.3, prebuilt binaries are only shipped for Node.js 18.x and upwards.

## Node.js 14.18.x
https://github.com/nodejs/node/pull/33010 landed in Node.js 14.18.0, which makes this module no longer needed for heapdumps on out of memory.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-oom-heapdump",
"version": "3.2.2",
"version": "3.2.3",
"description": "Create a V8 heap snapshot when an \"Out of Memory\" error occurs, or create a heap snapshot or CPU profile on request.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b11cd5e

Please sign in to comment.