|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +### Fixes |
| 6 | + |
| 7 | +- Merging of integrations and packages ([#1111](https://github.com/getsentry/sentry-dart/pull/1111)) |
| 8 | +- Add missing `fragment` for HTTP Client Errors ([#1102](https://github.com/getsentry/sentry-dart/pull/1102)) |
| 9 | +- Sync user name and geo for Android ([#1102](https://github.com/getsentry/sentry-dart/pull/1102)) |
| 10 | + |
| 11 | +### Dependencies |
| 12 | + |
| 13 | +- Bump Android SDK from v6.6.0 to v6.7.0 ([#1105](https://github.com/getsentry/sentry-dart/pull/1105)) |
| 14 | + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#670) |
| 15 | + - [diff](https://github.com/getsentry/sentry-java/compare/6.6.0...6.7.0) |
| 16 | +- Bump Cocoa SDK from v7.30.0 to v7.31.0 ([#1104](https://github.com/getsentry/sentry-dart/pull/1113)) |
| 17 | + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7310) |
| 18 | + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.30.0...7.31.0) |
| 19 | + |
| 20 | +## 6.14.0 |
| 21 | + |
| 22 | +### Features |
| 23 | + |
| 24 | +- Capture response information in `SentryHttpClient` ([#1095](https://github.com/getsentry/sentry-dart/pull/1095)) |
| 25 | + |
| 26 | +### Changes |
| 27 | + |
| 28 | +- Remove experimental `SentryResponse` fields: `url`, `body`, `redirected`, `status` ([#1095](https://github.com/getsentry/sentry-dart/pull/1095)) |
| 29 | +- `SentryHttpClient` request body capture checks default PII capture setting, same as the DIO integration ([#1095](https://github.com/getsentry/sentry-dart/pull/1095)) |
| 30 | + |
5 | 31 | ### Dependencies
|
6 | 32 |
|
7 | 33 | - Bump Android SDK from v6.5.0 to v6.6.0 ([#1090](https://github.com/getsentry/sentry-dart/pull/1090))
|
8 | 34 | - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#660)
|
9 | 35 | - [diff](https://github.com/getsentry/sentry-java/compare/6.5.0...6.6.0)
|
10 |
| -- Bump Cocoa SDK from v7.28.0 to v7.29.0 ([#1089](https://github.com/getsentry/sentry-dart/pull/1089)) |
11 |
| - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7290) |
12 |
| - - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.28.0...7.29.0) |
| 36 | +- Bump Cocoa SDK from v7.28.0 to v7.30.0 ([#1089](https://github.com/getsentry/sentry-dart/pull/1089), [#1101](https://github.com/getsentry/sentry-dart/pull/1101)) |
| 37 | + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7300) |
| 38 | + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.28.0...7.30.0) |
13 | 39 |
|
14 | 40 | ## 6.13.1
|
15 | 41 |
|
|
0 commit comments