|
4 | 4 |
|
5 | 5 | ## 2.42.0
|
6 | 6 |
|
| 7 | +With this release, we now build and publish multi-architecture (arm64 and aarch64) Docker images for Sentry CLI, both to the GitHub Container Registry (GHCR) and Docker Hub. |
| 8 | + |
7 | 9 | ### Various fixes & improvements
|
8 | 10 |
|
| 11 | +- feat: Only warn for token org mismatch (#2382) by @szokeasaurusrex |
| 12 | +- feat: Improve custom panic hook (#2355) by @szokeasaurusrex |
| 13 | + - We now have better error messages when there is an internal error in Sentry CLI. |
| 14 | +- feat: Deprecate `--use-artifact-bundle` option (#2349) by @szokeasaurusrex |
| 15 | +- feat: Deprecate `useArtifactBundle` JS option (#2348) by @szokeasaurusrex |
| 16 | +- fix(update): Properly handle errors when getting latest CLI version (#2370) by @szokeasaurusrex |
| 17 | + |
| 18 | +<details> |
| 19 | +<summary><h3>Non-user-facing changes</h3></summary> |
| 20 | + |
9 | 21 | - ci(docker): Add Craft targets for `docker` (#2390) by @szokeasaurusrex
|
10 | 22 | - ci(docker): Enable caching of Docker builds (#2389) by @szokeasaurusrex
|
11 | 23 | - ci(docker): Remove invalid argument (#2388) by @szokeasaurusrex
|
|
14 | 26 | - build: Use hash instead of branch in GHCR tag (#2384) by @szokeasaurusrex
|
15 | 27 | - build: Build Docker image in CI and publish to GHCR (#2383) by @szokeasaurusrex
|
16 | 28 | - ci: Pin Actions runners' OS versions (#2353) by @szokeasaurusrex
|
17 |
| -- feat: Only warn for token org mismatch (#2382) by @szokeasaurusrex |
18 | 29 | - meta: Update LICENSE (#2380) by @szokeasaurusrex
|
19 | 30 | - build: Update `url` crate (#2379) by @szokeasaurusrex
|
20 | 31 | - docs: Explain why lint is disabled (#2371) by @szokeasaurusrex
|
21 |
| -- fix(update): Properly handle errors when getting latest CLI version (#2370) by @szokeasaurusrex |
22 | 32 | - ref(sourcemaps): Fix `unnecessary_wraps` for `add_debug_id_references` (#2369) by @szokeasaurusrex
|
23 | 33 | - ref(sourcemaps): Fix `unnecessary_wraps` for `add_sourcemap_references` (#2368) by @szokeasaurusrex
|
24 | 34 | - ref(sourcemaps): Fix `unnecessary_wraps` lint for `SourceMapsProcessor::add` (#2367) by @szokeasaurusrex
|
|
30 | 40 | - ref(config): Remove unneeded `Result` from `Config::from_file` (#2361) by @szokeasaurusrex
|
31 | 41 | - ref: Enable `clippy::unnecessary_wraps` lint (#2358) by @szokeasaurusrex
|
32 | 42 | - ci: Change lint action to `-D warnings` (#2359) by @szokeasaurusrex
|
| 43 | +- ref: Simplify `--log-level` parsing (#2356) by @szokeasaurusrex |
| 44 | +- docs: Correct typo in doc string (#2354) by @szokeasaurusrex |
33 | 45 |
|
34 |
| -_Plus 5 more_ |
| 46 | +</details> |
35 | 47 |
|
36 | 48 | ## 2.41.1
|
37 | 49 |
|
38 | 50 | ### Various fixes & improvements
|
39 | 51 |
|
40 | 52 | - build: Replace `dotenv` with `dotenvy` (#2351) by @szokeasaurusrex
|
41 |
| - - This fixes a problem where multiline env variables were not supported in `.env` files |
| 53 | + - This fixes a problem where multiline env variables were not supported in `.env` files |
42 | 54 |
|
43 | 55 | ## 2.41.0
|
44 | 56 |
|
|
0 commit comments