Skip to content

Releases: getsentry/symbolic

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)

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)