Skip to content

Commit

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

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

#### Various fixes & improvements

- fix(sourcemaps): Correctly read files with debug_id and debugId
([#2268](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2268))
by loewenheim
- build: Remove unused dependencies
([#2255](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2255))
by szokeasaurusrex
- ref(proguard): Define environment variable name in constant
([#2265](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2265))
by szokeasaurusrex
- ref(test): Remove redundant line
([#2266](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2266))
by szokeasaurusrex
- fix(proguard): Wait until chunks are assembled
([#2267](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2267))
by szokeasaurusrex

### 2.39.0

#### Features/improvements

- feat(proguard): Introduce experimental chunk uploading feature
([#2264](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2264))
by szokeasaurusrex
- feat: Read debug IDs from `debugId` field in sourcemaps
([#2222](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2222))

#### Various fixes & improvements

- ref(proguard): Delete pointless code
([#2263](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2263))
by szokeasaurusrex
- fix: Improve error handling in dif.rs
([#2225](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2225))
- ci: Run codeql-analysis on all PRs
([#2224](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2224))
- build: Add `assert_cmd` as a dev dependency
- ref(api): Remove dead code
([#2217](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2217))
- ref: Remove `SENTRY_DUMP_REPONSE` environment variable
([#2212](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2212))
- ref(utils): Remove `allow(dead_code)` from update utils
([#2216](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2216))
- ref(api): Remove blanket `allow(dead_code)`
([#2215](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2215))
- ref(api): Only allow dead code where needed
([#2213](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2213))

<details>
<summary><h3>Changes to tests</h3></summary>
  
- ref(test): Broaden `with_header_matcher` types
([#2261](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2261))
by szokeasaurusrex
- ref(test): Accept `impl Into<Matcher>` for `with_matcher`
([#2260](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2260))
by szokeasaurusrex
- ref(test): Align `with_reponse_body` parameter to `mockito`
([#2259](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2259))
by szokeasaurusrex
- ref(test): Make mock builder status default to `200`
([#2258](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2258))
by szokeasaurusrex
- ref(test): Change chunk upload options org
([#2257](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2257))
by szokeasaurusrex
- ref(test): Bump `mockito` mocking library
([#2254](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2254))
by szokeasaurusrex
- ref(test): Use `TestManager` in new chunk upload test
([#2253](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2253))
by szokeasaurusrex
- ref(test): Add `TestManager` struct for uniform test setup
([#2252](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2252))
by szokeasaurusrex
- ref(tests): `mock_common_endpoints` refactor
([#2251](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2251))
by szokeasaurusrex
- ref(tests): Simplify `mock_common_upload_endpoints`
([#2250](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2250))
by szokeasaurusrex
- ref(tests): Extract `mock_common_upload_endpoints` into module
([#2249](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2249))
by szokeasaurusrex
- ref(tests): Rename `mocking` to `mock_endpoint_builder`
([#2248](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2248))
by szokeasaurusrex
- ref: Fix typo in tests
([#2243](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2243))
by szokeasaurusrex
- ref(test): Rename `EndpointOptions` to `MockEndpointBuilder`
([#2247](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2247))
by szokeasaurusrex
- ref(test): Refactor `EndpointOptions`
([#2246](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2246))
by szokeasaurusrex
- ref(test): Privatize struct fields of `EndpointOptions`
([#2245](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2245))
by szokeasaurusrex
- ref(test): Move mock endpoint code to module
([#2244](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2244))
by szokeasaurusrex
- test: batch send-event tests
([#2230](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2230))
by szokeasaurusrex
- test: Run `trycmd` tests with `RUST_BACKTRACE=0`
([#2242](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2242))
by szokeasaurusrex
- test(send-metric): Batch tests together
([#2241](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2241))
by szokeasaurusrex
- test(react_native): Bubble up `target_os`
([#2240](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2240))
by szokeasaurusrex
- test(projects): Batch tests together
([#2239](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2239))
by szokeasaurusrex
- test(monitors): Batch monitors tests
([#2236](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2236))
- test(monitors): Delete unneeded monitors test
([#2237](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2237))
- test(organizations): Batch tests together
([#2238](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2238))
- test(events): Batch tests together
([#2235](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2235))
- test(debug-files): Batch tests together
([#2234](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2234))
- test: batch token validation tests
([#2231](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2231))
- test: batch upload-proguard tests
([#2233](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2233))
- test: batch update tests
([#2232](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2232))
- test: Batch org token tests together
([#2229](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2229))
- test: Batch `bash_hook` tests together
([#2226](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2226))
- test: batch login tests
([#2228](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2228))
- test: Batch send envelope tests together
([#2227](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2227))
- test(debug-files): Add test for `assemble` endpoint call
- ref(tests): Decouple test env vars from trycmd code

</details>

Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Dec 16, 2024
1 parent bdb9fbd commit c89d55c
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.17.0 ([#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))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7170)
- [diff](https://github.com/getsentry/sentry-java/compare/7.8.0...7.17.0)
- Bump CLI from v2.31.2 to v2.38.2 ([#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))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2382)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.31.2...2.38.2)
- 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)

## 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.38.2
version = 2.39.1
repo = https://github.com/getsentry/sentry-cli

0 comments on commit c89d55c

Please sign in to comment.