-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
397b1cd
commit f77a279
Showing
4 changed files
with
81 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -0,0 +1,57 @@ | ||
Installer: | ||
- Architecture: x86 | ||
InstallerUrl: https://github.com/getsentry/sentry-cli/releases/download/2.40.0/sentry-cli-Windows-i686.exe | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/getsentry/sentry-cli/releases/download/2.40.0/sentry-cli-Windows-x86_64.exe | ||
Locale: | ||
- Locale: en-US | ||
Key: ReleaseNotes | ||
Value: |- | ||
New features | ||
- feat(debugid): Update debug ID snippet to write on globalThis when available (#2301) by @lforst | ||
Improvements | ||
- build: Change release opt-level (#2325) by @szokeasaurusrex | ||
- build: Make backtraces useable in release builds (#2324) by @szokeasaurusrex | ||
Bug fixes | ||
- fix(chunking): Remove power-of-two chunk size restriction (#2312) by @szokeasaurusrex | ||
Non-user-facing changes | ||
We made several refactors and added several tests in this release. These changes should not affect users. | ||
- ref(sourcemaps): Reword "no sourcemap ref" (#2320) by @szokeasaurusrex | ||
- test(proguard): Add chunk upload tests (#2322) by @szokeasaurusrex | ||
- ref(proguard): Use existing chunked upload logic (#2318) by @szokeasaurusrex | ||
- ref(chunks): Remove upload-dif reference from poll_assemble (#2321) by @szokeasaurusrex | ||
- ref(chunks): Make render_detail take Option<&str> (#2317) by @szokeasaurusrex | ||
- ref(chunks): Extract upload logic from upload_difs_chunked (#2316) by @szokeasaurusrex | ||
- ref(chunks): Rename upload module to options (#2315) by @szokeasaurusrex | ||
- ref(chunks): Make ChunkOptions a struct (#2314) by @szokeasaurusrex | ||
- ref(dif): Use &str in DifUpload struct (#2307) by @szokeasaurusrex | ||
- ref(dif): Genericize poll_assemble (#2300) by @szokeasaurusrex | ||
- feat(release): Replace release bot with GH app (#2306) by @Jeffreyhung | ||
- fix(proguard): Add leading / to uploaded Proguard file name (#2304) by @szokeasaurusrex | ||
- ref(dif): Genericize try_assemble options parameter (#2299) by @szokeasaurusrex | ||
- ref(api): Rename ChunkedUploadOptions to indicate they are set by server (#2298) by @szokeasaurusrex | ||
- ref(proguard): Use Chunked<ProguardMapping> for proguard upload (#2296) by @szokeasaurusrex | ||
- ref(chunks): Make ChunkedDifRequest take Cow<'_, str> for name (#2295) by @szokeasaurusrex | ||
- ref(proguard): Replace MappingRef with ProguardMapping (#2294) by @szokeasaurusrex | ||
- ref(proguard): Create new proguard utils submodule (#2293) by @szokeasaurusrex | ||
- ref(proguard): Directly open paths as ByteView (#2292) by @szokeasaurusrex | ||
- ref(dif): Put hash in ChunkedDifRequest (#2290) by @szokeasaurusrex | ||
- ref(chunks): Rename Named trait to Assemblable (#2289) by @szokeasaurusrex | ||
- ref(dif): Make poll_assemble generic (#2287) by @szokeasaurusrex | ||
- ref(dif): Rename ToAssemble trait | ||
- ref(dif): Make try_assemble_dif generic | ||
- ref(dif): Replace ChunkedDifMatch with generic ChunkedObject | ||
- ref(utils): Use usize in get_sha1_checksums signature | ||
- test(chunk-upload): Test chunk uploading only some chunks missing | ||
- ref: Fix new Clippy lints | ||
- test(chunk-upload): Test upload where only some files need upload (#2276) | ||
- test(chunk-upload): Test chunk upload with many chunks (#2275) | ||
- ref(test): Use constant for expected request boundary (#2277) | ||
- test(chunk-upload): Add a test for uploading multiple debug files (#2274) | ||
- ref(sourcemaps): Fix clippy lint | ||
- ref(test): Introduce assert_cmd test manager | ||
- test(chunk-upload): Add test for full chunk upload | ||
- Key: ReleaseNotesUrl | ||
Value: https://github.com/getsentry/sentry-cli/releases/tag/2.40.0 | ||
Version: 2.40.0 | ||
ReleaseTime: 2025-01-02T11:46:39.0000000Z |
This file contains 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 +1 @@ | ||
Log_20241126T131424Z.yaml | ||
Log_20250102T120753Z.yaml |
This file contains 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Installer: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/ducaale/xh/releases/download/v0.23.1/xh-v0.23.1-x86_64-pc-windows-msvc.zip | ||
NestedInstallerFiles: | ||
- RelativeFilePath: xh-v0.23.1-x86_64-pc-windows-msvc\xh.exe | ||
PortableCommandAlias: xh | ||
- RelativeFilePath: .\xh-v0.23.1-x86_64-pc-windows-msvc\xh.exe | ||
PortableCommandAlias: xhs | ||
Locale: | ||
- Locale: en-US | ||
Key: ReleaseNotes | ||
Value: |- | ||
Security fixes | ||
- Upgrade to ruzstd v0.7.3 to fix RUSTSEC-2024-0400, see #396 (@zuisong) | ||
Bug fixes | ||
- Warn on combination of --continue and Range header, #394 (@blyxxyz) | ||
Other | ||
- Enable logging in rustls and tracing-using dependencies, see #390 (@blyxxyz) | ||
- Key: ReleaseNotesUrl | ||
Value: https://github.com/ducaale/xh/releases/tag/v0.23.1 | ||
Version: 0.23.1 | ||
ReleaseTime: 2025-01-02T11:51:16.0000000Z |
This file contains 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 +1 @@ | ||
Log_20241012T220944Z.yaml | ||
Log_20250102T120556Z.yaml |