Skip to content

Releases: blueconic/node-oom-heapdump

Update dependencies

19 Oct 12:23
Compare
Choose a tag to compare

19-10-2023 Paul Rütter

  • 3.0.4
  • Update dependencies

3.0.3: Prefer using IPv4 instead of V6

04 Aug 07:06
59d7985
Compare
Choose a tag to compare
  • Prefer IPv4 (#29)
  • Update dependencies

3.0.2: Update dependencies, add Node18

24 Jul 09:19
Compare
Choose a tag to compare

#27

  • Add Node18, as it's LTS now
  • Upgrade dependencies
  • Release as 3.0.2

3.0.1: Fixed building native artifacts on Windows

10 Feb 12:19
Compare
Choose a tag to compare
  • 3.0.1
  • Fixed building native artifacts on Windows, thanks spmiller! #22

3.0.0: Node 16 support and dropped GC_MONITORING

10 Feb 08:55
Compare
Choose a tag to compare

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

03 Nov 09:08
56e15c5
Compare
Choose a tag to compare

2.0.2

12 Oct 13:27
Compare
Choose a tag to compare

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

02 Aug 21:47
Compare
Choose a tag to compare

Fixed prebuilt path for downloading artifacts.

Adding prebuilt binaries (as major version)

20 Jul 07:48
Compare
Choose a tag to compare

See #13
Republished as 2.0.0, to abide semver.