Releases: getsentry/rust-proguard
Releases · getsentry/rust-proguard
5.9.0
5.8.1
- build: Update dependencies and set MSRV 1.83.0 by @loewenheim in #65
5.8.0
5.7.0
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
unwrapexcept in tests and benches (#58) by @loewenheim
5.6.2
5.6.1
Various fixes & improvements
- feat(cache): Expose current cache version constant (#56) by @loewenheim
5.6.0
Various fixes & improvements
- feat: Handle "synthesized" class/member annotations (#52) by @loewenheim
- ref: Parse ProGuard files smarter (#55) by @loewenheim
- chore: Fix 1.88.0 clippy lints (#53) by @loewenheim
- ref: Robustly parse R8 headers (#50) by @loewenheim
- ref: Remove lazy_static dependency (#51) by @loewenheim
- chore: Clippy (#49) by @loewenheim
- chore: Simplify check (#47) by @loewenheim
- chore(lint): Elided lifetimes (#46) by @jjbayer
- cache: Add creation benchmark (#44) by @loewenheim
5.5.0
Various fixes & improvements
- Commit Cargo.lock (#43) by @loewenheim
- Update edition to 2021 (#43) by @loewenheim
- Don't rename uuid dep (#43) by @loewenheim
- Remove ClassIndex (#43) by @loewenheim
- Use chars (#43) by @loewenheim
- Add module docs (#42) by @loewenheim
- Write vectors at once (#42) by @loewenheim
- Feedback (#42) by @loewenheim
- Abstract out the binary search and use it in remap_method (#42) by @loewenheim
- cache.rs -> cache/mod.rs (#42) by @loewenheim
- Add parsing + mapping benchmarks (#42) by @loewenheim
- Missed something (#42) by @loewenheim
- Use correct name of cache everywhere (#42) by @loewenheim
- Rename error types (#42) by @loewenheim
- debug: use references (#42) by @loewenheim
- Update src/cache/raw.rs (#42) by @loewenheim
- Add cache to parsing benchmark (#42) by @loewenheim
- Remove unwrap in binary search (#42) by @loewenheim
- Remove test I committed by mistake (#42) by @loewenheim
- Typo (#42) by @loewenheim
- Cleanup (#42) by @loewenheim
- Expand test coverage (#42) by @loewenheim
- Add remapping benchmark (#42) by @loewenheim
- Use binary search more aggressively (#42) by @loewenheim
Plus 10 more