Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@hyj1991 hyj1991 released this 04 May 08:46
· 49 commits to master since this release
859b9ad

Notable:

  • Drop support for node-v8.x ~ node-v11.x
  • Suppotr node-v18.x
  • Support output worker_threads info
  • Support xprofctl generate_coredump -p <pid>

Commits:

  • [0ddefbf] feat: support generate core by xprofctl
  • [b5c4b58] fix: ensure logger dtor order
  • [3918eff] fix: uninstall gc callbacks at exit
  • [f2c1109] fix: use EnvironmentData::TryGetCurrent in report
  • [74b7090] feat: distinguish log types in different contexts
  • [1c6842b] fix: clang-format failed on darwin
  • [e928c9c] feat: lock-free EnvironmentData::TryGetCurrent
  • [c87754e] feat: perform profiling actions on worker threads
  • [6a3f139] fix: uptime should be measured in seconds
  • [f5ff22b] feat: xctl command list_environments
  • [3c50958] fix: worker_threads uptime
  • [6242c54] feat: logbypass on worker threads
  • [9a59ce8] fix: allow EnvironmentRegistry::Get after at-exit
  • [4a5ed5f] feat: context aware native module
  • [c114f45] feat: environment registry