Skip to content

Commit

Permalink
release: 2.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Apr 30, 2024
1 parent 684e71b commit 927d439
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 17 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

"You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott

## 2.31.1

### Various fixes & improvements

- fix(proguard): Don't require auth token with --no-upload flag (#2047) by @markushi
- meta: Add bug report form (#2039) by @szokeasaurusrex
- meta: Delete old bug report template (#2039) by @szokeasaurusrex
- test(debug-files): Add `check` directory test (#2034) by @szokeasaurusrex
- fix(debug-files): Improve error when `check` passed a directory (#2034) by @szokeasaurusrex
- fix(xcode): Improve Xcode error msg when config load fails (#2028) by @elramen
- ref(api): Remove `self` from error import (#2025) by @szokeasaurusrex
- ref(api): ApiError submodule (#2023) by @szokeasaurusrex
- Revert "test(api): Add tests for Sentry error" (#2024) by @szokeasaurusrex
- test(api): Add tests for Sentry error (#2022) by @szokeasaurusrex
- ref(api): Sentry error submodule (#2020) by @szokeasaurusrex
- test(api): Add tests for connection manager (#2018) by @szokeasaurusrex
- ref(api): Errors submodule (#2019) by @szokeasaurusrex
- ref(api): Change connection manager error to `Infallible` (#2017) by @szokeasaurusrex
- ref(api): Split `CurlConnectionManager` into its own submodule (#2016) by @szokeasaurusrex
- test(api): Add tests for pagination submodule (#2015) by @szokeasaurusrex
- ref(api): Simplify pagination code (#2014) by @szokeasaurusrex
- test(api): add tests for encoding functions (#2011) by @szokeasaurusrex
- ref(api): Split pagination logic into submodule (#2013) by @szokeasaurusrex
- ref(api): `encoding` sub-module (#2010) by @szokeasaurusrex
- meta(vscode): Change editor tab size to 4 (#2012) by @szokeasaurusrex
- ref(api): Move `src/api.rs` to `src/api/mod.rs` (#2009) by @szokeasaurusrex
- docs: Remove inaccurate and unnecessary comments (#2007) by @szokeasaurusrex

## 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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
build = "build.rs"
name = "sentry-cli"
version = "2.31.0"
version = "2.31.1"
edition = "2021"
rust-version = "1.65"

Expand Down
2 changes: 1 addition & 1 deletion npm-binary-distributions/darwin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli-darwin",
"version": "2.31.0",
"version": "2.31.1",
"description": "The darwin distribution of the Sentry CLI binary.",
"repository": "https://github.com/getsentry/sentry-cli",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion npm-binary-distributions/linux-arm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli-linux-arm",
"version": "2.31.0",
"version": "2.31.1",
"description": "The linux arm distribution of the Sentry CLI binary.",
"repository": "https://github.com/getsentry/sentry-cli",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion npm-binary-distributions/linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli-linux-arm64",
"version": "2.31.0",
"version": "2.31.1",
"description": "The linux arm64 distribution of the Sentry CLI binary.",
"repository": "https://github.com/getsentry/sentry-cli",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion npm-binary-distributions/linux-i686/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli-linux-i686",
"version": "2.31.0",
"version": "2.31.1",
"description": "The linux x86 and ia32 distribution of the Sentry CLI binary.",
"repository": "https://github.com/getsentry/sentry-cli",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion npm-binary-distributions/linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli-linux-x64",
"version": "2.31.0",
"version": "2.31.1",
"description": "The linux x64 distribution of the Sentry CLI binary.",
"repository": "https://github.com/getsentry/sentry-cli",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion npm-binary-distributions/win32-i686/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli-win32-i686",
"version": "2.31.0",
"version": "2.31.1",
"description": "The windows x86 and ia32 distribution of the Sentry CLI binary.",
"repository": "https://github.com/getsentry/sentry-cli",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion npm-binary-distributions/win32-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli-win32-x64",
"version": "2.31.0",
"version": "2.31.1",
"description": "The windows x64 distribution of the Sentry CLI binary.",
"repository": "https://github.com/getsentry/sentry-cli",
"license": "BSD-3-Clause",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli",
"version": "2.31.0",
"version": "2.31.1",
"description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/",
"repository": "git://github.com/getsentry/sentry-cli.git",
"homepage": "https://docs.sentry.io/hosted/learn/cli/",
Expand Down Expand Up @@ -30,13 +30,13 @@
"prettier": "2.8.8"
},
"optionalDependencies": {
"@sentry/cli-darwin": "2.31.0",
"@sentry/cli-linux-arm": "2.31.0",
"@sentry/cli-linux-arm64": "2.31.0",
"@sentry/cli-linux-i686": "2.31.0",
"@sentry/cli-linux-x64": "2.31.0",
"@sentry/cli-win32-i686": "2.31.0",
"@sentry/cli-win32-x64": "2.31.0"
"@sentry/cli-darwin": "2.31.1",
"@sentry/cli-linux-arm": "2.31.1",
"@sentry/cli-linux-arm64": "2.31.1",
"@sentry/cli-linux-i686": "2.31.1",
"@sentry/cli-linux-x64": "2.31.1",
"@sentry/cli-win32-i686": "2.31.1",
"@sentry/cli-win32-x64": "2.31.1"
},
"scripts": {
"postinstall": "node ./scripts/install.js",
Expand Down

0 comments on commit 927d439

Please sign in to comment.