github-actions
released this
05 Sep 17:56
·
85 commits
to refs/heads/main
since this release
What's Changed
- Added support for using
PROCMAP_QUERY
ioctl during address normalization- Added
enable_procmap_query
tonormalize::Normalizer
- Added
is_procmap_query_supported
function tohelper
module
- Added
- Adjusted normalization logic to not fail overall operation on build ID read failure
- Added support for file based symbolization on the Windows operating system
- Improved performance for parsing Breakpad files
- Made sure to not emit "self" component in normalized paths when
map_files
is in use - Fixed potentially invalid reading of debug link checksum when
.gnu_debuglink
section is unaligned - Renamed
enable_maps_caching
method ofnormalize::Normalizer
toenable_vma_caching
- Renamed
UserMeta::{apk,elf,unknown}
methods by prefixing them withas_
New Contributors
- @simpleton made their first contribution in #735
- @michel-slm made their first contribution in #767
Full Changelog: v0.2.0-rc.0...v0.2.0-rc.1