Skip to content

Commit 99c88ec

Browse files
committed
chore(changelog): Add upgrade notice in the changelog
1 parent 243a75e commit 99c88ec

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,29 @@
88
99
## Unreleased
1010

11+
### Upgrading from 7.x to 8.0
12+
13+
Version 8 of the Sentry React Native SDK updates the underlying native SDKs (Cocoa v9, CLI v3, Android Gradle Plugin v6) which introduce breaking changes in minimum version requirements and build tooling.
14+
15+
See our [migration docs](https://docs.sentry.io/platforms/react-native/migration/v7-to-v8/) for more information.
16+
17+
### Breaking Changes
18+
19+
#### Minimum Version Requirements
20+
21+
- **iOS/macOS/tvOS**: ([#5356](https://github.com/getsentry/sentry-react-native/pull/5356))
22+
- iOS **15.1+** (previously 13.0+)
23+
- macOS **12.0+** (previously 10.13+)
24+
- tvOS **15.0+** (previously 13.0+)
25+
26+
- **Android**: ([#5578](https://github.com/getsentry/sentry-react-native/pull/5578))
27+
- Sentry Android Gradle Plugin **6.0.0** (previously 5.x)
28+
- Android Gradle Plugin **7.4.0+** (previously 7.3.0+)
29+
- Kotlin **1.8+**
30+
31+
- **Sentry Self-Hosted**: ([#5523](https://github.com/getsentry/sentry-react-native/pull/5523))
32+
- Sentry CLI v3 requires self-hosted **25.11.1+** (previously 25.2.0)
33+
1134
### Dependencies
1235

1336
- Bump Cocoa SDK from v8.58.0 to v9.1.0 ([#5356](https://github.com/getsentry/sentry-react-native/pull/5356))

0 commit comments

Comments
 (0)