v0.6.0
This release is focused on improvements to the dumper:
- 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.
- The dumper has now an option to run in a Docker container. The image
ivanyu/pyheap-dumper
will be built with each release. - The dumper binary was renamed to
pyheap_dump
. - The dumper runs some heuristics to determine if the target process is CPython.
Docker images:
- PyHeap UI:
ivanyu/pyheap-ui:0.6.0
- PyHeap dumper:
ivanyu/pyheap-dumper:0.6.0