Skip to content

Releases: getsentry/symbolic

12.16.0

18 Jul 08:35
Compare
Choose a tag to compare

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

02 May 10:02
Compare
Choose a tag to compare

Fixes

  • demangle: Fixed a crash/abort when providing bad input to the swift demangler. (#917)

12.15.4

23 Apr 08:13
Compare
Choose a tag to compare

Fixes

  • symcache: Fixed a bug introduced in 12.14.0 that resulted in symbols not being inserted. (#915)

12.15.3

10 Apr 15:15
Compare
Choose a tag to compare

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

06 Mar 08:46
Compare
Choose a tag to compare

Fixes

  • Restore support for older Rust versions and clarify MSRV policy. (#902)

12.14.0

05 Mar 15:00
Compare
Choose a tag to compare

Features

  • Expose API to apply access pattern hints to a ByteView.(#899).

Fixes

  • symcache: Explicitly map "holes" between functions (#897)

12.13.4

05 Feb 07:53
Compare
Choose a tag to compare

Fixes

  • Parse debug_str_offs section in Mach-O files (#895)

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)