Skip to content

Release 35.10.1

Choose a tag to compare

@github-actions github-actions released this 21 Feb 00:36
· 71 commits to main since this release
Immutable release. Only release title and notes can be modified.
35.10.1
3243232
  • 🐞 Pull in batch-cluster v17.3.1: Fixed orphaned child processes after end(). When end() was called (either explicitly or via the beforeExit handler), the synchronous process.on("exit") SIGKILL backstop was removed before async cleanup completed. If the parent process exited before graceful termination finished, child processes survived as orphans. The fix snapshots live PIDs before cleanup begins and keeps the backstop registered until async teardown succeeds.

Commits

  • chore(dependabot): delete (01a87a0)
  • feat: add changelog entry for v35.10.1 with batch-cluster v17.3.1 fix (b621a23)
  • fix: update batch-cluster and typedoc dependencies to latest versions (c209d0f)
  • chore(fmt) (d3590a9)