Skip to content

Releases: getsentry/symbolic

10.1.2

10 Nov 13:46
Compare
Choose a tag to compare

Internal

  • Updated goblin, cpp_demangle and wasmparser dependencies. (#709)

10.1.1

31 Oct 20:54
Compare
Choose a tag to compare

Fixed:

  • Rebuild C headers for SourceMapCache to expose token name (#704)

10.1.0

31 Oct 14:56
Compare
Choose a tag to compare

Features:

  • Add name to SourceMapCacheToken Python bindings (#703)

10.0.0

17 Oct 21:16
Compare
Choose a tag to compare

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

30 Sep 14:32
Compare
Choose a tag to compare

Fixes:

  • Fixed a bug in Unreal Engine log parsing by updating the anylog dependency. (#695)

9.2.0

28 Sep 09:51
Compare
Choose a tag to compare

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

16 Sep 14:11
Compare
Choose a tag to compare

Fixes:

  • Be more lenient when eagerly parsing DWARF Abbreviations. (#685)

9.1.3

15 Sep 15:58
Compare
Choose a tag to compare

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)

9.1.2

13 Sep 09:51
Compare
Choose a tag to compare

Fixes:

  • Correctly resolve the DW_AT_producer attribute of DWARF files (#676)
  • Improve _sigtramp workaround and explanation (#662)
  • Slightly lower demangling recursion limit (#655)

9.1.1

08 Aug 16:11
Compare
Choose a tag to compare

Fixes:

  • Allow underflows in Windows x64 CFI to allow restoring registers from outside of the current stack frame. (#645)
  • Rework the SymCache Writer for correctness. (#648)
  • Undecorate Windows symbols when writing SymCache. (#649)
  • Correctly use the .debug_addr section needed for DWARF5. (#652)

Internal:

  • Remove outdated and unused il2cpp/usym-related code. (#650)

Thank you:

Features, fixes and improvements in this release have been contributed by: