Skip to content

Commit b11cd5e

Browse files
committed
https://github.com/blueconic/node-oom-heapdump/issues/33
- 3.2.3 for node 22
1 parent c5fa286 commit b11cd5e

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
25-04-2024 Paul Rütter
1+
16-05-2024 Paul Rütter
2+
- 3.2.3
3+
- Release to fix prebuilt binaries for node 22.x
4+
5+
25-04-2024 Paul Rütter
26
- 3.2.2
37
- Release to update dependencies
48

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ Node module which will create a V8 heap snapshot right before an "Out of Memory"
55

66
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.
77

8-
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.
8+
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.
99
No support for Node.js < 10.x at the moment in version 3.0.0, use version 2.2.0 for if needed.
1010

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

1415
## Node.js 14.18.x
1516
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.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-oom-heapdump",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "Create a V8 heap snapshot when an \"Out of Memory\" error occurs, or create a heap snapshot or CPU profile on request.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)