chore(deps): update CLI to v2.38.1 #273
Merged
+14
−7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps scripts/update-cli.sh from 2.27.0 to 2.38.1.
Auto-generated by a dependency updater.
Changelog
2.38.1
Various fixes & improvements
.vscodedirectory from version control (#2208) by szokeasaurusrexmainto indicate it does not return (#2192) by szokeasaurusrexcommands::maindoes not return (#2191) by szokeasaurusrex2.38.0
Various fixes & improvements
RUST_BACKTRACE=1(#2189) by szokeasaurusrex--auth-token(#2172) by szokeasaurusrex2.37.0
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-foregroundflag is no longer needed, since we always upload in the foreground. The flag is now a deprecated no-op.2.36.6
There are no code changes in this release. It is being performed to test an update to the release build process.
2.36.5
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
This releases fixes includes a bugfix (#2171 by szokeasaurusrex) for #2169. The bug caused any command run with
sentry-cli monitors runto not be executed whenever sending the cron checkin to Sentry failed, e.g. during a Sentryoutage 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 runupgrade to Sentry CLI version 2.36.4 immediately.2.36.3
Various fixes & improvements
curl-sys(#2164) by szokeasaurusrex2.36.2
Various fixes & improvements
--projectindeploys newsubcommand (#2160) by szokeasaurusrexsend-metriccommands (#2154) by szokeasaurusrex2.36.1
Various fixes & improvements
2.36.0
Various fixes & improvements
12.11.0. This fixes a bug where uploading source files sometimes failed when any of the files werenot UTF-8 encoded
2.35.0
Various fixes & improvements
upload-proguardon 507 status (#2141) by szokeasaurusrex2.34.1
Various fixes & improvements
12.10.1(#2134) by szokeasaurusrexsources were not valid UTF-8.
Errorclass in debugId injection snippet (#2132) by Lms242.34.0
Various fixes & improvements
2.33.1
Security fix
This release contains a fix for a bug where auth tokens would, under the following circumstances, be logged to
stdout:--auth-token)infoordebugwarn, so users using the default log level were unaffected by this bugWe now redact the
--auth-tokenargument and anything else that looks like it might be an auth token when logging thearguments that the Sentry CLI was called with (see #2115 and #2118 for details).
Other fixes & improvements
2.33.0
Various fixes & improvements
sntryu_) (#2100) by szokeasaurusrexfiles upload(#2107)2.32.2
Various fixes & improvements
curlto0.4.46inCargo.toml(#2099) by szokeasaurusrexcurl-sys(#2075) by szokeasaurusrex2.32.1
Release performed for technical reasons. This release is identical to 2.32.0.
2.32.0
Various fixes & improvements
2.31.2
Various fixes & improvements
releases set-commitscommand, which were introduced in 2.31.1.2.31.1
Various fixes & improvements
checkpassed a directory (#2034) by szokeasaurusrex2.31.0
With this change, dSYM uploads to the legacy endpoint and release file uploads are routed to the region URL directly (
e.g. to https://us.sentry.io instead of https://sentry.io). This change only affects users using the CLI to interact
with SaaS Sentry; everything stays the same for self-hosted users.
Other changes
make lintonly with default features (#1994) by szokeasaurusrex2.30.5
Release made for technical reasons. There are no code changes in this version.
2.30.4
Release made for technical reasons. There are no code changes in this version.
2.30.3
Various fixes & improvements
2.30.2
This release re-enables Python releases. There are no code changes.
2.30.1
Various fixes & improvements
2.30.0
Cron Monitor Changes
The
monitors runsubcommand now no longer accepts--auth-tokenor other means of authentication using token-basedauth. It is now required to use DSN based auth to monitor cron jobs using the sentry-cli.
2.29.1
Updated version 2.29.0 changelog. No code changes.
2.29.0
Source maps fixes
This release fixes the behavior of
sourcemaps injectandsourcemaps upload. We now treat minified and non-minifiedsource files the same way in both commands, which was always the desired behavior, and is also consistent with our JS
bundler plugins.
Please be aware that from now on,
sourcemaps injectwill inject debug IDs into all JS source files at the pathprovided to the command. If you only wish for some of the files to have debug IDs injected, you need to modify the
path(s) passed to
sourcemaps injector you need to use the--ignoreor--ignore-fileoptions to exclude the filesyou do not wish to inject the debug IDs into.
In the
sourcemaps uploadcommand, we have eliminated the "Minified Scripts" section in the Source Maps Upload Report.Instead, these minified scripts will appear under "Scripts."
Auth token validation
Sentry CLI now validates that you have provided an auth token whenever you run a command that requires authentication to
succeed. If you fail to provide an auth token when running such a command, the Sentry CLI will exit with an error
message explaining that the auth token is required but missing.
Other fixes & improvements
.cjsand.mjsto defaultsourcemaps uploadextensions (#1961) by szokeasaurusrex2.28.6
Various fixes & improvements
--projectargument (#1930)" (#1942) by szokeasaurusrex2.28.5
Various fixes & improvements
--projectargument (#1930) by szokeasaurusrex2.28.0
New features
sentry-cli monitors runcommand now has two new command line arguments:--failure-issue-thresholdand--recovery-threshold. These arguments allow the user to specify the number of consecutive failed checkins thattrigger an issue to be created and the number of successful checkins that trigger the issue to be resolved,
respectively.
Various fixes & improvements