Skip to content

Commit 4fd6f0c

Browse files
authored
Merge pull request #2388 from embrace-io/hho/changelog-7.7.0
Update changelog in repo
2 parents c118a1e + a14ff68 commit 4fd6f0c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

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

3+
## 7.7.0
4+
*July 18, 2025*
5+
6+
- Improve cold startup trace by automatically instrumenting `Application.onCreate()` invocation
7+
- Add `session.id` attribute to all Spans that denotes the session in which a Span started in
8+
- Use Kotlin OTel API and Java adaptors internally (no visible API or behavior change to SDK users)
9+
- Require desugaring at build time when minSdk < 26 due to OTel SDK issue
10+
11+
## 7.6.1
12+
*July 17, 2025*
13+
14+
> This version is identical to 7.6.0 except that the desugaring requirement if Android 7.x is supported will be verified at build time.
15+
> This patch is unnecessary if you are already running 7.6.0. But if you support Android 7.x, ensure that you have desugaring enabled or else the Embrace SDK will not start for apps running on those Android versions.
16+
17+
- Require desugaring at build time when minSdk < 26 due to OTel SDK issue
18+
19+
## 7.6.0
20+
*June 25, 2025*
21+
22+
> This version requires desugaring if your app support Android 7.x. Previously, the requirement had been for support of Android 6.x or lower. For more information, please see [Google's documentation here](https://developer.android.com/studio/write/java8-support#library-desugaring)
23+
24+
- Fix a Dexguard issue when bundle and assemble are executed in the same Gradle command
25+
- Stop tracking ANRs for sessions that start and stay in the background
26+
327
## 7.5.0
428
*June 9, 2025*
529

0 commit comments

Comments
 (0)