Releases: getsentry/sentry-cli
Releases · getsentry/sentry-cli
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.46.0-alpha
Various fixes & improvements
- 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.
- Sourcemaps can now be uploaded to multiple projects at once by passing each project to the
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
to1.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
withwhoami
(#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