Skip to content

chore(deps): update CLI to v3.5.0#7

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/scripts/update-cli.sh
Open

chore(deps): update CLI to v3.5.0#7
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/scripts/update-cli.sh

Conversation

@github-actions

@github-actions github-actions Bot commented Feb 21, 2026

Copy link
Copy Markdown

Bumps scripts/update-cli.sh from 3.3.3 to 3.5.0.

Auto-generated by a dependency updater.

Changelog

3.5.0

Features

  • (snapshots) Add snapshots diff command for locally comparing directories of PNG snapshot images using odiff (#3306)
  • (snapshots) Add snapshots download command for downloading baseline snapshot images from Sentry (#3310)
  • (snapshots) Add --all-image-file-names and --all-image-file-names-file flags to snapshots upload for detecting image removals and renames in selective builds (#3312)
  • Add PE DWARF companion support (#3240)
  • Add Windows ARM64 PE unwind support (#3240)

Fixes

  • Improve error message when organization slug is missing from config (#3311)
  • Respect CURL_CA_BUNDLE and SSL_CERT_FILE when configuring TLS certificate authorities (#3301).

Internal changes

3.4.3

Security Fixes

  • Behavior-breaking: Disable Xcode Info.plist preprocessing by default to avoid passing project-controlled compiler settings to cc during release auto-discovery. This affects sentry-cli releases propose-version, sentry-cli send-event and sentry-cli bash-hook --send-event release inference, and sentry-cli react-native xcode auto-release detection. Use --allow-xcode-infoplist-preprocessing only for trusted projects that require preprocessing.
  • Ensure restrictive file permissions maintained when sentry-cli login updates existing config files.
  • Disable TLS verification only when http.verify_ssl is set to false, case-insensitively.
  • Shell-escape generated bash-hook arguments, including paths, tags, release names, and the CLI path.
  • Stop sending environment variables in sentry-cli bash-hook events.
  • Verify the downloaded binary checksum before replacing the current executable in sentry-cli update.

Performance

  • (snapshots) Skip uploading images that already exist in objectstore by batch-checking with HEAD requests first (#3305)

Fixes

  • (snapshots) Reject snapshot uploads that have a PR number but no base SHA, since comparisons cannot work without a base reference (#3300)

3.4.2

Fixes

  • (snapshots) Stop sending Sentry auth token to Objectstore (#3286)
  • (js) Fix argument injection in JavaScript API's serializeOptions. String/number options now validate input types and prevent Array.prototype.concat() from flattening array values into separate CLI arguments. (#3287)

3.4.1

Improvements

  • (bundle-jvm) Warn and skip subsequent duplicates when multiple files strip to the same URL (e.g. Android build variants contributing the same FQCN). The warning points users at --exclude to scope the bundle to a single variant (#3275).

Fixes

  • (bundle-jvm) Strip the [<module>/]src/<sourceset>/<lang>/ prefix from bundle URLs so Symbolicator can resolve them from package-based stack traces (e.g. sentry-android-core/src/main/java/io/sentry/android/core/ANRWatchDog.java~/io/sentry/android/core/ANRWatchDog.jvm) (#3275).

3.4.0

Features

  • (snapshots) Add --selective flag to build snapshots to indicate the upload contains only a subset of images (#3268)
  • (bundle-jvm) Allow running directly on a project root (including multi-module repos) by automatically collecting only JVM source files (.java, .kt, .scala, .groovy), respecting .gitignore, and excluding common build output directories (#3260)
  • (bundle-jvm) Add --exclude option for custom glob patterns to exclude files/directories from source collection (#3260)

Performance

  • (snapshots) Parallelize image hashing with rayon (#3250)

Fixes

  • (snapshots) Chunk image uploads to avoid file descriptor exhaustion and 413 errors when uploading hundreds of images (#3249)
  • (snapshots) Preserve subdirectory structure in snapshot manifest keys instead of flattening to bare filenames (#3269)
  • Replace eprintln! with log::info! for progress bar completion messages when the progress bar is disabled (e.g. in CI). This avoids spurious stderr output that some CI systems treat as errors (#3223).

3.3.5

Performance

  • (snapshots) Parallelize image hashing with rayon (#3250)

Fixes

  • (sourcemaps) Skip non-base64 embedded sourcemaps during injection (#3243)

3.3.4

New Features ✨

  • (snapshots) Add --diff-threshold option to build snapshots to set a minimum pixel difference percentage for reporting image changes (#3259)

  • Add sentry-cli build download command to download installable builds (IPA/APK) by build ID (#3221).

  • Add sentry-cli code-mappings upload command to bulk upload code mappings from a JSON file (#3207, #3208, #3209, #3210).

    • Code mappings link stack trace paths (e.g. com/example/module) to source paths in your repository (e.g. src/main/java/com/example/module), enabling Sentry to display source context and link directly to your code from error stack traces.
    • Repository name and default branch are automatically inferred from your local git remotes, or can be specified explicitly with --repo and --default-branch.
    • Large mapping files are automatically split into batches for upload.
  • Improve error message when uploading .xcarchive or .ipa files on non-Apple Silicon Macs (#3211).

@github-actions github-actions Bot force-pushed the deps/scripts/update-cli.sh branch from dd57a25 to 9c9db01 Compare February 21, 2026 04:29
@github-actions github-actions Bot changed the title chore(deps): update CLI to v3.2.1 chore(deps): update CLI to v3.2.2 Feb 24, 2026
@github-actions github-actions Bot force-pushed the deps/scripts/update-cli.sh branch from 9c9db01 to 333f525 Compare February 24, 2026 04:51
@github-actions github-actions Bot changed the title chore(deps): update CLI to v3.2.2 chore(deps): update CLI to v3.2.3 Mar 3, 2026
@github-actions github-actions Bot force-pushed the deps/scripts/update-cli.sh branch 2 times, most recently from 1c64b2a to 22c3186 Compare March 5, 2026 04:33
@github-actions github-actions Bot changed the title chore(deps): update CLI to v3.2.3 chore(deps): update CLI to v3.3.0 Mar 5, 2026
@github-actions github-actions Bot changed the title chore(deps): update CLI to v3.3.0 chore(deps): update CLI to v3.3.2 Mar 11, 2026
@github-actions github-actions Bot force-pushed the deps/scripts/update-cli.sh branch from 22c3186 to cfa17bf Compare March 11, 2026 04:32
@github-actions github-actions Bot changed the title chore(deps): update CLI to v3.3.2 chore(deps): update CLI to v3.3.3 Mar 12, 2026
@github-actions github-actions Bot force-pushed the deps/scripts/update-cli.sh branch from cfa17bf to 543016d Compare March 12, 2026 04:47
@github-actions github-actions Bot changed the title chore(deps): update CLI to v3.3.3 chore(deps): update CLI to v3.3.4 Mar 26, 2026
@github-actions github-actions Bot force-pushed the deps/scripts/update-cli.sh branch from 543016d to fd33fed Compare March 26, 2026 05:05
@github-actions github-actions Bot changed the title chore(deps): update CLI to v3.3.4 chore(deps): update CLI to v3.3.5 Mar 31, 2026
@github-actions github-actions Bot force-pushed the deps/scripts/update-cli.sh branch from fd33fed to 1cfa822 Compare March 31, 2026 05:08
@github-actions github-actions Bot changed the title chore(deps): update CLI to v3.3.5 chore(deps): update CLI to v3.4.0 Apr 21, 2026
@github-actions github-actions Bot force-pushed the deps/scripts/update-cli.sh branch from 1cfa822 to d5fb682 Compare April 21, 2026 05:24
@github-actions github-actions Bot force-pushed the deps/scripts/update-cli.sh branch from d5fb682 to 211d8d9 Compare April 29, 2026 05:51
@github-actions github-actions Bot changed the title chore(deps): update CLI to v3.4.0 chore(deps): update CLI to v3.4.1 Apr 29, 2026
@github-actions github-actions Bot force-pushed the deps/scripts/update-cli.sh branch 3 times, most recently from 57fdd71 to cf74700 Compare May 12, 2026 06:04
@github-actions github-actions Bot changed the title chore(deps): update CLI to v3.4.1 chore(deps): update CLI to v3.4.2 May 12, 2026
@github-actions github-actions Bot changed the title chore(deps): update CLI to v3.4.2 chore(deps): update CLI to v3.4.3 May 22, 2026
@github-actions github-actions Bot force-pushed the deps/scripts/update-cli.sh branch from cf74700 to cf8cb2a Compare May 22, 2026 06:46
@github-actions github-actions Bot force-pushed the deps/scripts/update-cli.sh branch from cf8cb2a to 8b09458 Compare June 3, 2026 08:13
@github-actions github-actions Bot changed the title chore(deps): update CLI to v3.4.3 chore(deps): update CLI to v3.5.0 Jun 3, 2026
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.

1 participant