Skip to content

Releases: getsentry/sentry-cli

2.40.0

02 Jan 11:46
6b72bd7
Compare
Choose a tag to compare

New features

  • feat(debugid): Update debug ID snippet to write on globalThis when available (#2301) by @lforst

Improvements

Bug fixes

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

2.39.1

26 Nov 13:12
Compare
Choose a tag to compare

Various fixes & improvements

2.39.0

22 Nov 18:44
63b0fbb
Compare
Choose a tag to compare

Features/improvements

  • feat(proguard): Introduce experimental chunk uploading feature (#2264) by @szokeasaurusrex
  • feat: Read debug IDs from debugId field in sourcemaps (#2222)

Various fixes & improvements

  • ref(proguard): Delete pointless code (#2263) by @szokeasaurusrex
  • fix: Improve error handling in dif.rs (#2225)
  • ci: Run codeql-analysis on all PRs (#2224)
  • build: Add assert_cmd as a dev dependency
  • ref(api): Remove dead code (#2217)
  • ref: Remove SENTRY_DUMP_REPONSE environment variable (#2212)
  • ref(utils): Remove allow(dead_code) from update utils (#2216)
  • ref(api): Remove blanket allow(dead_code) (#2215)
  • ref(api): Only allow dead code where needed (#2213)

Changes to tests

2.38.2

04 Nov 12:35
Compare
Choose a tag to compare

Various fixes & improvements

2.38.1

30 Oct 13:49
Compare
Choose a tag to compare

Various fixes & improvements

2.38.0

22 Oct 14:47
Compare
Choose a tag to compare

Various fixes & improvements

2.37.0

07 Oct 13:26
6b1ef1d
Compare
Choose a tag to compare

All Xcode uploads are now executed in the foreground, which should allow for easier debugging of any problems that occur while uploading files during the build process, since errors will be logged directly within Xcode.

With this change, the --force-foreground flag is no longer needed, since we always upload in the foreground. The flag is now a deprecated no-op.

2.36.6

02 Oct 14:05
8682ddb
Compare
Choose a tag to compare

There are no code changes in this release. It is being performed to test an update to the release build process.

2.36.5

01 Oct 09:24
362ff38
Compare
Choose a tag to compare

There are no code changes in this release. It is a re-release of 2.36.4, which we are making because 2.36.4 and 2.36.3
failed to publish to PyPI.

2.36.4

30 Sep 13:34
0a3e140
Compare
Choose a tag to compare

This releases fixes includes a bugfix (#2171 by @szokeasaurusrex) for #2169. The bug caused any command run with sentry-cli monitors run to not be executed whenever sending the cron checkin to Sentry failed, e.g. during a Sentry outage or due to some other network failure. With the bugfix, we log the error and execute the program even when there was an error sending the checkin.

We recommend that all users using sentry-cli monitors run upgrade to Sentry CLI version 2.36.4 immediately.