Skip to content

Commit e08b23a

Browse files
author
getsentry-bot
committed
Merge branch 'release/2.39.0'
2 parents ffd3848 + 63b0fbb commit e08b23a

File tree

11 files changed

+79
-17
lines changed

11 files changed

+79
-17
lines changed

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,68 @@
22

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

5+
## 2.39.0
6+
7+
### Features/improvements
8+
9+
- feat(proguard): Introduce experimental chunk uploading feature (#2264) by @szokeasaurusrex
10+
- feat: Read debug IDs from `debugId` field in sourcemaps (#2222)
11+
12+
### Various fixes & improvements
13+
14+
- ref(proguard): Delete pointless code (#2263) by @szokeasaurusrex
15+
- fix: Improve error handling in dif.rs (#2225)
16+
- ci: Run codeql-analysis on all PRs (#2224)
17+
- build: Add `assert_cmd` as a dev dependency
18+
- ref(api): Remove dead code (#2217)
19+
- ref: Remove `SENTRY_DUMP_REPONSE` environment variable (#2212)
20+
- ref(utils): Remove `allow(dead_code)` from update utils (#2216)
21+
- ref(api): Remove blanket `allow(dead_code)` (#2215)
22+
- ref(api): Only allow dead code where needed (#2213)
23+
24+
<details>
25+
<summary><h3>Changes to tests</h3></summary>
26+
27+
- ref(test): Broaden `with_header_matcher` types (#2261) by @szokeasaurusrex
28+
- ref(test): Accept `impl Into<Matcher>` for `with_matcher` (#2260) by @szokeasaurusrex
29+
- ref(test): Align `with_reponse_body` parameter to `mockito` (#2259) by @szokeasaurusrex
30+
- ref(test): Make mock builder status default to `200` (#2258) by @szokeasaurusrex
31+
- ref(test): Change chunk upload options org (#2257) by @szokeasaurusrex
32+
- ref(test): Bump `mockito` mocking library (#2254) by @szokeasaurusrex
33+
- ref(test): Use `TestManager` in new chunk upload test (#2253) by @szokeasaurusrex
34+
- ref(test): Add `TestManager` struct for uniform test setup (#2252) by @szokeasaurusrex
35+
- ref(tests): `mock_common_endpoints` refactor (#2251) by @szokeasaurusrex
36+
- ref(tests): Simplify `mock_common_upload_endpoints` (#2250) by @szokeasaurusrex
37+
- ref(tests): Extract `mock_common_upload_endpoints` into module (#2249) by @szokeasaurusrex
38+
- ref(tests): Rename `mocking` to `mock_endpoint_builder` (#2248) by @szokeasaurusrex
39+
- ref: Fix typo in tests (#2243) by @szokeasaurusrex
40+
- ref(test): Rename `EndpointOptions` to `MockEndpointBuilder` (#2247) by @szokeasaurusrex
41+
- ref(test): Refactor `EndpointOptions` (#2246) by @szokeasaurusrex
42+
- ref(test): Privatize struct fields of `EndpointOptions` (#2245) by @szokeasaurusrex
43+
- ref(test): Move mock endpoint code to module (#2244) by @szokeasaurusrex
44+
- test: batch send-event tests (#2230) by @szokeasaurusrex
45+
- test: Run `trycmd` tests with `RUST_BACKTRACE=0` (#2242) by @szokeasaurusrex
46+
- test(send-metric): Batch tests together (#2241) by @szokeasaurusrex
47+
- test(react_native): Bubble up `target_os` (#2240) by @szokeasaurusrex
48+
- test(projects): Batch tests together (#2239) by @szokeasaurusrex
49+
- test(monitors): Batch monitors tests (#2236)
50+
- test(monitors): Delete unneeded monitors test (#2237)
51+
- test(organizations): Batch tests together (#2238)
52+
- test(events): Batch tests together (#2235)
53+
- test(debug-files): Batch tests together (#2234)
54+
- test: batch token validation tests (#2231)
55+
- test: batch upload-proguard tests (#2233)
56+
- test: batch update tests (#2232)
57+
- test: Batch org token tests together (#2229)
58+
- test: Batch `bash_hook` tests together (#2226)
59+
- test: batch login tests (#2228)
60+
- test: Batch send envelope tests together (#2227)
61+
- test(debug-files): Add test for `assemble` endpoint call
62+
- ref(tests): Decouple test env vars from trycmd code
63+
64+
</details>
65+
66+
567
## 2.38.2
668

769
### Various fixes & improvements

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Armin Ronacher <[email protected]>"]
33
build = "build.rs"
44
name = "sentry-cli"
5-
version = "2.38.2"
5+
version = "2.39.0"
66
edition = "2021"
77
rust-version = "1.65"
88

npm-binary-distributions/darwin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli-darwin",
3-
"version": "2.38.2",
3+
"version": "2.39.0",
44
"description": "The darwin distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

npm-binary-distributions/linux-arm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli-linux-arm",
3-
"version": "2.38.2",
3+
"version": "2.39.0",
44
"description": "The linux arm distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

npm-binary-distributions/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli-linux-arm64",
3-
"version": "2.38.2",
3+
"version": "2.39.0",
44
"description": "The linux arm64 distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

npm-binary-distributions/linux-i686/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli-linux-i686",
3-
"version": "2.38.2",
3+
"version": "2.39.0",
44
"description": "The linux x86 and ia32 distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

npm-binary-distributions/linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli-linux-x64",
3-
"version": "2.38.2",
3+
"version": "2.39.0",
44
"description": "The linux x64 distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

npm-binary-distributions/win32-i686/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli-win32-i686",
3-
"version": "2.38.2",
3+
"version": "2.39.0",
44
"description": "The windows x86 and ia32 distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

npm-binary-distributions/win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli-win32-x64",
3-
"version": "2.38.2",
3+
"version": "2.39.0",
44
"description": "The windows x64 distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli",
3-
"version": "2.38.2",
3+
"version": "2.39.0",
44
"description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/",
55
"repository": "git://github.com/getsentry/sentry-cli.git",
66
"homepage": "https://docs.sentry.io/hosted/learn/cli/",
@@ -30,13 +30,13 @@
3030
"prettier": "2.8.8"
3131
},
3232
"optionalDependencies": {
33-
"@sentry/cli-darwin": "2.38.2",
34-
"@sentry/cli-linux-arm": "2.38.2",
35-
"@sentry/cli-linux-arm64": "2.38.2",
36-
"@sentry/cli-linux-i686": "2.38.2",
37-
"@sentry/cli-linux-x64": "2.38.2",
38-
"@sentry/cli-win32-i686": "2.38.2",
39-
"@sentry/cli-win32-x64": "2.38.2"
33+
"@sentry/cli-darwin": "2.39.0",
34+
"@sentry/cli-linux-arm": "2.39.0",
35+
"@sentry/cli-linux-arm64": "2.39.0",
36+
"@sentry/cli-linux-i686": "2.39.0",
37+
"@sentry/cli-linux-x64": "2.39.0",
38+
"@sentry/cli-win32-i686": "2.39.0",
39+
"@sentry/cli-win32-x64": "2.39.0"
4040
},
4141
"scripts": {
4242
"postinstall": "node ./scripts/install.js",

0 commit comments

Comments
 (0)