Skip to content

Releases: getsentry/symbolic

13.2.0

12 Jun 09:49

Choose a tag to compare

Features

  • Add parsing options for object files. (#984)

13.1.1

28 May 14:12

Choose a tag to compare

Features

  • Add support for win arm64 PE unwind codes (#978)

Fixes

  • Disable PE import table parser and be more permissive during parsing. (#964)

13.1.0

19 May 13:12

Choose a tag to compare

Features

  • Updated libswift demangle to v6.3.1. (#980)

13.0.0

04 May 11:14

Choose a tag to compare

Features

  • Extract srcsrv data from PDB for file mapping by @mujajica and @loewenheim.
    This includes a bump of the SymCache format to version 9. (#943)

Dependencies

  • Update several publicly exposed dependencies:
    • gimli: 0.32.3 -> 0.33.0
    • goblin: 0.8.0 -> 0.10.5
    • scroll: 0.12.0 -> 0.13.0
      (#976)

12.18.3

23 Apr 06:52

Choose a tag to compare

Internal Changes 🔧

  • (js) Allow magic comments to appear anywhere by @Dav1dde in #974

12.18.2

20 Apr 11:04

Choose a tag to compare

  • Downgrade cpp_demangle version to 0.4.1. Symbolicator is currently dependent on this. (#972)

12.18.1

17 Apr 11:07

Choose a tag to compare

Improvements

12.18.0

13 Apr 15:00
27acad0

Choose a tag to compare

Improvements

  • symcache: Change internal representation to enable old versions to remain parseable. (#947)
  • feat: Add Unreal4File::into_bytes. (#967)

12.17.4

08 Apr 08:20

Choose a tag to compare

Fixes

  • Revert "Use goblin permissive PE parse-mode". This change breaks API compatibility and should
    not have been released in a patch version. (#966)

Improvements

  • Enable symbolize and CFI by default in examples/minidump_stackwalk, and replace their
    corresponding flags --symbolize and --cfi with --no-symbolize and --no-cfi respectively. (#963)

12.17.3

23 Mar 12:57

Choose a tag to compare

Fixes

  • Use goblin permissive PE parse-mode (#960)
  • DWARF: Correctly detect languages in LTO-compiled binaries (#961)