Skip to content

Releases: getsentry/symbolic

10.1.4

22 Nov 10:36
Compare
Choose a tag to compare

Various fixes & improvements

10.1.3

18 Nov 13:14
Compare
Choose a tag to compare

Internal

  • Python/CABI bindings will use a tempfile instead of holding SourceMapCache in memory. (#711)

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)