From 90b5738bd0cf1307270422034ba229495fc579fb Mon Sep 17 00:00:00 2001 From: Alexander Dinauer Date: Wed, 25 May 2022 07:39:14 +0200 Subject: [PATCH] Fix changelog for 6.0.0-beta.4 --- CHANGELOG.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1778414e75a..630c2ba4a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,11 @@ ### Fixes -- No longer close OutputStream that is passed into JsonSerializer (#2029) -- Fix setting context tags on events captured by Spring (#2060) +- No longer close OutputStream that is passed into JsonSerializer ([#2029](https://github.com/getsentry/sentry-java/pull/2029)) +- Fix setting context tags on events captured by Spring ([#2060](https://github.com/getsentry/sentry-java/pull/2060)) +- Isolate cached events with hashed DSN subfolder ([#2038](https://github.com/getsentry/sentry-java/pull/2038)) +- SentryThread.current flag will not be overridden by DefaultAndroidEventProcessor if already set ([#2050](https://github.com/getsentry/sentry-java/pull/2050)) +- Fix serialization of Long inside of Request.data ([#2051](https://github.com/getsentry/sentry-java/pull/2051)) ### Features @@ -16,20 +19,11 @@ - Hints are now used via a Hint object and passed into beforeSend and EventProcessor as @NotNull Hint object ([#2045](https://github.com/getsentry/sentry-java/pull/2045)) - Attachments can be manipulated via hint ([#2046](https://github.com/getsentry/sentry-java/pull/2046)) -### Fixes - -- Isolate cached events with hashed DSN subfolder ([#2038](https://github.com/getsentry/sentry-java/pull/2038)) - ### Changed - Update sentry-native to 0.4.17 ([#2033](https://github.com/getsentry/sentry-java/pull/2033)) - Update Gradle to 7.4.2 and AGP to 7.2 ([#2042](https://github.com/getsentry/sentry-java/pull/2042)) -### Fixes - -- SentryThread.current flag will not be overridden by DefaultAndroidEventProcessor if already set ([#2050](https://github.com/getsentry/sentry-java/pull/2050)) -- Fix serialization of Long inside of Request.data ([#2051](https://github.com/getsentry/sentry-java/pull/2051)) - ## 6.0.0-beta.3 ### Fixes