|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
5 |
| -### Dependencies |
6 |
| - |
7 |
| -- Bump Java SDK from v7.19.0 to v7.20.0 ([#1947](https://github.com/getsentry/sentry-unity/pull/1947)) |
8 |
| - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7200) |
9 |
| - - [diff](https://github.com/getsentry/sentry-java/compare/7.19.0...7.20.0) |
10 | 5 | ### Fixes
|
11 | 6 |
|
| 7 | +- The SDK now sets the supported platforms in the `.asmdef` explicitely, preventing runtime issues on currently non-supported platforms ([#1974](https://github.com/getsentry/sentry-unity/pull/1974)) |
12 | 8 | - Fixed iOS native SDK initialization that could cause memory management issues ([#1964](https://github.com/getsentry/sentry-unity/pull/1964))
|
13 | 9 | - The SDK now properly sets up logging by respecting the debug settings set during the configure callback. Logs created during the configuration of the native SDKs no longer get lost ([#1959]https://github.com/getsentry/sentry-unity/pull/1959)
|
14 | 10 | - ANR events now include the relevant mechanism they have been captured from ([#1955](https://github.com/getsentry/sentry-unity/pull/1955))
|
15 | 11 |
|
16 | 12 | ### Dependencies
|
17 | 13 |
|
18 |
| -- Bump Cocoa SDK from v8.42.0 to v8.43.0 ([#1949](https://github.com/getsentry/sentry-unity/pull/1949)) |
| 14 | +- Bump Cocoa SDK from v8.42.0 to v8.43.0 ([#1945](https://github.com/getsentry/sentry-unity/pull/1945), [#1949](https://github.com/getsentry/sentry-unity/pull/1949)) |
19 | 15 | - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8430)
|
20 | 16 | - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.42.0...8.43.0)
|
21 |
| -- Bump Java SDK from v7.19.0 to v7.19.1 ([#1946](https://github.com/getsentry/sentry-unity/pull/1946)) |
22 |
| - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7191) |
23 |
| - - [diff](https://github.com/getsentry/sentry-java/compare/7.19.0...7.19.1) |
24 |
| -- Bump Cocoa SDK from v8.42.0 to v8.42.1 ([#1945](https://github.com/getsentry/sentry-unity/pull/1945)) |
25 |
| - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8421) |
26 |
| - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.42.0...8.42.1) |
| 17 | +- Bump Java SDK from v7.19.0 to v7.20.0 ([#1946](https://github.com/getsentry/sentry-unity/pull/1946), [#1947](https://github.com/getsentry/sentry-unity/pull/1947)) |
| 18 | + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7200) |
| 19 | + - [diff](https://github.com/getsentry/sentry-java/compare/7.19.0...7.20.0) |
27 | 20 | - Bump CLI from v2.39.1 to v2.40.0 ([#1948](https://github.com/getsentry/sentry-unity/pull/1948))
|
28 | 21 | - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2400)
|
29 | 22 | - [diff](https://github.com/getsentry/sentry-cli/compare/2.39.1...2.40.0)
|
|
0 commit comments