Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 2.24.0 / 2025-07-16

* [FEATURE] Add Clear User Info API. See [#2768](https://github.com/DataDog/dd-sdk-android/pull/2768)
* [BUGFIX] Shallow copy node wireframes before iterating in `NodeFlattener`. See [#2736](https://github.com/DataDog/dd-sdk-android/pull/2736)
* [BUGFIX] Fix Session Replay NPE when getting `TextView` padding. See [#2784](https://github.com/DataDog/dd-sdk-android/pull/2784)
* [IMPROVEMENT] Stop posting recorded data item from main thread. See [#2763](https://github.com/DataDog/dd-sdk-android/pull/2763)
* [IMPROVEMENT] Stop telemetry for Compose `CheckBox` and `RadioButton`. See [#2775](https://github.com/DataDog/dd-sdk-android/pull/2775)
* [IMPROVEMENT] Introduce `_RumInternalProxy.setRumSessionTypeOverride`. See [#2776](https://github.com/DataDog/dd-sdk-android/pull/2776)
* [IMPROVEMENT] Add `updateExternalRefreshRate` to internal RUM API. See [#2772](https://github.com/DataDog/dd-sdk-android/pull/2772)
* [MAINTENANCE] Next dev iteration. See [#2752](https://github.com/DataDog/dd-sdk-android/pull/2752)
* [MAINTENANCE] Merge `release/2.23.0` branch into `develop` branch. See [#2755](https://github.com/DataDog/dd-sdk-android/pull/2755)
* [MAINTENANCE] Remove non-existent Gitlab file reference. See [#2753](https://github.com/DataDog/dd-sdk-android/pull/2753)
* [MAINTENANCE] Remove workaround when checking `dd-sdk-android-benchmark-internal` is published. See [#2758](https://github.com/DataDog/dd-sdk-android/pull/2758)
* [MAINTENANCE] Add `DDOCTOSTS_ID_TOKEN` to `dogfood-app` and `dogfood-demo`. See [#2757](https://github.com/DataDog/dd-sdk-android/pull/2757)
* [MAINTENANCE] Update `CONTRIBUTING` doc with missing modules. See [#2762](https://github.com/DataDog/dd-sdk-android/pull/2762)
* [MAINTENANCE] Update base Docker image to `Jammy`. See [#2761](https://github.com/DataDog/dd-sdk-android/pull/2761)
* [MAINTENANCE] Update docker image used in `ci-image` job. See [#2764](https://github.com/DataDog/dd-sdk-android/pull/2764)
* [MAINTENANCE] Use Datadog Gradle Plugin version 1.18.0. See [#2769](https://github.com/DataDog/dd-sdk-android/pull/2769)
* [MAINTENANCE] Migrate publishing from OSSRH to Central Publisher portal. See [#2770](https://github.com/DataDog/dd-sdk-android/pull/2770)
* [MAINTENANCE] Close Sonatype staging repo after publishing. See [#2774](https://github.com/DataDog/dd-sdk-android/pull/2774)
* [MAINTENANCE] Run unit tests from samples folder and for `tools:benchmark` module. See [#2777](https://github.com/DataDog/dd-sdk-android/pull/2777)
* [MAINTENANCE] Update `gradle-dependency-license` plugin to version 0.4.0. See [#2788](https://github.com/DataDog/dd-sdk-android/pull/2788)

# 2.23.0 / 2025-06-23

* [FEATURE] Global: Add public APIs for set account information. See [#2694](https://github.com/DataDog/dd-sdk-android/pull/2694)
Expand Down
Loading