Releases: getsentry/symbolic
Releases · getsentry/symbolic
12.13.3
Improvements
- Check UTF-8 validity memory efficiently (#890)
12.13.2
Fixes
- Fixed GHA-based Windows builds (#891).
12.13.1
- Fixed a compilation issue with older GCC compilers. (#886)
12.13.0
- Update libswift demangle to v6.0.3 (#885)
12.12.4
Fixes
- symcache: Fixed a bug related to to inlinee resolution during symcache conversion. (#883)
12.12.3
Fixes
- js: Prefer
"debug_id"
for sourcemap debug IDs. (#878).
12.12.2
Fixes
- js: Fixed an error when reading debug IDs from sourcemaps with
both "debugId"
and "debug_id"
keys (#877).
12.12.1
Features:
- feat(js): Sourcemap debug IDs can now be read from the
"debugId"
field in addition to
"debug_id"
(#870).
12.12.0
Various fixes & improvements
12.11.1
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)