Skip to content

v0.2.0-rc.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 17:56
· 13 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 to normalize::Normalizer
    • Added is_procmap_query_supported function to helper module
  • 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 of normalize::Normalizer to enable_vma_caching
  • Renamed UserMeta::{apk,elf,unknown} methods by prefixing them with as_

New Contributors

Full Changelog: v0.2.0-rc.0...v0.2.0-rc.1