Skip to content

Commit 6b4088c

Browse files
runningcodeclaude
andauthored
chore(changelog): Prepare 6.0.0 release changelog (#1056)
* chore(changelog): Prepare 6.0.0 release changelog Consolidate all changes from pre-release versions (alpha, beta, rc) into a single 6.0.0 release entry. Organized by category for easier reading. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * chore(changelog): Refine changelog organization - Update AGP support message to reference 5.12.x - Move various fixes into main Fixes section - Move content to Unreleased section Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 41c3070 commit 6b4088c

File tree

1 file changed

+46
-6
lines changed

1 file changed

+46
-6
lines changed

CHANGELOG.md

Lines changed: 46 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,59 @@
22

33
## Unreleased
44

5+
**Breaking Changes**:
6+
7+
This version introduces sentry-cli 3.0.0. Sentry-cli 3.0.0 and above only officially supports Sentry SaaS and Sentry self-hosted versions 25.11.1 and higher. While many Sentry CLI features may, in practice, continue working with some older Sentry versions, continued support for Sentry versions older than 25.11.1 is not guaranteed. You can use an older version of this plugin if you need support for older Sentry self-hosted versions.
8+
9+
- Drop support for Android Gradle Plugin 7.3.X and below. To continue to use 7.3.X and below use Sentry Android Gradle Plugin 5.12.x. ([#911](https://github.com/getsentry/sentry-android-gradle-plugin/pull/911))
10+
- Minimum supported Kotlin language version is now 1.8 ([#935](https://github.com/getsentry/sentry-android-gradle-plugin/pull/935))
11+
12+
### Features
13+
14+
- Add upload functionality for size analysis ([#915](https://github.com/getsentry/sentry-android-gradle-plugin/pull/915))
15+
- Add VCS info extension for build uploads with customizable version control metadata ([#969](https://github.com/getsentry/sentry-android-gradle-plugin/pull/969))
16+
- Add buildConfiguration to SizeAnalysisExtension ([#976](https://github.com/getsentry/sentry-android-gradle-plugin/pull/976))
17+
- Add Distribution API to Sentry Android Gradle Plugin ([#986](https://github.com/getsentry/sentry-android-gradle-plugin/pull/986))
18+
- Add GenerateDistributionPropertiesTask for distribution options ([#999](https://github.com/getsentry/sentry-android-gradle-plugin/pull/999), [#1000](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1000))
19+
- Auto-install distribution dependency when enabled for variant ([#1001](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1001))
20+
- Add dedicated distribution auth token property ([#1007](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1007))
21+
- Enable build uploads when distribution is enabled ([#1011](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1011))
22+
- Separate upload and SDK installation controls for distribution ([#1017](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1017))
23+
- Remove validation requiring distribution.enabled for updateSdkVariants ([#1019](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1019))
24+
- Mark sizeAnalysis APIs as experimental ([#985](https://github.com/getsentry/sentry-android-gradle-plugin/pull/985))
25+
- Include version in logs if auto install refuses to install a dependency ([#979](https://github.com/getsentry/sentry-android-gradle-plugin/pull/979))
26+
- Auto install Spring Boot 4 (`sentry-spring-boot-4`) and Spring 7 (`sentry-spring-7`) modules ([#980](https://github.com/getsentry/sentry-android-gradle-plugin/pull/980))
27+
528
### Fixes
629

30+
- Enable caching for BundleSourcesTask ([#894](https://github.com/getsentry/sentry-android-gradle-plugin/pull/894))
31+
- Add support for Kotlin 2.2.0 for Sentry Kotlin Compiler Plugin ([#944](https://github.com/getsentry/sentry-android-gradle-plugin/pull/944))
32+
- Fix compatibility with Kotlin 2.3.0 ([#1046](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1046))
33+
- Sentry dependencies intended for Spring Boot 3 / Spring 6 will no longer be installed for Spring Boot 4 / Spring 7 ([#980](https://github.com/getsentry/sentry-android-gradle-plugin/pull/980))
34+
- Allow lazily configured version details for ProGuard mappings ([#974](https://github.com/getsentry/sentry-android-gradle-plugin/pull/974))
35+
- Fix `Modifier.sentryTag()` not found warning ([#997](https://github.com/getsentry/sentry-android-gradle-plugin/pull/997))
736
- Fix reproducible builds by writing `sentry-debug-meta.properties` without timestamps ([#876](https://github.com/getsentry/sentry-android-gradle-plugin/pull/876))
837
- Skip generating `sentry-debug-meta.properties` when `includeProguardMapping` and `includeSourceContext` are disabled ([#1047](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1047))
38+
- Include root project check in preMerge task ([#1006](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1006))
39+
- Set SENTRY_PIPELINE environment variable for all sentry-cli invocations ([#1036](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1036))
40+
- Stop passing deprecated parameters to sentry-cli ([#1015](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1015))
41+
- Rename orgAuthToken to distributionAuthToken ([#1025](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1025))
42+
- Remove null conventions from VcsInfoExtension ([#983](https://github.com/getsentry/sentry-android-gradle-plugin/pull/983))
43+
44+
### Internal
45+
46+
- Add Google Truth for easier to debug assertions in tests ([#920](https://github.com/getsentry/sentry-android-gradle-plugin/pull/920))
47+
- Generate AGP/Gradle compatibility matrix dynamically ([#873](https://github.com/getsentry/sentry-android-gradle-plugin/pull/873))
948

1049
### Dependencies
1150

12-
- Bump CLI from v3.0.1 to v3.1.0 ([#1049](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1049), [#1052](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1052))
13-
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#310)
14-
- [diff](https://github.com/getsentry/sentry-cli/compare/3.0.1...3.1.0)
15-
- Bump Android SDK from v8.29.0 to v8.30.0 ([#1053](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1053))
51+
- Set build default Gradle Version to 8.14.2 ([#891](https://github.com/getsentry/sentry-android-gradle-plugin/pull/891))
52+
- Bump Android SDK from v8.14.0 to v8.30.0 ([#919](https://github.com/getsentry/sentry-android-gradle-plugin/pull/919), [#936](https://github.com/getsentry/sentry-android-gradle-plugin/pull/936), [#943](https://github.com/getsentry/sentry-android-gradle-plugin/pull/943), [#958](https://github.com/getsentry/sentry-android-gradle-plugin/pull/958), [#962](https://github.com/getsentry/sentry-android-gradle-plugin/pull/962), [#967](https://github.com/getsentry/sentry-android-gradle-plugin/pull/967), [#981](https://github.com/getsentry/sentry-android-gradle-plugin/pull/981), [#988](https://github.com/getsentry/sentry-android-gradle-plugin/pull/988), [#996](https://github.com/getsentry/sentry-android-gradle-plugin/pull/996), [#1009](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1009), [#1020](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1020), [#1027](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1027), [#1032](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1032), [#1034](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1034), [#1041](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1041), [#1053](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1053))
1653
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8300)
17-
- [diff](https://github.com/getsentry/sentry-java/compare/8.29.0...8.30.0)
54+
- [diff](https://github.com/getsentry/sentry-java/compare/8.14.0...8.30.0)
55+
- Bump CLI from v2.46.0 to v3.1.0 ([#948](https://github.com/getsentry/sentry-android-gradle-plugin/pull/948), [#957](https://github.com/getsentry/sentry-android-gradle-plugin/pull/957), [#964](https://github.com/getsentry/sentry-android-gradle-plugin/pull/964), [#970](https://github.com/getsentry/sentry-android-gradle-plugin/pull/970), [#987](https://github.com/getsentry/sentry-android-gradle-plugin/pull/987), [#990](https://github.com/getsentry/sentry-android-gradle-plugin/pull/990), [#993](https://github.com/getsentry/sentry-android-gradle-plugin/pull/993), [#1002](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1002), [#1014](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1014), [#1024](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1024), [#1028](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1028), [#1037](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1037), [#1038](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1038), [#1040](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1040), [#1043](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1043), [#1049](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1049), [#1052](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1052))
56+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#310)
57+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.46.0...3.1.0)
1858

1959
## 6.0.0-rc.1
2060

@@ -138,7 +178,7 @@ This version introduces sentry-cli 3.0.0. Sentry-cli 3.0.0 and above only offici
138178

139179
### Breaking Changes
140180

141-
- Drop support for Android Gradle Plugin 7.3.X and below. To continue to use 7.3.X and below use Sentry Android Gradle Plugin 5.7.0. ([#911](https://github.com/getsentry/sentry-android-gradle-plugin/pull/911))
181+
- Drop support for Android Gradle Plugin 7.3.X and below. To continue to use 7.3.X and below use Sentry Android Gradle Plugin 5.12.x. ([#911](https://github.com/getsentry/sentry-android-gradle-plugin/pull/911))
142182
- Minimum supported Kotlin language version is now 1.8 ([#935](https://github.com/getsentry/sentry-android-gradle-plugin/pull/935))
143183

144184
### Internal

0 commit comments

Comments
 (0)