8
8
9
9
- ref: Exclude `mobile-app` command from release builds (#2582) by @szokeasaurusrex
10
10
- feat(login): Improve error output for login errors (#2581) by @szokeasaurusrex
11
- - build(deps): bump swatinem/rust-cache from 2.7.8 to 2.8.0 (#2573) by @dependabot
12
- - build(deps): bump github/codeql-action from 3.29.0 to 3.29.2 (#2574) by @dependabot
13
- - feat(mobile-app): Fail mobile-app upload command early if not authenticated (#2570) by @rbro112
14
- - chore: Fix latest clippy lints (#2571) by @rbro112
15
- - feat: Add asset catalog parsing for apple platforms (#2545) by @noahsmartin
16
- - fix(mobile-app): Check server support before upload (#2568) by @szokeasaurusrex
17
- - fix(mobile-app): Avoid panic if chunk uploading not supported (#2567) by @szokeasaurusrex
18
- - build(deps): bump docker/setup-buildx-action from 3.11.0 to 3.11.1 (#2565) by @dependabot
19
11
- test(monitors): pass empty options to grep (#2562) by @lcian
20
- - build(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.0 (#2561) by @dependabot
21
- - build(deps): bump github/codeql-action from 3.28.19 to 3.29.0 (#2560) by @dependabot
22
- - chore: Update OS X -> macOS (#2557) by @noahsmartin
23
- - meta: Add some testing notes to docs (#2552) by @rbro112
24
12
- feat(login): Warn when overwriting existing auth token (#2554) by @szokeasaurusrex
25
- - ref(mobile-app): Wireup mobile app upload (#2542) by @rbro112
26
- - ci: Use `windows-2022` (#2549) by @szokeasaurusrex
27
- - build: Bump `rust` docker image (#2550) by @szokeasaurusrex
28
- - build: Bump and pin Alpine Docker image (#2551) by @szokeasaurusrex
29
- - build(deps): bump github/codeql-action from 3.28.18 to 3.28.19 (#2548) by @dependabot
30
13
- meta: Add .sentryclirc to gitignore (#2547) by @rbro112
31
- - ref(mobile-app): Add debug logging to mobile-app command (#2546) by @rbro112
32
- - Add Zip normalization of provided paths before uploading (#2532) by @rbro112
33
-
34
- _Plus 13 more_
14
+ - build: Bump MSRV to 1.86
35
15
36
16
## 2.46.0
37
17
@@ -52,11 +32,12 @@ _Plus 13 more_
52
32
## 2.45.0
53
33
54
34
### New feature
35
+
55
36
- feat(sourcemaps): Multi-project sourcemaps upload (#2497) by @szokeasaurusrex
56
- - Sourcemaps can now be uploaded to multiple projects at once by passing each project to the `sentry-cli sourcemaps upload` command, like so:
57
- ```sh
58
- sentry-cli sourcemaps upload -p project1 -p project2 /path/to/sourcemaps
59
- ```
37
+ - Sourcemaps can now be uploaded to multiple projects at once by passing each project to the `sentry-cli sourcemaps upload` command, like so:
38
+ ```sh
39
+ sentry-cli sourcemaps upload -p project1 -p project2 /path/to/sourcemaps
40
+ ```
60
41
- Note that users on old versions of self-hosted Sentry may need to upgrade their self-hosted server to a newer version to take advantage of multi-project uploads.
61
42
62
43
### Various fixes & improvements
0 commit comments