Releases: getsentry/symbolic
Releases · getsentry/symbolic
12.16.2
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
Fixes
- symcache: Fixed a bug in symcache generation for functions without line records. (#930)
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)