You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
# 3.2.0 / 2025-10-13
2
+
3
+
*[FEATURE] Support Apollo GraphQL. See [#2845](https://github.com/DataDog/dd-sdk-android/pull/2845)
4
+
*[FEATURE] Trace: Account ID and User ID propagation support via `baggage` header. See [#2911](https://github.com/DataDog/dd-sdk-android/pull/2911)
5
+
*[FEATURE] TTID (Time To Initial Display) reporting support. See [#2921](https://github.com/DataDog/dd-sdk-android/pull/2921)
6
+
*[BUGFIX] Fix tags which were missing in Vital event reported for Feature Operations. See [#2928](https://github.com/DataDog/dd-sdk-android/pull/2928)
7
+
*[BUGFIX] Fix RUM `sessionId` which was missing for automatic HTTP tracing via `baggage` header. See [#2904](https://github.com/DataDog/dd-sdk-android/pull/2904)
8
+
*[IMPROVEMENT] Move session properties to `ddtags` over query parameters. See [#2866](https://github.com/DataDog/dd-sdk-android/pull/2866)
9
+
*[IMPROVEMENT] Trace: Support `baggage` header updates. See [#2881](https://github.com/DataDog/dd-sdk-android/pull/2881)
10
+
*[IMPROVEMENT] Mute some Compose Reflection telemetry errors in Session Replay. See [#2901](https://github.com/DataDog/dd-sdk-android/pull/2901)
11
+
*[IMPROVEMENT] RUM: Set initialized flag to false when stop `RumFeature`. See [#2903](https://github.com/DataDog/dd-sdk-android/pull/2903)
12
+
*[IMPROVEMENT] RUM: Update doc of `addViewLoadingTime`. See [#2909](https://github.com/DataDog/dd-sdk-android/pull/2909)
13
+
*[IMPROVEMENT] Minor code improvements. See [#2913](https://github.com/DataDog/dd-sdk-android/pull/2913)
14
+
*[IMPROVEMENT] Session Replay: Extend resource handling to support multiple MIME types. See [#2914](https://github.com/DataDog/dd-sdk-android/pull/2914)
15
+
*[MAINTENANCE] Add `libs.versions.toml` in `GenerateTransitiveDependenciesTask` as input. See [#2905](https://github.com/DataDog/dd-sdk-android/pull/2905)
16
+
*[MAINTENANCE] Move `TimeProvider` into `dd-sdk-android-internal`. See [#2906](https://github.com/DataDog/dd-sdk-android/pull/2906)
17
+
*[MAINTENANCE] Bump `dd-trace-java` version to `1.54.0`. See [#2916](https://github.com/DataDog/dd-sdk-android/pull/2916)
18
+
*[MAINTENANCE] Enhancing check last release script. See [#2927](https://github.com/DataDog/dd-sdk-android/pull/2927)
19
+
1
20
# 3.1.0 / 2025-09-18
2
21
3
22
*[FEATURE] RUM: Feature Operations public API. See [#2814](https://github.com/DataDog/dd-sdk-android/pull/2814)
0 commit comments