From 1f620f17c4014328aa7c5277ba0624160f8e147b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:06:06 +0100 Subject: [PATCH] chore(deps): update CLI to v2.39.0 (#791) * chore: update plugin-build/sentry-cli.properties to 2.39.0 * Update CHANGELOG.md --------- Co-authored-by: GitHub Co-authored-by: Roman Zavarnitsyn --- CHANGELOG.md | 8 +++++--- plugin-build/sentry-cli.properties | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff23d3cc..4227c099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,14 @@ ### Features - Add AutoInstallStrategy for graphql-22 ([#781](https://github.com/getsentry/sentry-android-gradle-plugin/pull/781)) +- New experimental option to upload proguard mappings chunked. Set the env variable to try it out: `export SENTRY_EXPERIMENTAL_PROGUARD_CHUNK_UPLOAD=1` + - This should prevent intermittent `502: Bad Gateway` errors when uploading proguard mappings ### Dependencies -- Bump CLI from v2.38.0 to v2.38.2 ([#786](https://github.com/getsentry/sentry-android-gradle-plugin/pull/786)) - - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2382) - - [diff](https://github.com/getsentry/sentry-cli/compare/2.38.0...2.38.2) +- Bump CLI from v2.38.0 to v2.39.0 ([#786](https://github.com/getsentry/sentry-android-gradle-plugin/pull/786), [#791](https://github.com/getsentry/sentry-android-gradle-plugin/pull/791)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2390) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.38.0...2.39.0) ## 4.13.0 diff --git a/plugin-build/sentry-cli.properties b/plugin-build/sentry-cli.properties index b69474af..97e58a7d 100644 --- a/plugin-build/sentry-cli.properties +++ b/plugin-build/sentry-cli.properties @@ -1,2 +1,2 @@ -version = 2.38.2 +version = 2.39.0 repo = https://github.com/getsentry/sentry-cli