Skip to content

Commit 20be99f

Browse files
chore(changelog): Update CHANGELOG.md (#5133)
* Update CHANGELOG.md * Fix changelog references to V7 (#5136) * Update JavaScript dependencies of V7 * fix native changelog * align dep bump entries --------- Co-authored-by: LucasZF <[email protected]>
1 parent da9a100 commit 20be99f

File tree

1 file changed

+40
-7
lines changed

1 file changed

+40
-7
lines changed

CHANGELOG.md

Lines changed: 40 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Version 7 of the Sentry React Native SDK primarily introduces API cleanup and ve
1414

1515
Version 7 of the SDK is compatible with Sentry self-hosted versions 25.2.0 or higher (up from 24.4.2 for v6). Lower versions may continue to work, but may not support all features.
1616

17+
See our [migration docs](https://docs.sentry.io/platforms/react-native/migration/v6-to-v7/) for more information.
18+
1719
### Major Changes
1820

1921
- Ensure IP address is only inferred by Relay if `sendDefaultPii` is `true` ([#5111](https://github.com/getsentry/sentry-react-native/pull/5111))
@@ -115,12 +117,16 @@ example:
115117

116118
### Dependencies
117119

118-
- Bump JavaScript SDK from v8.54.0 to v10.8.0 ([#5123](https://github.com/getsentry/sentry-react-native/pull5123))
120+
- Bump JavaScript SDK v10.8.0 ([#5123](https://github.com/getsentry/sentry-react-native/pull/5123))
119121
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#1080)
120-
- [diff](https://github.com/getsentry/sentry-javascript/compare/8.54.0...10.8.0)
121-
- Bump Android SDK from v7.20.1 to v8.20.0 ([#5106](https://github.com/getsentry/sentry-react-native/pull/5106))
122+
- Bump Android SDK to v8.20.0 ([#5106](https://github.com/getsentry/sentry-react-native/pull/5106))
122123
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8200)
123-
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.20.0)
124+
- Bump CLI to v2.53.0 ([5120](https://github.com/getsentry/sentry-react-native/pull/5120). [#4804](https://github.com/getsentry/sentry-react-native/pull/4804), [#4818](https://github.com/getsentry/sentry-react-native/pull/4818))
125+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2530)
126+
- Bump Bundler Plugins to v4.2.0 ([#5113](https://github.com/getsentry/sentry-react-native/pull/5113), [#4805](https://github.com/getsentry/sentry-react-native/pull/4805))
127+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#340)
128+
- Bump Cocoa SDK to v8.53.2 ([#4986](https://github.com/getsentry/sentry-react-native/pull/4986))
129+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8532)
124130

125131
## 7.0.0-rc.2
126132

@@ -155,6 +161,18 @@ We apologize for any inconvenience caused!
155161
- fix(sdk): Set `{{auto}}` if `user.ip_address` is `undefined` and `sendDefaultPii: true` (#4466) by @krystofwoldrich
156162
- fix(appStart): Align span description with other platforms (#4636) by @krystofwoldrich
157163

164+
### Dependencies
165+
166+
- Bump Cocoa SDK from v8.53.1 to v8.53.2 ([#4986](https://github.com/getsentry/sentry-react-native/pull/4986))
167+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8532)
168+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.53.1...8.53.2)
169+
- Bump CLI from v2.47.0 to v2.50.2 ([#5007](https://github.com/getsentry/sentry-react-native/pull/5007))
170+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2502)
171+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.47.0...2.50.2)
172+
- Bump Bundler Plugins from v3.5.0 to v4.0.2 ([#5030](https://github.com/getsentry/sentry-react-native/pull/5030))
173+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#402)
174+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.5.0...4.0.2)
175+
158176
## 7.0.0-beta.2
159177

160178
### Features
@@ -197,6 +215,12 @@ example:
197215
- Bump Android SDK from v8.14.0 to v8.17.0 ([#4953](https://github.com/getsentry/sentry-react-native/pull/4953), [#4955](https://github.com/getsentry/sentry-react-native/pull/4955), [#4987](https://github.com/getsentry/sentry-react-native/pull/4987))
198216
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8170)
199217
- [diff](https://github.com/getsentry/sentry-java/compare/8.14.0...8.17.0)
218+
- Bump Cocoa SDK from v8.52.1 to v8.53.1 ([#4950](https://github.com/getsentry/sentry-react-native/pull/4950))
219+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8531)
220+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.52.1...8.53.1)
221+
- Bump CLI from v2.46.0 to v2.47.0 ([#4979](https://github.com/getsentry/sentry-react-native/pull/4979))
222+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2470)
223+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.46.0...2.47.0)
200224

201225
## 7.0.0-beta.1
202226

@@ -281,6 +305,9 @@ Sentry.init({
281305
- Bump Android SDK from v8.13.2 to v8.14.0 ([#4929](https://github.com/getsentry/sentry-react-native/pull/4929), [#4934](https://github.com/getsentry/sentry-react-native/pull/4934))
282306
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8140)
283307
- [diff](https://github.com/getsentry/sentry-java/compare/8.13.2...8.14.0)
308+
- Bump Cocoa SDK from v8.52.0 to v8.52.1 ([#4899](https://github.com/getsentry/sentry-react-native/pull/4899))
309+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8521)
310+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.52.0...8.52.1)
284311

285312
## 7.0.0-beta.0
286313

@@ -340,6 +367,15 @@ Version 7 of the SDK is compatible with Sentry self-hosted versions 24.4.2 or hi
340367
- Bump Android SDK from v7.20.1 to v8.13.2 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490), [#4847](https://github.com/getsentry/sentry-react-native/pull/4847))
341368
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8132)
342369
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.13.2)
370+
- Bump Cocoa SDK from v8.50.0 to v8.52.0 ([#4887](https://github.com/getsentry/sentry-react-native/pull/4887))
371+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8520)
372+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.50.0...8.52.0)
373+
- Bump CLI from v2.43.0 to v2.46.0 ([#4866]([???](https://github.com/getsentry/sentry-react-native/pull/4866)))
374+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2460)
375+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.43.0...2.46.0)
376+
- Bump Bundler Plugins from v3.4.0 to v3.5.0 ([#4850](https://github.com/getsentry/sentry-react-native/pull/4850))
377+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#350)
378+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.4.0...3.5.0)
343379

344380
## 7.0.0-alpha.0
345381

@@ -396,9 +432,6 @@ Version 7 of the SDK is compatible with Sentry self-hosted versions 24.4.2 or hi
396432
- Bump Android SDK from v7.20.1 to v8.11.1 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490))
397433
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8111)
398434
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.11.1)
399-
- Bump CLI from v2.43.1 to v2.45.0 ([#4804](https://github.com/getsentry/sentry-react-native/pull/4804), [#4818](https://github.com/getsentry/sentry-react-native/pull/4818))
400-
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2450)
401-
- [diff](https://github.com/getsentry/sentry-cli/compare/2.43.1...2.45.0)
402435
- Bump Bundler Plugins from v3.3.1 to v3.4.0 ([#4805](https://github.com/getsentry/sentry-react-native/pull/4805))
403436
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#340)
404437
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.3.1...3.4.0)

0 commit comments

Comments
 (0)