Skip to content

13.4.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 23 Jun 10:48

Features

  • symbolic-debuginfo: add SourceBundleWriter::write_object_with_filter_and_provider, which builds a source bundle from caller-supplied source content instead of relying on the local filesystem. (#988)

Fixes

  • Fix issue with overflowing section offsets in 64bit Mach-O files. (#985)

Changes

  • Rework WASM API to expose lower level symbolic types. (#992)
  • symbolic-debuginfo: use the C zstd library on wasm32 too (via zstd-sys's wasm-shim), replacing the ruzstd decoder added in #989. One zstd implementation for all targets; ruzstd is no longer a dependency. Building for wasm now requires clang. (#990)