Releases: getsentry/symbolic
Releases · getsentry/symbolic
12.16.0
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
Fixes
- demangle: Fixed a crash/abort when providing bad input to the swift demangler. (#917)
12.15.4
Fixes
- symcache: Fixed a bug introduced in 12.14.0 that resulted in symbols not being inserted. (#915)
12.15.3
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)
12.14.1
Fixes
- Restore support for older Rust versions and clarify MSRV policy. (#902)
12.14.0
Features
- Expose API to apply access pattern hints to a
ByteView
.(#899).
Fixes
- symcache: Explicitly map "holes" between functions (#897)
12.13.4
Fixes
- Parse
debug_str_offs
section in Mach-O files (#895)
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)