Skip to content

Releases: getsentry/symbolic

12.11.1

17 Sep 15:03
Compare
Choose a tag to compare

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

04 Sep 12:27
Compare
Choose a tag to compare
  • Add callback to symbolic::debuginfo::sourcebundle::SourceBundleWriter which handles files skipped while writing to the source bundle. (#864)

12.10.1

28 Aug 12:47
Compare
Choose a tag to compare
  • Skip invalid sources (#861)

12.10.0

24 Jul 10:40
Compare
Choose a tag to compare

Features

  • Support for DWARFv5 embedded source code extension (#849)
  • Updated wasmparser dependency to 0.214.0 (#849)

12.9.2

07 Jun 11:54
Compare
Choose a tag to compare
  • Downgrade and pin zip to fix SourceBundles with >64k files (#846)

12.9.1

04 Jun 09:41
Compare
Choose a tag to compare

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

01 Dec 07:50
Compare
Choose a tag to compare

Internal

Fixes

Features

  • Make mapping by params initialization optional (#823)

12.7.1

29 Nov 13:08
Compare
Choose a tag to compare

Internal

  • Update crate dependencies, in particular gimli to fix performance/OOM problems related to duplicated abbreviations (#822)

12.7.0

17 Nov 14:12
Compare
Choose a tag to compare

Various fixes & improvements

12.6.0

14 Nov 09:08
Compare
Choose a tag to compare

Various fixes & improvements

  • ref: refactor rust bindings to support optional parameters for StackFrame (#820) by @viglia