Skip to content

Releases: getsentry/symbolic

12.13.3

20 Jan 11:35
Compare
Choose a tag to compare

Improvements

  • Check UTF-8 validity memory efficiently (#890)

12.13.2

14 Jan 13:09
Compare
Choose a tag to compare

Fixes

  • Fixed GHA-based Windows builds (#891).

12.13.1

09 Jan 13:11
Compare
Choose a tag to compare
  • Fixed a compilation issue with older GCC compilers. (#886)

12.13.0

09 Jan 12:04
Compare
Choose a tag to compare
  • Update libswift demangle to v6.0.3 (#885)

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)