v0.26.0
Changelog
Features
- Add check for known kernel issues by @javierhonduco in #2070
- Add support for more Ruby versions by @javierhonduco in #2090
Fixes
- pkg/process: Remove dead code from maps.go by @Sylfrena in #2052
- docs: update kernel minimum requirement by @dreamerlzl in #2063
- pkg/process: Do not overallocate executable maps by @javierhonduco in #2065
- bpf: Fix task identifier usage by to reduce CPU usage and mem usage from O(threads) -> O(procs) @javierhonduco in #2066
- pkg/stack/unwind: Remove unused argument by @javierhonduco in #2076
- Do not produce bad synthetic rows by @javierhonduco in #2080
- Remove redundant unwind rows by @javierhonduco in #2081
- Use 64 bit hash and fix out of bounds access by @javierhonduco in #2102
Testing
- Add support for printing the final BPF tables by @javierhonduco in #2077
Other
New Contributors
- @dreamerlzl made their first contribution in #2063
Full Changelog: v0.25.1...v0.26.0
Docker images
docker pull ghcr.io/parca-dev/parca-agent:v0.28.0
Thanks!
Join our Discord server;
Follow us on Twitter;
Read the documentation.