You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,18 @@
1
1
# Changelog
2
2
3
-
## 8.39.0
3
+
## Unreleased
4
4
5
5
### Fixes
6
6
7
7
- Fix `JsonObjectReader` and `MapObjectReader` hanging indefinitely when deserialization errors leave the reader in an inconsistent state ([#5293](https://github.com/getsentry/sentry-java/pull/5293))
8
8
- Failed collection values are now skipped so parsing can continue
9
9
- Skipped collection values emit `WARNING` logs
10
10
- Unknown-key failures and unrecoverable recovery failures emit `ERROR` logs
11
+
12
+
## 8.39.0
13
+
14
+
### Fixes
15
+
11
16
- Fix ANR caused by `GestureDetectorCompat` Handler/MessageQueue lock contention in `SentryWindowCallback` ([#5138](https://github.com/getsentry/sentry-java/pull/5138))
0 commit comments