Skip to content

Commit

Permalink
chore(deps): update CLI to v2.41.1 (#119)
Browse files Browse the repository at this point in the history
Bumps sentry-cli.properties from 2.40.0 to 2.41.1.

Auto-generated by a [dependency
updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml).
## Changelog
### 2.41.1

#### Various fixes & improvements

- build: Replace `dotenv` with `dotenvy`
([#2351](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2351))
by szokeasaurusrex
- This fixes a problem where multiline env variables were not supported
in `.env` files

### 2.41.0

#### Various fixes & improvements

- build: Bump `symbolic` to `12.13.3`
([#2346](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2346))
by szokeasaurusrex
- ref(api): Replace custom deserializer with derive
([#2337](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2337))
by szokeasaurusrex
- ref(sourcemaps): Reduce sourcemap upload memory usage
([#2343](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2343))
by szokeasaurusrex
- build: Update `memmap2`
([#2340](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2340))
by szokeasaurusrex
- ref: Fix new clippy lints
([#2341](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2341))
by szokeasaurusrex
- feat(dif): Fail `debug-files upload` when file is too big
([#2331](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2331))
by szokeasaurusrex
- ref(dif): Handle "too big" error with warning
([#2330](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2330))
by szokeasaurusrex
- ref(dif): Create type for DIF validation errors
([#2329](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2329))
by szokeasaurusrex
- ref(api): Remove unnecessary `collect`
([#2333](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2333))
by szokeasaurusrex

Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Jan 27, 2025
1 parent 8b16635 commit 01a3be6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
- Bump Sentry SDK from v7.8.0 to v8.0.0 ([#78](https://github.com/getsentry/sentry-maven-plugin/pull/78), [#86](https://github.com/getsentry/sentry-maven-plugin/pull/86), [#97](https://github.com/getsentry/sentry-maven-plugin/pull/97), [#99](https://github.com/getsentry/sentry-maven-plugin/pull/99), [#104](https://github.com/getsentry/sentry-maven-plugin/pull/104), [#111](https://github.com/getsentry/sentry-maven-plugin/pull/111), [#113](https://github.com/getsentry/sentry-maven-plugin/pull/113), [#115](https://github.com/getsentry/sentry-maven-plugin/pull/115), [#120](https://github.com/getsentry/sentry-maven-plugin/pull/120))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#800)
- [diff](https://github.com/getsentry/sentry-java/compare/7.8.0...8.0.0)
- Bump CLI from v2.31.2 to v2.40.0 ([#76](https://github.com/getsentry/sentry-maven-plugin/pull/76), [#85](https://github.com/getsentry/sentry-maven-plugin/pull/85), [#87](https://github.com/getsentry/sentry-maven-plugin/pull/87), [#90](https://github.com/getsentry/sentry-maven-plugin/pull/90), [#91](https://github.com/getsentry/sentry-maven-plugin/pull/91), [#96](https://github.com/getsentry/sentry-maven-plugin/pull/96), [#98](https://github.com/getsentry/sentry-maven-plugin/pull/98), [#101](https://github.com/getsentry/sentry-maven-plugin/pull/101), [#102](https://github.com/getsentry/sentry-maven-plugin/pull/102), [#109](https://github.com/getsentry/sentry-maven-plugin/pull/109), [#114](https://github.com/getsentry/sentry-maven-plugin/pull/114))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2400)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.31.2...2.40.0)
- Bump CLI from v2.31.2 to v2.41.1 ([#76](https://github.com/getsentry/sentry-maven-plugin/pull/76), [#85](https://github.com/getsentry/sentry-maven-plugin/pull/85), [#87](https://github.com/getsentry/sentry-maven-plugin/pull/87), [#90](https://github.com/getsentry/sentry-maven-plugin/pull/90), [#91](https://github.com/getsentry/sentry-maven-plugin/pull/91), [#96](https://github.com/getsentry/sentry-maven-plugin/pull/96), [#98](https://github.com/getsentry/sentry-maven-plugin/pull/98), [#101](https://github.com/getsentry/sentry-maven-plugin/pull/101), [#102](https://github.com/getsentry/sentry-maven-plugin/pull/102), [#109](https://github.com/getsentry/sentry-maven-plugin/pull/109), [#114](https://github.com/getsentry/sentry-maven-plugin/pull/114), [#119](https://github.com/getsentry/sentry-maven-plugin/pull/119))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2411)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.31.2...2.41.1)

## 0.0.8

Expand Down
2 changes: 1 addition & 1 deletion sentry-cli.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 2.40.0
version = 2.41.1
repo = https://github.com/getsentry/sentry-cli

0 comments on commit 01a3be6

Please sign in to comment.