diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c8fd3070..ac4d46c34c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,34 @@ - Fix the versioning to support app release with Beta versions (#4368) - Linking ongoing trace to crash event (#4393) +## 8.37.0 + +### Features + +- Added `thermal_state` to device context (#4305) +- Send envelopes that cannot be cached to disk (#4294) + +### Refactoring + +- Moved session replay API to `SentrySDK.replay` (#4326) +- Changed default session replay quality to `medium` (#4326) + +### Fixes + +- Resumes replay when the app becomes active (#4303) +- Session replay redact view with transformation (#4308) +- Correct redact UIView with higher zPosition (#4309) +- Don't redact clipped views (#4325) +- Session replay for crash not created because of a race condition (#4314) +- Double-quoted include, expected angle-bracketed instead (#4298) +- Discontinue use of NSApplicationSupportDirectory in favor of NSCachesDirectory (#4335) +- Safe guard `strncpy` usage (#4336) +- Stop using `redactAllText` as an indicator tha redact is enabled (#4327) + +### Improvements + +- Avoid extra work when storing invalid envelopes (#4337) + ## 8.37.0-beta.1 ### Features