Skip to content

Releases: getsentry/rust-sourcemap

9.3.2

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 20 Jan 09:28
  • strip_identifier can cause a panic with cjk identifiers by @mznet in #138

9.3.1

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 09 Dec 08:29

9.3.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 04 Dec 10:27

New Features ✨

Build / dependencies / internal 🔧

Other

  • Store SourceView linecache as offsets rather than pointers by @coolreader18 in #133

9.2.2

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 02 Jun 15:19

Various fixes & improvements

  • fix: Correctly interpret missing line/column numbers (#129) by @loewenheim
  • ref: Remove fail macro (#128) by @loewenheim
  • perf: Make adjust_mappings faster by reducing the type size (#124) by @kdy1
  • perf: Optimize flatten() even more (#122) by @kdy1

9.2.1

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 16 May 07:47

Various fixes & improvements

  • perf: Make SourceMapIndex::flatten more efficient (#121) by @kdy1

9.2.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 29 Apr 13:41

Various fixes & improvements

9.1.2

Choose a tag to compare

@getsentry-bot getsentry-bot released this 26 Nov 12:10

Various fixes & improvements

9.1.1

Choose a tag to compare

@getsentry-bot getsentry-bot released this 26 Nov 09:43

Various fixes & improvements

  • Fixed an error when deserializing sourcemaps with
    both "debugId" and "debug_id" keys (#100) by @loewenheim

9.1.0

Choose a tag to compare

@getsentry-bot getsentry-bot released this 13 Nov 11:26

Various fixes & improvements

9.0.1

Choose a tag to compare

@getsentry-bot getsentry-bot released this 06 Nov 16:17

Various fixes and improvements

  • Debug IDs can be read from the "debugId" field in addition to "debug_id" (#97) by @loewenheim.