Releases: getsentry/symbolic
Releases · getsentry/symbolic
10.1.4
Various fixes & improvements
10.1.3
Internal
- Python/CABI bindings will use a tempfile instead of holding
SourceMapCache
in memory. (#711)
10.1.2
Internal
- Updated
goblin
, cpp_demangle
and wasmparser
dependencies. (#709)
10.1.1
Fixed:
- Rebuild C headers for
SourceMapCache
to expose token name
(#704)
10.1.0
Features:
- Add
name
to SourceMapCacheToken
Python bindings (#703)
10.0.0
Features:
- Added an Object type for Portable PDB files. (#696)
- Version 2 of the sourcemapcache format additionally saves the names of source locations. (#698)
9.2.1
Fixes:
- Fixed a bug in Unreal Engine log parsing by updating the
anylog
dependency. (#695)
9.2.0
Features:
- Added a new sub-crate for working with JavaScript SourceMaps:
symbolic-sourcemapcache
. (#688)
- This new sourcemap handling is also exposed via the symbolic Python bindings.
- The new version 8 of the symcache format saves strings slightly more compactly. Reading of version 7 is still supported. (#670)
symbolic-ppdb
incorporated into symbolic
(behind the ppdb
feature flag) (#687)
Internal:
- Use the
watto
library for de/serialization of symcache and ppdbcache. (#670)
9.1.4
Fixes:
- Be more lenient when eagerly parsing DWARF
Abbreviations
. (#685)
9.1.3
Fixes:
- Be stricter about demangling only
_Z
prefixed C++ names. (#681)
- Work around a pathological case in DWARF processing that could lead to slowness and high memory usage (#683)