Skip to content

Releases: getsentry/rust-proguard

5.9.0

18 Dec 14:19

Choose a tag to compare

New Features ✨

R8

  • feat(r8): Support rewriteFrames annotation in ProguardCache by @romtsn in #67
  • feat(r8): Support rewriteFrames annotation in ProguardMapper by @romtsn in #66

Bug Fixes 🐛

  • fix: Correctly remap entries with 0 line info by @romtsn in #68

5.8.1

01 Dec 09:46

Choose a tag to compare

  • build: Update dependencies and set MSRV 1.83.0 by @loewenheim in #65

5.8.0

27 Nov 09:04

Choose a tag to compare

  • feat(outline): Expose is_outline and prepare_frame_for_mapping by @romtsn in #64

5.7.0

10 Nov 15:22

Choose a tag to compare

Various fixes & improvements

  • feat(r8): Support outline and outlineCallsite annotations in ProguardCache (#62) by @romtsn
  • feat(r8): Support outline and outlineCallsite annotations in ProguardMapping (#60) by @romtsn
  • build: Fix new compiler warnings (#61) by @romtsn
  • ref: Forbid unwrap except in tests and benches (#58) by @loewenheim

5.6.2

17 Jul 16:21

Choose a tag to compare

Various fixes & improvements

  • fix(r8): Handle invalid headers gracefully (#57) by @Dav1dde

5.6.1

17 Jul 11:26

Choose a tag to compare

Various fixes & improvements

  • feat(cache): Expose current cache version constant (#56) by @loewenheim

5.6.0

14 Jul 14:54

Choose a tag to compare

Various fixes & improvements

5.5.0

03 Jul 14:34

Choose a tag to compare

Various fixes & improvements

Plus 10 more

5.4.1

04 Apr 13:05

Choose a tag to compare

Various fixes & improvements

5.4.0

30 Nov 13:49

Choose a tag to compare

Various fixes & improvements

  • enhance: make mapping by params initialization optional (#34) by @viglia
  • Clear unique_methods per class (#33) by @Swatinem