|
39 | 39 |
|
40 | 40 | See https://develop.sentry.dev/sdk/telemetry/traces/distributed-tracing/#w3c-trace-context-header for more details. |
41 | 41 |
|
42 | | -### Features |
43 | | - |
44 | | -- The SDK now makes use of the new SessionEndStatus `Unhandled` when capturing an unhandled but non-terminal exception, i.e. through the UnobservedTaskExceptionIntegration ([#4633](https://github.com/getsentry/sentry-dotnet/pull/4633), [#4653](https://github.com/getsentry/sentry-dotnet/pull/4653)) |
45 | | -- The SDK now provides a `IsSessionActive` to allow checking the session state ([#4662](https://github.com/getsentry/sentry-dotnet/pull/4662)) |
46 | | -- The SDK now makes use of the new SessionEndStatus `Unhandled` when capturing an unhandled but non-terminal exception, i.e. through the UnobservedTaskExceptionIntegration ([#4633](https://github.com/getsentry/sentry-dotnet/pull/4633)) |
47 | | - |
48 | 42 | ### Fixes |
49 | 43 |
|
50 | 44 | - The SDK avoids redundant scope sync after transaction finish ([#4623](https://github.com/getsentry/sentry-dotnet/pull/4623)) |
|
56 | 50 |
|
57 | 51 | - This release adds support for .NET 10 and drops support for net8.0-android, net8.0-ios, net8.0-maccatalyst and net8.0-windows10.0.19041.0 ([#4461](https://github.com/getsentry/sentry-dotnet/pull/4461)) |
58 | 52 | - Added support for v3 of the Android AssemblyStore format that is used in .NET 10 and dropped support for v1 that was used in .NET 8 ([#4583](https://github.com/getsentry/sentry-dotnet/pull/4583)) |
59 | | -- Bump Cocoa SDK from v8.56.2 to v8.57.0 ([#4637](https://github.com/getsentry/sentry-dotnet/pull/4637)) |
60 | | - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8570) |
61 | | - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.56.2...8.57.0) |
62 | | -- Bump Native SDK from v0.11.2 to v0.11.3 ([#4636](https://github.com/getsentry/sentry-dotnet/pull/4636)) |
63 | | - - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0113) |
64 | | - - [diff](https://github.com/getsentry/sentry-native/compare/0.11.2...0.11.3) |
65 | | -- Bump Cocoa SDK from v8.56.2 to v8.57.1 ([#4637](https://github.com/getsentry/sentry-dotnet/pull/4637), [#4680](https://github.com/getsentry/sentry-dotnet/pull/4680)) |
66 | | - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8571) |
67 | | - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.56.2...8.57.1) |
68 | | -- Bump Native SDK from v0.11.2 to v0.12.0 ([#4636](https://github.com/getsentry/sentry-dotnet/pull/4636), [#4678](https://github.com/getsentry/sentry-dotnet/pull/4678)) |
69 | | - - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0120) |
70 | | - - [diff](https://github.com/getsentry/sentry-native/compare/0.11.2...0.12.0) |
71 | | -- Bump Java SDK from v8.23.0 to v8.24.0 ([#4667](https://github.com/getsentry/sentry-dotnet/pull/4667)) |
72 | | - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8240) |
73 | | - - [diff](https://github.com/getsentry/sentry-java/compare/8.23.0...8.24.0) |
74 | | -- Bump CLI from v2.56.1 to v2.57.0 ([#4668](https://github.com/getsentry/sentry-dotnet/pull/4668)) |
75 | | - - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2570) |
76 | | - - [diff](https://github.com/getsentry/sentry-cli/compare/2.56.1...2.57.0) |
77 | 53 |
|
78 | 54 | ## 5.16.2 |
79 | 55 |
|
|
0 commit comments