-
-
Notifications
You must be signed in to change notification settings - Fork 226
Add support for v3 of the AssemblyStore format #4516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 16 commits
a76a137
8e28d70
c2f5bed
05e17a2
9f96217
d3aa5bc
5f9cffa
29abe0a
55c38fa
fee26aa
61254ed
9faa32e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,26 +5,15 @@ | |
| ### BREAKING CHANGES | ||
|
|
||
| - 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)) | ||
| - 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 ([#4516](https://github.com/getsentry/sentry-dotnet/pull/4516)) | ||
|
|
||
| ## Unreleased | ||
| ## 5.15.1 | ||
|
|
||
| ### Fixes | ||
|
|
||
| - Fail when building Blazor WASM with Profiling. We don't support profiling in Blazor WebAssembly projects. ([#4512](https://github.com/getsentry/sentry-dotnet/pull/4512)) | ||
| - Do not overwrite user IP if it is set manually in ASP.NET sdk ([#4513](https://github.com/getsentry/sentry-dotnet/pull/4513)) | ||
| - Fix `SentryOptions.Native.SuppressSignalAborts` and `SuppressExcBadAccess` on iOS ([#4521](https://github.com/getsentry/sentry-dotnet/pull/4521)) | ||
|
|
||
| ### Dependencies | ||
|
|
||
| - Bump Cocoa SDK from v8.55.1 to v8.56.0 ([#4528](https://github.com/getsentry/sentry-dotnet/pull/4528)) | ||
| - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8560) | ||
| - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.55.1...8.56.0) | ||
| - Bump CLI from v2.53.0 to v2.54.0 ([#4541](https://github.com/getsentry/sentry-dotnet/pull/4541)) | ||
| - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2540) | ||
| - [diff](https://github.com/getsentry/sentry-cli/compare/2.53.0...2.54.0) | ||
| - Bump Native SDK from v0.10.1 to v0.11.0 ([#4542](https://github.com/getsentry/sentry-dotnet/pull/4542)) | ||
| - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0110) | ||
| - [diff](https://github.com/getsentry/sentry-native/compare/0.10.1...0.11.0) | ||
|
Comment on lines
49
to
57
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These downgrades (see also |
||
|
|
||
| ## 5.15.0 | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -102,7 +102,7 @@ | |
|
|
||
| <!-- Set the version and local path for Sentry CLI (downloaded in the restore phase of Sentry.csproj) --> | ||
| <PropertyGroup Condition="'$(SolutionName)' != 'Sentry.Unity'"> | ||
| <SentryCLIVersion>2.54.0</SentryCLIVersion> | ||
| <SentryCLIVersion>2.53.0</SentryCLIVersion> | ||
|
||
| <SentryCLIDirectory>$(MSBuildThisFileDirectory)tools\sentry-cli\$(SentryCLIVersion)\</SentryCLIDirectory> | ||
| </PropertyGroup> | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| version = 8.56.0 | ||
| version = 8.55.1 | ||
| repo = https://github.com/getsentry/sentry-cocoa |
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this intentionally removed, or did something go wrong with the merges?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely something wrong with the merges... which is painful. Looks like I'll have to roll it all back manually.