Skip to content

Releases: getsentry/symbolic

12.12.4

18 Dec 13:36
Compare
Choose a tag to compare

Fixes

  • symcache: Fixed a bug related to to inlinee resolution during symcache conversion. (#883)

12.12.3

26 Nov 12:15
Compare
Choose a tag to compare

Fixes

  • js: Prefer "debug_id" for sourcemap debug IDs. (#878).

12.12.2

26 Nov 09:55
Compare
Choose a tag to compare

Fixes

  • js: Fixed an error when reading debug IDs from sourcemaps with
    both "debugId" and "debug_id" keys (#877).

12.12.1

07 Nov 10:30
Compare
Choose a tag to compare

Features:

  • feat(js): Sourcemap debug IDs can now be read from the "debugId" field in addition to
    "debug_id" (#870).

12.12.0

01 Oct 10:35
Compare
Choose a tag to compare

Various fixes & improvements

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)