What this package is like to depend on
Last release 3 days ago
20 Aug 2026
Ships fairly regularly
a new release about every 2 weeks
Rarely documented
notes for 1 of 62 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
109 releases · first in 2021
25 releases in the last 12 months
see the full history below
Release timeline
109 releases · Jul 2021 to Aug 2026Releases
latest 60 of 109-
6.0.0-pre-feccb7323 Oct 2025 pre-releaseNothing published for this version
-
6.0.0-pre-fdd7f2020 Feb 2026 pre-releaseNothing published for this version
-
6.0.0-pre-bebf35b15 May 2024 pre-releaseNothing published for this version
-
6.0.0-pre-bd2fc9d02 Sep 2025 pre-releaseNothing published for this version
-
6.0.0-pre-bb8dcdd22 Oct 2024 pre-releaseNothing published for this version
-
6.0.0-pre-918c1bd13 May 2024 pre-releaseNothing published for this version
-
6.0.0-pre-8ab3b7602 Sep 2025 pre-releaseNothing published for this version
-
6.0.0-pre-83708df01 Apr 2026 pre-releaseNothing published for this version
-
6.0.0-pre-7d7500a18 Jan 2024 pre-releaseNothing published for this version
-
6.0.0-pre-7b9cc3b24 Jan 2025 pre-releaseNothing published for this version
-
6.0.0-pre-784f6f628 Oct 2024 pre-releaseNothing published for this version
-
6.0.0-pre-677bd2f14 May 2024 pre-releaseNothing published for this version
-
6.0.0-pre-3ce3e9504 Aug 2025 pre-releaseNothing published for this version
-
6.0.0-pre-3ad27c610 Jan 2024 pre-releaseNothing published for this version
-
6.0.0-pre-391b56d05 Feb 2024 pre-releaseNothing published for this version
-
6.0.0-pre-368555f23 Jan 2025 pre-releaseNothing published for this version
-
6.0.0-pre-2f6f2f810 Jun 2025 pre-releaseNothing published for this version
-
6.0.0-pre-2dd149e28 Feb 2024 pre-releaseNothing published for this version
-
6.0.0-pre-2cbc15d22 Oct 2024 pre-releaseNothing published for this version
-
5.18.120 Aug 2026Nothing published for this version
-
5.18.012 Aug 2026Commits, not release notes
This project publishes no release notes. Between
v5.17.0andv5.18.0there were 14 commits, 11 of them substantive:- chore: ignore TypeScript major-version bumps in dependabot (#380)
- fix(wall): don't derive PersistentContextPtr from node::ObjectWrap (#385)
- otel-thread-ctx: add ThreadContext.invalidate() to flip valid byte (#383)
- test(worker-threads): reap the spawned child after a timeout (#386)
- add 'emit' column-numbers mode using pprof-format Line.column (#382)
- fix(wall): hold the PCP holder in a Global, not a Persistent (#387)
- fix(heap): don't assume a per-isolate state exists (#384)
- fix(otel-thread-ctx): don't derive CtxWrap from node::ObjectWrap (#388)
- fix(otel-thread-ctx): don't assert a record is valid when growing it (#392)
- Follow up on #388 review comments (#391)
- Group patch and minor Dependabot updates for easier approval/merging (#352)
-
5.17.023 Jul 2026Commits, not release notes
This project publishes no release notes. Between
v5.16.0andv5.17.0there were 15 commits, 8 of them substantive:- fix: opt out of node-gyp on install via gypfile:false (#367)
- [heap] Restore original heap size (#371)
- otel-thread-ctx: address review feedback from #347 (#366)
- otel-thread-ctx: publish V8 + ObjectWrap layout constants for readers (#375)
- test: document webpack source map behaviour for column=0 lookups (#299)
- feat: add columnNumbers option to control frame column encoding (#377)
- fix: scope column packing to frames with a missing source map (#378)
- test(time-profiler): stabilize flaky "should update state" (#362)
-
5.16.003 Jul 2026Commits, not release notes
This project publishes no release notes. Between
v5.15.1andv5.16.0there were 7 commits, 6 of them substantive:- Update CI actions to Node.js 24 versions (#356)
- fix: drop no-op install script that triggers Yarn build warning (#363)
- PROF-14694: Port OTEP-4947 thread-context writer from polarsignals/custom-labels (#347)
- Fix lint CI: install from lockfile (npm ci) instead of lockless yarn (#365)
- Simplify map-get.cc to only handle the regular OrderedHashMap (#361)
- Reconcile package.json with package-lock.json for npm ci
-
5.15.126 Jun 2026Commits, not release notes
This project publishes no release notes. Between
v5.15.0andv5.15.1there were 5 commits, 4 of them substantive:- Align heap sample type names with allocation profiles (#351)
- fix(deps): vuln minor upgrades — 6 packages (minor: 2 · patch: 4) (#353)
- fix(allocations): stop the heap sampling when getting profile (#357)
- fix(wall): don't remove the env cleanup hook from inside itself (#360)
-
5.15.008 Jun 2026Commits, not release notes
This project publishes no release notes. Between
v5.14.4andv5.15.0there were 11 commits, 7 of them substantive:- Add release skill for Claude Code (#309)
- wall profiler: use thread-local for the active profiler (#322)
- wall profiler: track live PCPs via an intrusive list (#341)
- fix(wall): break SIGPROF self-chain in signal handler install (#319)
- fix(wall): use current Dispose signature on StartInternal failure (#345)
- feat: Introducing allocation profiler (#343)
- fix(time-profiler): serialize before clearing the source mapper in stop() (#342)
-
5.14.421 May 2026Release notes
Open source →- Fix release tag push and pin actions by SHA (#335)
The release workflow's tag push was rejected by the tag ruleset because
actions/checkout persisted GITHUB_TOKEN credentials, which took precedence
over the dd-octo-sts token in the explicit push URL. Drop the persisted
credentials and downgrade contents permission to read.Also pin actions/download-artifact and actions/setup-node by commit SHA.
Co-authored-by: Claude Opus 4.7 (1M context) [email protected]
-
Specify node-gyp-build to major v4 (#336)
-
build(deps-dev): bump @types/node from 25.7.0 to 25.9.1 (#333)
Bumps @types/node from 25.7.0 to 25.9.1.
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 25.9.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Attila Szegedi [email protected]- v5.14.4
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: Christoph Hamsen [email protected]
Co-authored-by: Claude Opus 4.7 (1M context) [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Attila Szegedi [email protected]Commits, not release notes
This project publishes no release notes. Between
v5.14.0andv5.14.4there were 9 commits, 5 of them substantive:- use dd-octo-sts for tag creation (#300)
- rename sts release policy file (#304)
- use stop and collect on time profiler (#305)
- V5.14.3 proposal (#334)
- V5.14.4 proposal (#337)
-
5.14.320 May 2026Nothing published for this version
-
5.14.127 Mar 2026Nothing published for this version
-
5.14.018 Mar 2026Commits, not release notes
This project publishes no release notes. Between
v5.13.5andv5.14.0there were 15 commits, 9 of them substantive:- Improve heap profile memory usage by lazily loading js objects (#260)
- Store sampling context in the AsyncContextFrame directly (#255)
- Switch heap profiling to use lazy allocation profile method by default (#281)
- Add timeProfiler.runWithContext (#275)
- Ignore tsconfig auto generated build info file (#290)
- Fix source mapping of zero-column locations (#248)
- Reduce time profiler memory usage with lazy profile tree (#287)
- Rewrite SourceMapper to scan directories with sourceMappingURL support (#292)
- Report missing source maps in profile comments (#298)
-
5.13.510 Mar 2026Commits, not release notes
This project publishes no release notes. Between
v5.13.4andv5.13.5there were 14 commits, 7 of them substantive:- Executing automated changes (#264)
- Update @types/sinon to 21.0.0 (#265)
- DEPENDENCY UPGRADE: patch: @types/node, nan, tmp (#267)
- Eliminate use of delay library (#269)
- Enable dependabot updates (#273)
- Update package-lock.json with results of "npm audit". (#283)
- build(deps): Remove p-limit dependency (#279)
-
5.13.427 Feb 2026Commits, not release notes
This project publishes no release notes. Between
v5.13.3andv5.13.4there were 6 commits, 3 of them substantive:- Add Ilyas to CODEOWNERS (#262)
- Do not reuse PersistentContextPtr instances (#261)
- Moved GC callback registration in StartImpl, to be symmetrical with their deregistration through StopImpl->Dispose. (#271)
-
5.13.305 Feb 2026Nothing published for this version
-
5.13.219 Jan 2026Nothing published for this version
-
5.13.117 Dec 2025Nothing published for this version
-
5.13.016 Dec 2025Nothing published for this version
-
5.12.030 Oct 2025Nothing published for this version
-
5.11.106 Oct 2025Nothing published for this version
-
5.11.002 Oct 2025Nothing published for this version
-
5.10.004 Sep 2025Nothing published for this version
-
5.9.026 Jun 2025Nothing published for this version
-
5.8.212 Jun 2025Nothing published for this version
-
5.8.010 May 2025Nothing published for this version
-
5.7.110 Apr 2025Nothing published for this version
-
5.7.026 Mar 2025Nothing published for this version
-
5.6.017 Mar 2025Nothing published for this version
-
5.5.130 Jan 2025Nothing published for this version
-
5.5.027 Jan 2025Nothing published for this version
-
5.4.123 Oct 2024Nothing published for this version
-
5.4.022 Oct 2024Nothing published for this version
-
5.3.016 May 2024Nothing published for this version
-
5.2.025 Mar 2024Nothing published for this version
-
5.1.005 Mar 2024Nothing published for this version
-
5.0.008 Jan 2024Nothing published for this version
-
5.0.0-pre-d62474805 Jan 2024 pre-releaseNothing published for this version
-
5.0.0-pre-56cf28605 Dec 2023 pre-releaseNothing published for this version
-
5.0.0-pre-39c03d422 Nov 2023 pre-releaseNothing published for this version
-
5.0.0-pre-236fbc921 Nov 2023 pre-releaseNothing published for this version
-
4.1.005 Dec 2023Nothing published for this version
-
4.0.120 Oct 2023Nothing published for this version
-
4.0.026 Sep 2023Nothing published for this version