Releases: blueconic/node-oom-heapdump
Releases · blueconic/node-oom-heapdump
Update dependencies
19-10-2023 Paul Rütter
- 3.0.4
- Update dependencies
3.0.3: Prefer using IPv4 instead of V6
- Prefer IPv4 (#29)
- Update dependencies
3.0.2: Update dependencies, add Node18
- Add Node18, as it's LTS now
- Upgrade dependencies
- Release as 3.0.2
3.0.1: Fixed building native artifacts on Windows
- 3.0.1
- Fixed building native artifacts on Windows, thanks spmiller! #22
3.0.0: Node 16 support and dropped GC_MONITORING
3.0.0
Added Node 16 support (by merging #20, Thanks Simon Abbott!).
This fixes a recursion issue.
Removed "GC_MONITORING" at it relied on gc-stats, which is no longer maintained (and contained security issues)
Updated node-pre-gyp to @mapbox/node-pre-gyp so security issues are mitigated.
npm install node-oom-heapdump@alpha --save
Update dependencies to resolve dependabot issue with 'ini'
Node 14 support
2.0.2
Fix latest published version, was replaced with beta with experimental node14 support.
No changes when compared to 2.0.1.
If you need the experimental node14 version, use https://www.npmjs.com/package/node-oom-heapdump/v/2.1.0-beta.1
Fixed prebuilt binary path
Fixed prebuilt path for downloading artifacts.
Adding prebuilt binaries (as major version)
See #13
Republished as 2.0.0, to abide semver.