Releases: getsentry/sentry-java
Releases · getsentry/sentry-java
3.0.0-beta.1
What’s Changed
- feat: ssl support (#944) @ninekaw9 @marandaneto
- feat: sync Java to C (#937) @bruno-garcia @marandaneto
- feat: Auto-configure Logback appender in Spring Boot integration. (#938) @maciejwalkowiak
- feat: Add Servlet integration. (#935) @maciejwalkowiak
- fix: Pop scope at the end of the request in Spring integration. (#936) @maciejwalkowiak
- bump: Upgrade Spring Boot to 2.3.4. (#932) @maciejwalkowiak
- fix: Do not set cookies when send pii is set to false. (#931) @maciejwalkowiak
Packages were released on bintray sentry-java
, bintray sentry-android
, jcenter
and mavenCentral
We'd love to get feedback.
3.0.0-alpha.3
What’s Changed
- Bump sentry-native to 0.4.2 (#926) @marandaneto
- feat: enable attach stack traces and disable attach threads by default (#921) @marandaneto
- fix: read sample rate correctly from manifest meta data (#923) @marandaneto
- ref: remove log level as RN do not use it anymore (#924) @marandaneto
Packages were released on bintray sentry-android
and bintray sentry-java
We'd love to get feedback.
3.0.0-alpha.2
TBD
Packages were released on bintray
Note: This release marks the unification of the Java and Android Sentry codebases based on the core of the Android SDK (version 2.x).
Previous releases for the Android SDK (version 2.x) can be found on the now archived: https://github.com/getsentry/sentry-android/
sentry-android-gradle-plugin v1.7.31
v1.7.30
sentry-java v1.7.29
- Add method to check if Sentry is already initializated #783
- Proguard: Keep exception type names #790
- Blacklist other frameworks using cglib dynamic classes, like Guice #796
- Logback: Adds support for logback encoders (the message field is encoded). #794
- Android Gradle Plugin: Changes for making it to work with AGP 3.0, 3.1 and 3.2 #798
- Fixed loosing of interruption status in EventBuilder. #799