Features
- Add upload functionality for size analysis (#915)
- Add VCS info extension for build uploads with customizable version control metadata (#969)
- Include version in logs if auto install refuses to install a dependency (#979)
- Auto install Spring Boot 4 (
sentry-spring-boot-4
) and Spring 7 (sentry-spring-7
) modules (#980)
Fixes
- Enable caching for BundleSourcesTask (#894
- Add support for Kotlin 2.2.0 for Sentry Kotlin Compiler Plugin (#944)
- Sentry dependencies intended for Spring Boot 3 / Spring 6 will no longer be installed for Spring Boot 4 / Spring 7 (#980)
- Allow lazily configured version details for ProGuard mappings (#974)
Breaking Changes
- Drop support for Android Gradle Plugin 7.3.X and below. To continue to use 7.3.X and below use Sentry Android Gradle Plugin 5.7.0. (#911)
- Minimum supported Kotlin language version is now 1.8 (#935)
Internal
- Add Google Truth for easier to debug assertions in tests (#920)
- Generate AGP/Gradle compatibility matrix dynamically (#873)