Skip to content

v0.6.0

Compare
Choose a tag to compare
@ivanyu ivanyu released this 07 Dec 05:42
· 12 commits to main since this release
9cbc9c0

This release is focused on improvements to the dumper:

  1. The dumper no longer needs GDB to come with the target process (e.g. in a container). The GDB needs to be available only where the dumper itself runs.
  2. The dumper has now an option to run in a Docker container. The image ivanyu/pyheap-dumper will be built with each release.
  3. The dumper binary was renamed to pyheap_dump.
  4. The dumper runs some heuristics to determine if the target process is CPython.

Docker images:

  1. PyHeap UI: ivanyu/pyheap-ui:0.6.0
  2. PyHeap dumper: ivanyu/pyheap-dumper:0.6.0