Skip to content

Commit b44bf23

Browse files
authored
docs: Move v9 changelog changes from v8.57.2 to unreleased (#6709)
1 parent 762a701 commit b44bf23

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

CHANGELOG.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 8.57.2
3+
## Unreleased
44

55
### Breaking Changes
66

@@ -40,6 +40,20 @@
4040
- Set `SentryException.type` to `nil` when `NSException` has no `reason` (#6653). The backend then can provide a proper message when there is no reason.
4141
- Rename `SentryLog.Level` and `SentryLog.Attribute` for ObjC (#6666)
4242

43+
### Fixes
44+
45+
- Fixes warnings about minimum OS version being lower than Xcode supported version (#5591)
46+
- Fixes a crash when setting configureUserFeedback to nil (#6642)
47+
- Fix issue where the thread that generated an event could be missing when more than 100 threads are running (#6377)
48+
- Fix wrong Frame Delay when becoming active, which lead to false reported app hangs when the app moves to the foreground after being in the background (#6381)
49+
- Rename `SentryMechanismMeta` to `SentryMechanismContext` to resolve Kotlin Multi-Platform build errors (#6607)
50+
51+
### Improvements
52+
53+
- Replace deprecated SCNetworkReachability with NWPathMonitor (#6019)
54+
- Expose attachment type on `SentryAttachment` for downstream SDKs (like sentry-godot) (#6521)
55+
- Increase attachment max size to 100MB (#6537)
56+
4357
### Features
4458

4559
- Add SentryDistribution as Swift Package Manager target (#6149)
@@ -51,13 +65,11 @@
5165
- Add `sentry.replay_id` attribute to logs ([#6515](https://github.com/getsentry/sentry-cocoa/pull/6515))
5266
- Structured Logs: Add `SentrySwiftLog` Integration (#6286)
5367

68+
## 8.57.2
69+
5470
### Fixes
5571

56-
- Fixes warnings about minimum OS version being lower than Xcode supported version (#5591)
5772
- Fix rendering method for fast view rendering (#6360)
58-
- Fixes a crash when setting configureUserFeedback to nil (#6642)
59-
- Fix issue where the thread that generated an event could be missing when more than 100 threads are running (#6377)
60-
- Fix wrong Frame Delay when becoming active, which lead to false reported app hangs when the app moves to the foreground after being in the background (#6381)
6173
- Session Replay masking improvements (#6292)
6274
- Fix SwiftUI.List background decoration view causing incorrect clipping of screen content
6375
- Fix sublayer rendering order by properly sorting by zPosition with insertion order as tie-breaker
@@ -67,18 +79,11 @@
6779
- Add layer class filtering for views used in multiple contexts (e.g., SwiftUI._UIGraphicsView)
6880
- Improve transform calculations for views with custom anchor points
6981
- Fix axis-aligned transform detection for optimized opaque view clipping
70-
- Rename `SentryMechanismMeta` to `SentryMechanismContext` to resolve Kotlin Multi-Platform build errors (#6607)
7182
- Fix conversion of frame rate to time interval for session replay (#6623)
7283
- Change Session Replay masking to prevent semi‑transparent full‑screen overlays from clearing redactions by making opaque clipping stricter (#6629)
7384
Views now need to be fully opaque (view and layer backgrounds with alpha == 1) and report opaque to qualify for clip‑out.
7485
This avoids leaks at the cost of fewer clip‑out optimizations.
7586

76-
### Improvements
77-
78-
- Replace deprecated SCNetworkReachability with NWPathMonitor (#6019)
79-
- Expose attachment type on `SentryAttachment` for downstream SDKs (like sentry-godot) (#6521)
80-
- Increase attachment max size to 100MB (#6537)
81-
8287
## 8.57.1
8388

8489
### Fixes

0 commit comments

Comments
 (0)