Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jun 23, 2025

Bumps scripts/update-cli.sh from 2.41.1 to 2.52.0.

Auto-generated by a dependency updater.

Changelog

2.52.0

Various fixes & improvements

  • feat(dart): add dart-symbol-map upload command (#2691) by buenaflor
  • Add default vcs head_repo_name and provider parsing for mobile-app subcommand (#2699) by rbro112
  • ref(debug-files): Remove unnecessary collect (#2705) by szokeasaurusrex
  • build(deps): bump github/codeql-action from 3.29.5 to 3.29.8 (#2700) by dependabot
  • build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#2701) by dependabot
  • build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.1 (#2702) by dependabot
  • build(deps): bump actions/download-artifact from 4.3.0 to 5.0.0 (#2703) by dependabot
  • Use URL from backend (#2698) by chromy
  • feat(mobile-app): Add new VCS params to mobile-app command (#2682) by rbro112
  • feat(launchpad): Add asset catalog files to zip without adding to folder (#2667) by noahsmartin
  • feat(preprod): Show analysis URL after mobile-app upload (#2675) by chromy
  • feat(logs): allow project slugs in logs list (#2688) by shellmayr
  • fix(debug-files): Run all processing steps with --no-upload (#2693) by P1n3appl3

2.51.1

Various fixes & improvements

  • fix(logs): Mark logs command as beta (#2690) by szokeasaurusrex

2.51.0

Logs command

This release introduces a new sentry-cli logs list command, which lists your Sentry logs. For more details, see sentry-cli logs list --help.

Please note: if you receive a 403 error when using the new command, you may need to generate a new auth token with different permissions. You can do this by navigating to SettingsDeveloper SettingsPersonal Tokens in Sentry. On the Personal Tokens page, generate a token with org:read scope, and pass this to the command using --auth-token or by setting the SENTRY_AUTH_TOKEN environment variable.

Various fixes & improvements

  • fix(js): Stop calling releases files upload-sourcemaps (#2676) by szokeasaurusrex

2.50.2

This change removes the mobile-app upload experimental feature which was introduced in 2.50.1.

2.50.1

Various fixes & improvements

  • build(deps): bump form-data from 3.0.1 to 3.0.4 (#2638) by dependabot

New experimental feature

This release introduces the new experimental mobile-app upload subcommand. This command is experimental, and therefore subject to changes, including breaking changes and/or removal, in any release. The command might not work as expected.

2.50.0

Various fixes & improvements

  • feat(js): Expose rejectOnError in public execute type declarations (#2628) by Lms24

2.49.0

Various fixes & improvements

  • feat(js): Export live option type for releases.uploadSourceMaps (#2627) by Lms24

2.48.0

Various fixes & improvements

  • feat(js): Add live: 'rejectOnError' execution mode to execute method (#2605) by Lms24

Build-time changes

  • feat: allow optionally disabling Swift sandbox (#2587) by carlocab

2.47.1

No user-facing changes.

2.47.0

Various fixes & improvements

  • ref: Exclude mobile-app command from release builds (#2582) by szokeasaurusrex
  • feat(login): Improve error output for login errors (#2581) by szokeasaurusrex
  • test(monitors): pass empty options to grep (#2562) by lcian
  • feat(login): Warn when overwriting existing auth token (#2554) by szokeasaurusrex
  • meta: Add .sentryclirc to gitignore (#2547) by rbro112
  • build: Bump MSRV to 1.86

2.46.0

Various fixes & improvements

  • feat: Mark react-native appcenter as deprecated (#2522) by chromy
  • docs: Fix typo "the the" -> "the" (#2519) by chromy
  • feat(npm): Add support for installing npm package on Android (#2524) by szokeasaurusrex
  • feat: Retry all HTTP requests (#2523) by szokeasaurusrex
  • ref: Only obtain max retry count once (#2521) by szokeasaurusrex
  • fix: Don't error if invalid value supplied for max retries (#2520) by szokeasaurusrex
  • fix: Explicitly deprecate --started flag (#2515) by szokeasaurusrex
  • fix: Use orig_path for bundle sources output file name (#2514) by szokeasaurusrex
  • feat: Mark all files subcommands as deprecated. (#2512) by Swatinem
  • Support multiple files in SENTRY_DOTENV_PATH (#2454) by Kinqdos
  • fix(sourcemaps): Avoid associating only sourcemap with all minified sources (#2447) by szokeasaurusrex

2.45.0

New feature

  • feat(sourcemaps): Multi-project sourcemaps upload (#2497) by szokeasaurusrex
    • Sourcemaps can now be uploaded to multiple projects at once by passing each project to the sentry-cli sourcemaps upload command, like so:
      sentry-cli sourcemaps upload -p project1 -p project2 /path/to/sourcemaps
    • Note that users on old versions of self-hosted Sentry may need to upgrade their self-hosted server to a newer version to take advantage of multi-project uploads.

Various fixes & improvements

  • ref: Rename fixup_js_file_end (#2475) by szokeasaurusrex
  • ref: Use slice instead of vec for assemble artifact request (#2498) by szokeasaurusrex
  • ref: Separate LegacyUploadContext for legacy uploads (#2494) by szokeasaurusrex
  • feat: Remove organization and project info log (#2490) by szokeasaurusrex

2.44.0

Various fixes & improvements

  • feat(sourcemaps): Support injecting indexed sourcemaps (#2470) by szokeasaurusrex
  • test(sourcemaps): Assert injection outputs (#2483) by szokeasaurusrex

2.43.1

Various fixes & improvements

  • build: Bump tokio to 1.44.2 (#2474) by szokeasaurusrex
  • chore: Fix nightly clippy lints (#2469) by loewenheim

2.43.0

This release explicitly deprecates the sentry-cli debug-files upload command's --info-plist argument, since the argument does nothing. If you are using the --info-plist argument, you should stop using it.

Various fixes & improvements

  • fix(debug_files): Don't call xcodebuild (#2443) by szokeasaurusrex

2.42.5

This is a re-release of 2.45.5-alpha as a stable release. There are no code changes from 2.45.5-alpha, since the Windows ARM build for that version was published successfully.

2.42.5-alpha

This release adds a binary for Windows on ARM.

We are releasing this as an alpha to test that the new Windows ARM build is published to NPM correctly.

Various fixes & improvements

  • ci(npm): Release Windows ARM build to npm (#2436) by szokeasaurusrex
  • ci: Run lint action on all target operating systems (#2360) by szokeasaurusrex
  • ref: Simplify is_homebrew_install (#2434) by szokeasaurusrex
  • build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 (#2435) by dependabot
  • ref: Simplify set_executable_mode (#2433) by szokeasaurusrex
  • ci: Build for Windows ARM (#2429) by szokeasaurusrex
  • build: Replace username with whoami (#2432) by szokeasaurusrex
  • build: Remove direct winapi dependency (#2431) by szokeasaurusrex
  • build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.7 (#2430) by dependabot
  • ci: Auto-update GHA with Dependabot (#2428) by szokeasaurusrex
  • ci: Update and securely pin all actions (#2427) by szokeasaurusrex
  • ci: Remove unneeded -D warnings (#2425) by szokeasaurusrex
  • ci: Stop using actions-rs (#2424) by szokeasaurusrex
  • deps: Update zip to 2.4.2 (#2423) by loewenheim
  • build: update zip dependency (#2421) by szokeasaurusrex

2.42.4

Various fixes & improvements

  • build(macos): Sign macOS binaries (#2401) by szokeasaurusrex
  • ci(docker): Fix GHCR releases so they are multiarch (#2418) by szokeasaurusrex

2.42.3

Various fixes & improvements

  • fix(sourcemaps): Fix mismatches between path and URL on Windows (#2414) by BYK

2.42.2

Various fixes & improvements

  • fix(sourcemaps): Exclude skipped files from bundle file count (#2397) by a-hariti
  • fix: warn about missing SENTRY_RELEASE when it's set to empty string (#2394) by a-hariti
  • build(node): Bump semver5.* dependencies (#2399) by szokeasaurusrex
  • build(node): Bump semver6.* (#2400) by szokeasaurusrex
  • build(node): Bump semver^7.* dependencies (#2398) by szokeasaurusrex
  • build(node): Bump cross-spawn7.0.X (#2396) by szokeasaurusrex
  • build(node): Bump cross-spawn^6.0.5 (#2395) by szokeasaurusrex
  • ci(docker): Release Docker image to GHCR (#2393) by szokeasaurusrex
  • ci(docker): Fix caching (#2391) by szokeasaurusrex

2.42.1

This release is a re-release of 2.42.0. There are no code changes to the CLI. We are performing this re-release because 2.42.0 failed to publish to Docker Hub.

Various fixes & improvements

  • ci(docker): Don't publish to GHCR via Craft (#2392) by szokeasaurusrex

2.42.0

With this release, we now build and publish multi-architecture (arm64 and aarch64) Docker images for Sentry CLI.

Various fixes & improvements

  • feat: Only warn for token org mismatch (#2382) by szokeasaurusrex
  • feat: Improve custom panic hook (#2355) by szokeasaurusrex
    • We now have better error messages when there is an internal error in Sentry CLI.
  • feat: Deprecate --use-artifact-bundle option (#2349) by szokeasaurusrex
  • feat: Deprecate useArtifactBundle JS option (#2348) by szokeasaurusrex
  • fix(update): Properly handle errors when getting latest CLI version (#2370) by szokeasaurusrex

Non-user-facing changes

  • ci(docker): Add Craft targets for docker (#2390) by szokeasaurusrex
  • ci(docker): Enable caching of Docker builds (#2389) by szokeasaurusrex
  • ci(docker): Remove invalid argument (#2388) by szokeasaurusrex
  • ci(docker): Build each architecture natively (#2387) by szokeasaurusrex
  • build(docker): Build Docker image on host architecture (#2386) by szokeasaurusrex
  • build: Use hash instead of branch in GHCR tag (#2384) by szokeasaurusrex
  • build: Build Docker image in CI and publish to GHCR (#2383) by szokeasaurusrex
  • ci: Pin Actions runners' OS versions (#2353) by szokeasaurusrex
  • meta: Update LICENSE (#2380) by szokeasaurusrex
  • build: Update url crate (#2379) by szokeasaurusrex
  • docs: Explain why lint is disabled (#2371) by szokeasaurusrex
  • ref(sourcemaps): Fix unnecessary_wraps for add_debug_id_references (#2369) by szokeasaurusrex
  • ref(sourcemaps): Fix unnecessary_wraps for add_sourcemap_references (#2368) by szokeasaurusrex
  • ref(sourcemaps): Fix unnecessary_wraps lint for SourceMapsProcessor::add (#2367) by szokeasaurusrex
  • ref(sourcemaps): Make lookup_pos not return Option (#2366) by szokeasaurusrex
  • ref: Make Api::with_body return Self (#2363) by szokeasaurusrex
  • ref(api): Make with_retry return Self (#2365) by szokeasaurusrex
  • ref(api): Make progress_bar_mode return Self (#2364) by szokeasaurusrex
  • ref(config): Fix unnecessary_wraps lint for set_auth (#2362) by szokeasaurusrex
  • ref(config): Remove unneeded Result from Config::from_file (#2361) by szokeasaurusrex
  • ref: Enable clippy::unnecessary_wraps lint (#2358) by szokeasaurusrex
  • ci: Change lint action to -D warnings (#2359) by szokeasaurusrex
  • ref: Simplify --log-level parsing (#2356) by szokeasaurusrex
  • docs: Correct typo in doc string (#2354) by szokeasaurusrex

@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch 5 times, most recently from d4510c8 to aad98d3 Compare June 30, 2025 14:12
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.46.0 chore(deps): update CLI to v2.47.0 Jul 9, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from aad98d3 to 16fe19b Compare July 9, 2025 03:31
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.47.0 chore(deps): update CLI to v2.47.1 Jul 15, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch 4 times, most recently from 2681da0 to 106c61b Compare July 15, 2025 14:53
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.47.1 chore(deps): update CLI to v2.50.0 Jul 19, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch 2 times, most recently from d71edca to 595653b Compare July 23, 2025 03:34
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.50.0 chore(deps): update CLI to v2.50.2 Jul 23, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch 2 times, most recently from 69d0e80 to 6cc7510 Compare August 8, 2025 03:36
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.50.2 chore(deps): update CLI to v2.51.0 Aug 8, 2025
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.51.0 chore(deps): update CLI to v2.51.1 Aug 12, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from 6cc7510 to 1517178 Compare August 12, 2025 03:28
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.51.1 chore(deps): update CLI to v2.52.0 Aug 13, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from 1517178 to f8b7d23 Compare August 13, 2025 12:59
@buenaflor buenaflor enabled auto-merge (squash) August 13, 2025 13:26
@buenaflor buenaflor merged commit fb06747 into main Aug 13, 2025
30 of 32 checks passed
@buenaflor buenaflor deleted the deps/scripts/update-cli.sh branch August 13, 2025 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants