Skip to content

Commit

Permalink
chore(deps): update CLI to v2.40.0 (#114)
Browse files Browse the repository at this point in the history
Bumps sentry-cli.properties from 2.39.1 to 2.40.0.

Auto-generated by a [dependency
updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml).
## Changelog
### 2.40.0

#### New features

- feat(debugid): Update debug ID snippet to write on `globalThis` when
available
([#2301](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2301))
by lforst

#### Improvements

- build: Change release opt-level
([#2325](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2325))
by szokeasaurusrex
- build: Make backtraces useable in release builds
([#2324](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2324))
by szokeasaurusrex

#### Bug fixes

- fix(chunking): Remove power-of-two chunk size restriction
([#2312](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2312))
by szokeasaurusrex

<details>
<summary><h3>Non-user-facing changes</h3></summary>

We made several refactors and added several tests in this release. These
changes should not affect users.

- ref(sourcemaps): Reword "no sourcemap ref"
([#2320](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2320))
by szokeasaurusrex
- test(proguard): Add chunk upload tests
([#2322](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2322))
by szokeasaurusrex
- ref(proguard): Use existing chunked upload logic
([#2318](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2318))
by szokeasaurusrex
- ref(chunks): Remove `upload-dif` reference from `poll_assemble`
([#2321](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2321))
by szokeasaurusrex
- ref(chunks): Make `render_detail` take `Option<&str>`
([#2317](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2317))
by szokeasaurusrex
- ref(chunks): Extract upload logic from `upload_difs_chunked`
([#2316](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2316))
by szokeasaurusrex
- ref(chunks): Rename `upload` module to `options`
([#2315](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2315))
by szokeasaurusrex
- ref(chunks): Make `ChunkOptions` a `struct`
([#2314](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2314))
by szokeasaurusrex
- ref(dif): Use `&str` in `DifUpload` struct
([#2307](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2307))
by szokeasaurusrex
- ref(dif): Genericize `poll_assemble`
([#2300](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2300))
by szokeasaurusrex
- feat(release): Replace release bot with GH app
([#2306](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2306))
by Jeffreyhung
- fix(proguard): Add leading `/` to uploaded Proguard file name
([#2304](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2304))
by szokeasaurusrex
- ref(dif): Genericize `try_assemble` `options` parameter
([#2299](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2299))
by szokeasaurusrex
- ref(api): Rename `ChunkedUploadOptions` to indicate they are set by
server
([#2298](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2298))
by szokeasaurusrex
- ref(proguard): Use `Chunked<ProguardMapping>` for proguard upload
([#2296](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2296))
by szokeasaurusrex
- ref(chunks): Make `ChunkedDifRequest` take `Cow<'_, str>` for `name`
([#2295](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2295))
by szokeasaurusrex
- ref(proguard): Replace `MappingRef` with `ProguardMapping`
([#2294](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2294))
by szokeasaurusrex
- ref(proguard): Create new `proguard` `utils` submodule
([#2293](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2293))
by szokeasaurusrex
- ref(proguard): Directly open paths as `ByteView`
([#2292](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2292))
by szokeasaurusrex
- ref(dif): Put hash in `ChunkedDifRequest`
([#2290](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2290))
by szokeasaurusrex
- ref(chunks): Rename `Named` trait to `Assemblable`
([#2289](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2289))
by szokeasaurusrex
- ref(dif): Make `poll_assemble` generic
([#2287](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/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](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2276))
- test(chunk-upload): Test chunk upload with many chunks
([#2275](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2275))
- ref(test): Use constant for expected request boundary
([#2277](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2277))
- test(chunk-upload): Add a test for uploading multiple debug files
([#2274](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2274))
- ref(sourcemaps): Fix clippy lint
- ref(test): Introduce `assert_cmd` test manager
- test(chunk-upload): Add test for full chunk upload

</details>

Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Jan 3, 2025
1 parent 12517c5 commit 2454f55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
- Bump Sentry SDK from v7.8.0 to v7.19.1 ([#78](https://github.com/getsentry/sentry-maven-plugin/pull/78), [#86](https://github.com/getsentry/sentry-maven-plugin/pull/86), [#97](https://github.com/getsentry/sentry-maven-plugin/pull/97), [#99](https://github.com/getsentry/sentry-maven-plugin/pull/99), [#104](https://github.com/getsentry/sentry-maven-plugin/pull/104), [#111](https://github.com/getsentry/sentry-maven-plugin/pull/111), [#113](https://github.com/getsentry/sentry-maven-plugin/pull/113))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7191)
- [diff](https://github.com/getsentry/sentry-java/compare/7.8.0...7.19.1)
- Bump CLI from v2.31.2 to v2.39.1 ([#76](https://github.com/getsentry/sentry-maven-plugin/pull/76), [#85](https://github.com/getsentry/sentry-maven-plugin/pull/85), [#87](https://github.com/getsentry/sentry-maven-plugin/pull/87), [#90](https://github.com/getsentry/sentry-maven-plugin/pull/90), [#91](https://github.com/getsentry/sentry-maven-plugin/pull/91), [#96](https://github.com/getsentry/sentry-maven-plugin/pull/96), [#98](https://github.com/getsentry/sentry-maven-plugin/pull/98), [#101](https://github.com/getsentry/sentry-maven-plugin/pull/101), [#102](https://github.com/getsentry/sentry-maven-plugin/pull/102), [#109](https://github.com/getsentry/sentry-maven-plugin/pull/109))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2391)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.31.2...2.39.1)
- Bump CLI from v2.31.2 to v2.40.0 ([#76](https://github.com/getsentry/sentry-maven-plugin/pull/76), [#85](https://github.com/getsentry/sentry-maven-plugin/pull/85), [#87](https://github.com/getsentry/sentry-maven-plugin/pull/87), [#90](https://github.com/getsentry/sentry-maven-plugin/pull/90), [#91](https://github.com/getsentry/sentry-maven-plugin/pull/91), [#96](https://github.com/getsentry/sentry-maven-plugin/pull/96), [#98](https://github.com/getsentry/sentry-maven-plugin/pull/98), [#101](https://github.com/getsentry/sentry-maven-plugin/pull/101), [#102](https://github.com/getsentry/sentry-maven-plugin/pull/102), [#109](https://github.com/getsentry/sentry-maven-plugin/pull/109), [#114](https://github.com/getsentry/sentry-maven-plugin/pull/114))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2400)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.31.2...2.40.0)

## 0.0.8

Expand Down
2 changes: 1 addition & 1 deletion sentry-cli.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 2.39.1
version = 2.40.0
repo = https://github.com/getsentry/sentry-cli

0 comments on commit 2454f55

Please sign in to comment.