Skip to content

Releases: getsentry/sentry-java

5.1.0-beta.3

02 Jul 10:02
6361b65
Compare
Choose a tag to compare
5.1.0-beta.3 Pre-release
Pre-release
  • Feat: Spring Webflux integration (#1529)

5.1.0-beta.2

28 Jun 09:41
d5d54cf
Compare
Choose a tag to compare
5.1.0-beta.2 Pre-release
Pre-release

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

16 Jun 08:33
ce1be71
Compare
Choose a tag to compare
5.1.0-beta.1 Pre-release
Pre-release

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

07 Jun 09:59
dc3cbd8
Compare
Choose a tag to compare

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

02 Jun 10:28
1625f29
Compare
Choose a tag to compare

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:

Packages were released on mavenCentral

We'd love to get feedback.

5.0.0-beta.7

01 Jun 06:37
e6539d5
Compare
Choose a tag to compare
5.0.0-beta.7 Pre-release
Pre-release

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

31 May 09:43
1da74c1
Compare
Choose a tag to compare
5.0.0-beta.6 Pre-release
Pre-release

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

26 May 09:46
7f3f829
Compare
Choose a tag to compare
5.0.0-beta.5 Pre-release
Pre-release

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

18 May 11:08
49e64ee
Compare
Choose a tag to compare
5.0.0-beta.4 Pre-release
Pre-release

What’s Changed

  • Fix: Enrich Transactions with Context Data (#1469)
  • Bump: Apache HttpClient to 5.0.4 (#1476)

Packages were released on mavenCentral

We'd love to get feedback.

5.0.0-beta.3

12 May 12:57
0da1a77
Compare
Choose a tag to compare
5.0.0-beta.3 Pre-release
Pre-release

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.