Skip to content

Version 1.0.6

Compare
Choose a tag to compare
@timandy timandy released this 20 Apr 09:22
· 127 commits to main since this release

Release notes

Bugs

  • Fix fault error when pprof is running.

Features

  • Support more architectures 386, amd64, armv6, armv7, arm64.

Changes

  • Read and write coroutine information through the gohack library, theoretically support unreleased go versions in the future.
  • When runtime.g cannot be obtained natively, panic directly instead of falling back to invoke runtime.Stack() method.
  • Remove api ThreadLocal.Id().

Links