Releases: getsentry/sentry-java
Releases · getsentry/sentry-java
5.1.0-beta.3
- Feat: Spring Webflux integration (#1529)
5.1.0-beta.2
What’s Changed
Packages were released on mavenCentral
- Fix: Handling missing Spring Security on classpath on Java 8 (#1552)
- Feat: Support transaction waiting for children to finish. (#1535)
- Feat: Capture logged marker in log4j2 and logback appenders (#1551)
- Feat: Allow clearing of attachments in the scope (#1562)
- Fix: Use a different method to get strings from JNI, and avoid excessive Stack Space usage. (#1214)
- Fix: Add data field to SentrySpan (#1555)
- Fix: Clock drift issue when calling DateUtils#getDateTimeWithMillisPrecision (#1557)
- Feat: Set mechanism type in SentryExceptionResolver (#1556)
- Feat: Perf. for fragments (#1528)
- Ref: Prefer snake case for HTTP integration data keys (#1559)
- Fix: Assign lastEventId only if event was queued for submission (#1565)
We'd love to get feedback.
5.1.0-beta.1
What’s Changed
- Feat: Measure app start time (#1487)
- Feat: Automatic breadcrumbs logging for fragment lifecycle (#1522)
Packages were released on mavenCentral
We'd love to get feedback.
5.0.1
What’s Changed
Fix: Sources and Javadoc artifacts were mixed up (#1515)
Packages were released on mavenCentral
We'd love to get feedback.
5.0.0
What’s Changed
This release brings many improvements but also new features:
- OkHttp Interceptor for Android (#1330)
- GraalVM Native Image Compatibility (#1329)
- Add option to ignore exceptions by type (#1352)
- Enrich transactions with device contexts (#1430) (#1469)
- Better interoperability with Kotlin null-safety (#1439) and (#1462)
- Add coroutines support (#1479)
- OkHttp callback for Customising the Span (#1478)
- Add breadcrumb in Spring RestTemplate integration (#1481)
Breaking changes:
Other fixes:
- Fix: Add attachmentType to envelope ser/deser. (#1504)
Thank you:
- @maciejwalkowiak for coding most of it.
Packages were released on mavenCentral
We'd love to get feedback.
5.0.0-beta.7
What’s Changed
- Ref: Deprecate SentryBaseEvent#getOriginThrowable and add SentryBaseEvent#getThrowableMechanism (#1502)
- Fix: Graceful Shutdown flushes event instead of Closing SDK (#1500)
- Fix: Do not append threads that come from the EnvelopeFileObserver (#1501)
- Ref: Deprecate cacheDirSize and add maxCacheItems (#1499)
- Fix: Append all threads if Hint is Cached but attachThreads is enabled (#1503)
Packages were released on mavenCentral
We'd love to get feedback.
5.0.0-beta.6
What’s Changed
- Feat: Add secondary constructor to SentryOkHttpInterceptor (#1491)
- Feat: Add option to enable debug mode in Log4j2 integration (#1492)
- Ref: Replace clone() with copy constructor (#1496)
Packages were released on mavenCentral
We'd love to get feedback.
5.0.0-beta.5
What’s Changed
- Feat: OkHttp callback for Customising the Span (#1478)
- Feat: Add breadcrumb in Spring RestTemplate integration (#1481)
- Fix: Cloning Stack (#1483)
- Feat: Add coroutines support (#1479)
Packages were released on mavenCentral
We'd love to get feedback.
5.0.0-beta.4
5.0.0-beta.3
What’s Changed
- Fix: handling immutable collections on SentryEvent and protocol objects (#1468)
- Fix: associate event with transaction when thrown exception is not a direct cause (#1463)
- Ref: nullability annotations to Sentry module (#1439) and (#1462)
- Fix: NPE when adding Context Data with null values for log4j2 (#1465)
Packages were released on mavenCentral
We'd love to get feedback.