Skip to content

Commit 380d42f

Browse files
docs: add changelog for 7.9.2 (#2596)
1 parent 75ebf14 commit 380d42f

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Embrace Android SDK Changelog
22

3+
## 7.9.2
4+
5+
*October 20, 2025*
6+
7+
- Propagate arguments correctly when starting span directly via OTel API
8+
9+
## 7.9.1
10+
11+
*August 29, 2025*
12+
13+
- Restore the minimum Java runtime compatibility version to 1.8
14+
15+
## 7.9.0
16+
17+
*August 27, 2025*
18+
19+
:::info Important
20+
This release bumped the minimum runtime Java version to 11. Compatibility with 1.8 is restored in 7.9.1.
21+
:::
22+
23+
- Fix transitive dependency issue to restore the minimum Kotlin version to 1.8.22.
24+
325
## 7.8.0
426
*August 11, 2025*
527

buildSrc/src/main/kotlin/io/embrace/internal/LintConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ fun LibraryExtension.configureLint(project: Project) {
1010
checkAllWarnings = true
1111
checkReleaseBuilds = false // run on CI instead, speeds up release builds
1212
baseline = project.file("lint-baseline.xml")
13-
disable.addAll(setOf("GradleDependency", "NewerVersionAvailable"))
13+
disable.addAll(setOf("GradleDependency", "NewerVersionAvailable", "AndroidGradlePluginVersion"))
1414
}
1515
}

0 commit comments

Comments
 (0)