Skip to content

Commit

Permalink
release: 2.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Nov 22, 2024
1 parent ffd3848 commit d30066d
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 17 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

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

## 2.39.0

### Various fixes & improvements

- feat(proguard): Introduce experimental chunk uploading feature (#2264) by @szokeasaurusrex
- ref(proguard): Delete pointless code (#2263) by @szokeasaurusrex
- ref(test): Broaden `with_header_matcher` types (#2261) by @szokeasaurusrex
- ref(test): Accept `impl Into<Matcher>` for `with_matcher` (#2260) by @szokeasaurusrex
- ref(test): Align `with_reponse_body` parameter to `mockito` (#2259) by @szokeasaurusrex
- ref(test): Make mock builder status default to `200` (#2258) by @szokeasaurusrex
- ref(test): Change chunk upload options org (#2257) by @szokeasaurusrex
- ref(test): Bump `mockito` mocking library (#2254) by @szokeasaurusrex
- ref(test): Use `TestManager` in new chunk upload test (#2253) by @szokeasaurusrex
- ref(test): Add `TestManager` struct for uniform test setup (#2252) by @szokeasaurusrex
- ref(tests): `mock_common_endpoints` refactor (#2251) by @szokeasaurusrex
- ref(tests): Simplify `mock_common_upload_endpoints` (#2250) by @szokeasaurusrex
- ref(tests): Extract `mock_common_upload_endpoints` into module (#2249) by @szokeasaurusrex
- ref(tests): Rename `mocking` to `mock_endpoint_builder` (#2248) by @szokeasaurusrex
- ref: Fix typo in tests (#2243) by @szokeasaurusrex
- ref(test): Rename `EndpointOptions` to `MockEndpointBuilder` (#2247) by @szokeasaurusrex
- ref(test): Refactor `EndpointOptions` (#2246) by @szokeasaurusrex
- ref(test): Privatize struct fields of `EndpointOptions` (#2245) by @szokeasaurusrex
- ref(test): Move mock endpoint code to module (#2244) by @szokeasaurusrex
- test: batch send-event tests (#2230) by @szokeasaurusrex
- test: Run `trycmd` tests with `RUST_BACKTRACE=0` (#2242) by @szokeasaurusrex
- test(send-metric): Batch tests together (#2241) by @szokeasaurusrex
- test(react_native): Bubble up `target_os` (#2240) by @szokeasaurusrex
- test(projects): Batch tests together (#2239) by @szokeasaurusrex

_Plus 23 more_

## 2.38.2

### Various fixes & improvements
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 <[email protected]>"]
build = "build.rs"
name = "sentry-cli"
version = "2.38.2"
version = "2.39.0"
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.38.2",
"version": "2.39.0",
"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.38.2",
"version": "2.39.0",
"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.38.2",
"version": "2.39.0",
"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.38.2",
"version": "2.39.0",
"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.38.2",
"version": "2.39.0",
"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.38.2",
"version": "2.39.0",
"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.38.2",
"version": "2.39.0",
"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.38.2",
"version": "2.39.0",
"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.38.2",
"@sentry/cli-linux-arm": "2.38.2",
"@sentry/cli-linux-arm64": "2.38.2",
"@sentry/cli-linux-i686": "2.38.2",
"@sentry/cli-linux-x64": "2.38.2",
"@sentry/cli-win32-i686": "2.38.2",
"@sentry/cli-win32-x64": "2.38.2"
"@sentry/cli-darwin": "2.39.0",
"@sentry/cli-linux-arm": "2.39.0",
"@sentry/cli-linux-arm64": "2.39.0",
"@sentry/cli-linux-i686": "2.39.0",
"@sentry/cli-linux-x64": "2.39.0",
"@sentry/cli-win32-i686": "2.39.0",
"@sentry/cli-win32-x64": "2.39.0"
},
"scripts": {
"postinstall": "node ./scripts/install.js",
Expand Down

0 comments on commit d30066d

Please sign in to comment.