Releases: getsentry/sentry-cli
2.31.2
Various fixes & improvements
- Fix regressions related to
releases set-commits
command, which were introduced in 2.31.1.
2.31.1
2.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
- build:
make lint
only with default features (#1994) by @szokeasaurusrex
2.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
- fix: Handle .env errors (#1987) by @szokeasaurusrex
2.30.2
This release re-enables Python releases. There are no code changes.
2.30.1
Various fixes & improvements
- fix(sourcemaps): allow complex file extensions (#1976) by @szokeasaurusrex
2.30.0
Cron Monitor Changes
The monitors run
subcommand now no longer accepts --auth-token
or other means of authentication using token-based auth. 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.