Releases: getsentry/symbolic
Releases Β· getsentry/symbolic
12.12.1
Features:
- feat(js): Sourcemap debug IDs can now be read from the
"debugId"
field in addition to
"debug_id"
(#870).
12.12.0
Various fixes & improvements
12.11.1
Fixes
- symbolic-cfi: Skip invalid FDEs when converting DWARF to Breakpad CFI (#868)
Internal:
- Removed
dmsort
dependency and replaced uses with stable std sorts. (#869)
12.11.0
- Add callback to
symbolic::debuginfo::sourcebundle::SourceBundleWriter
which handles files skipped while writing to the source bundle. (#864)
12.10.1
- Skip invalid sources (#861)
12.10.0
Features
- Support for DWARFv5 embedded source code extension (#849)
- Updated wasmparser dependency to 0.214.0 (#849)
12.9.2
- Downgrade and pin
zip
to fix SourceBundles with >64k files (#846)
12.9.1
Features
- Add support for reading
zstd
compressed ELF debug section (#843)
Fixes
- sourcebundles: Only valid UTF-8 files can be written into sourcebundles (#816)
- Fix an issue when extracting the name of the debug file from a PE object (#825)
Internal
- Update tokio to latest version (#833)
- Fix infinite recursion caused by indirect self-references when resolving function names (#836)
- Switch to workspace dependencies (#841)
12.8.0
Internal
Fixes
Features
- Make mapping by params initialization optional (#823)
12.7.1
Internal
- Update crate dependencies, in particular
gimli
to fix performance/OOM problems related to duplicated abbreviations (#822)