Skip to content

Latest commit

 

History

History
74 lines (41 loc) · 2.5 KB

File metadata and controls

74 lines (41 loc) · 2.5 KB

Changelog

0.5.0

New Features ✨

  • Support Node v26 by @timfish in #38

Internal Changes 🔧

  • Remove changelog-preview.yml by @chargome in #37

0.4.1

Bug Fixes 🐛

  • Deadlock under load by @timfish in #36

0.4.0

New Features ✨

  • Support V8 v14 by @timfish in #32

Bug Fixes 🐛

  • (security) Replace execSync with execFileSync to prevent command injection by @fix-it-felix-sentry in #30

Internal Changes 🔧

Release

  • Fix changelog-preview permissions by @BYK in #29
  • Bump Craft version to fix issues by @BYK in #27
  • Switch from action-prepare-release to Craft by @BYK in #25

Other

  • Update Craft version by @timfish in #34
  • Enable Craft auto changelog by @timfish in #33
  • Pin GitHub Actions to full-length commit SHAs by @joshuarli in #31
  • Use pull_request_target for changelog preview by @BYK in #28
  • macos-13 deprecation by @timfish in #26

0.3.0

  • feat: Capture thread state from AsyncLocalStorage store (#24)

0.2.3

  • fix: Failing install script (#22)

0.2.2

  • fix: when tracking threads, use a monotonic clock that ignores system suspension (#14)
  • ci: Build Linux in container for wider glibc support (#15)

Thanks to @matthew-nicholson-anrok for their contribution!

0.2.1

  • fix: Correct the Electron warning log message

0.2.0

  • feat: Allow disabling of watchdog tracking per thread (#11)

0.1.1

  • meta: Improve README.md, package.json metadata and add LICENSE (#10)

0.1.0

Initial release