-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
Open
jamescrosswell
wants to merge
16
commits into
net10
Choose a base branch
from
assembly-store-3
base: net10
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
a76a137
Add support for v3 of the AssemblyStore format
jamescrosswell 8e28d70
Format code
getsentry-bot c2f5bed
Merge branch 'net10' into assembly-store-3
jamescrosswell 05e17a2
Fixed AndroidAssemblyReader tests
jamescrosswell 9f96217
Update CHANGELOG.md
jamescrosswell 4581417
fix: Generate and inject uuid to apk and upload proguard with that uu…
alexsohn1126 934ee4e
fix: upload linked PDBs for iOS (#4527)
jpnurmi c1ae41b
fix: Stop warnings from showing in Blazor WASM projects (#4519)
alexsohn1126 e7cfea6
chore: update scripts/update-cli.ps1 to 2.55.0 (#4556)
github-actions[bot] 6ea6bf4
ci: retry flaky android device tests (#4553)
jpnurmi 78199ab
chore: update modules/sentry-native to 0.11.1 (#4557)
github-actions[bot] 839feff
chore: update modules/sentry-cocoa.properties to 8.56.1 (#4555)
github-actions[bot] d3aa5bc
Renamed v2 classes and remove remaining vestiges of v1
jamescrosswell 5f9cffa
Merge branch 'main' into assembly-store-3
jamescrosswell 29abe0a
Revert "Merge branch 'main' into assembly-store-3"
jamescrosswell 55c38fa
Merge branch 'net10' into assembly-store-3
jamescrosswell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
-19
to
-27
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 | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Submodule sentry-native
updated
45 files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
53 changes: 0 additions & 53 deletions
53
src/Sentry.Android.AssemblyReader/V1/AndroidAssemblyDirectoryReaderV1.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?