Skip to content

Releases: getsentry/symbolic

12.17.2

03 Feb 18:15

Choose a tag to compare

Fixes

  • symcache: Fixed an unsound implementation of Pod (#958)

12.17.1

12 Jan 16:32

Choose a tag to compare

Fixes

  • minidump: Define default .ra rules for PPC and ARM (#949)

12.17.0

17 Nov 13:19

Choose a tag to compare

  • feat(pdb): Extract the srcsrv integration name for metrics (#944)

12.16.3

18 Sep 14:42

Choose a tag to compare

  • feat(elf): Added support for dynamic symbols when DYNAMIC segment is missing. (#935)
  • fix(dwarf): -2 is now an allowed tombstone address in some DWARF sections.
    For details, see gimli-rs/gimli#791. (#937).

12.16.2

12 Aug 08:35

Choose a tag to compare

Fixes

  • sourcemapcache: Tokens are now considered to only extend to the end of the line
    (as intended). This means that some lookups that would previously (incorrectly)
    have returned unminified source positions now return nothing. (#932)

12.16.1

31 Jul 15:07

Choose a tag to compare

Fixes

  • symcache: Fixed a bug in symcache generation for functions without line records. (#930)

12.16.0

18 Jul 08:35

Choose a tag to compare

Features

  • python bindings: Expose SourceMapView.get_source_contents function. (#921)
  • Change the MSRV version to 1.82. (#927)
  • build: switch to Python3.11 for releases builds. (#929)

Fixes

  • sourcemapcache: Don't return unmapped source locations. (#922)

12.15.5

02 May 10:02

Choose a tag to compare

Fixes

  • demangle: Fixed a crash/abort when providing bad input to the swift demangler. (#917)

12.15.4

23 Apr 08:13

Choose a tag to compare

Fixes

  • symcache: Fixed a bug introduced in 12.14.0 that resulted in symbols not being inserted. (#915)

12.15.3

10 Apr 15:15

Choose a tag to compare

Features

  • Allow specifying multiple symbol sources in minidump-stackwalk utility. (#903)
  • Add a subcommand to extract individual files from a unreal crash report to the unreal_engine_crash utility. (#907)

Fixes

  • Do not hallucinate frames when stack walking in minidump-stackwalk utility. (#904)

Improvements

  • Add normalization for paths in FileKey. (#908)