Skip to content

Releases: getsentry/sentry-cli

2.36.1

10 Sep 10:53
1be45ec
Compare
Choose a tag to compare

Various fixes & improvements

  • Fix a bug where background Xcode uploads sometimes failed

2.36.0

09 Sep 13:14
40820e9
Compare
Choose a tag to compare

Various fixes & improvements

  • Log when file not added to source bundle (#2146) by @szokeasaurusrex
  • Bump Symbolic to 12.11.0. This fixes a bug where uploading source files sometimes failed when any of the files were not UTF-8 encoded

2.35.0

05 Sep 14:10
829c703
Compare
Choose a tag to compare

Various fixes & improvements

2.34.1

28 Aug 13:52
c2ded2e
Compare
Choose a tag to compare

Various fixes & improvements

  • build: Bump symbolic to 12.10.1 (#2134) by @szokeasaurusrex
    • This includes an upstream bugfix for a bug that prevented debug file uploading with sources when any of the sources were not valid UTF-8.
  • fix(debugIds): Always instantiate global Error class in debugId injection snippet (#2132) by @Lms24

2.34.0

28 Aug 09:06
Compare
Choose a tag to compare

Various fixes & improvements

2.33.1

02 Aug 11:31
5aaf7c1
Compare
Choose a tag to compare

Security fix

This release contains a fix for a bug where auth tokens would, under the following circumstances, be logged to stdout:

  • The auth token was passed as a command line argument to Sentry CLI (via --auth-token)
  • The log level was set to info or debug
    • The default log level is warn, so users using the default log level were unaffected by this bug

We now redact the --auth-token argument and anything else that looks like it might be an auth token when logging the arguments that the Sentry CLI was called with (see #2115 and #2118 for details).

Other fixes & improvements

2.33.0

23 Jul 09:36
afec7ee
Compare
Choose a tag to compare

Various fixes & improvements

2.32.2

15 Jul 14:54
d0c443c
Compare
Choose a tag to compare

Various fixes & improvements

2.32.1

28 May 14:22
58fb0b0
Compare
Choose a tag to compare

Release performed for technical reasons. This release is identical to 2.32.0.

2.32.0

28 May 09:37
Compare
Choose a tag to compare

Various fixes & improvements

  • docs(commands): Add info about clap Derive API (#2066) by @elramen
  • feat(metrics): Add send-metric command (#2063) by @elramen
  • feat(auth): Allow global config to be located in XDG directory (#2059) by @elramen
  • fix(commands): Add missing env vars for release name detection (#2051) by @elramen