Skip to content

Commit e4b9f07

Browse files
authored
Merge pull request #2838 from DataDog/nogorodnikov/prepare-release-2.26.0
Prepare release 2.26.0
2 parents 4e890c1 + c4f8e90 commit e4b9f07

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
1+
# 2.26.0 / 2025-08-27
2+
3+
* [FEATURE] RUM: Add battery and display attributes. See [#2815](https://github.com/DataDog/dd-sdk-android/pull/2815)
4+
* [FEATURE] RUM: Implement `Navigation 3` view tracking side effect. See [#2830](https://github.com/DataDog/dd-sdk-android/pull/2830)
5+
* [FEATURE] RUM: Make `Navigation 3` tracking listen to lifecycle. See [#2832](https://github.com/DataDog/dd-sdk-android/pull/2832)
6+
* [IMPROVEMENT] Session Replay: `DrawableUtils` performance improvement. See [#2808](https://github.com/DataDog/dd-sdk-android/pull/2808)
7+
* [IMPROVEMENT] RUM: Make accessibility send only mutations. See [#2806](https://github.com/DataDog/dd-sdk-android/pull/2806)
8+
* [IMPROVEMENT] RUM: Create `Navigation 3` demo screen in sample app. See [#2825](https://github.com/DataDog/dd-sdk-android/pull/2825)
9+
* [IMPROVEMENT] Move `OkHttp` client initialization to background thread. See [#2829](https://github.com/DataDog/dd-sdk-android/pull/2829)
10+
* [MAINTENANCE] Add Github action to close stale issues. See [#2826](https://github.com/DataDog/dd-sdk-android/pull/2826)
11+
* [MAINTENANCE] Add a schedule for the stale issues Github action. See [#2827](https://github.com/DataDog/dd-sdk-android/pull/2827)
12+
* [MAINTENANCE] Remove outdated experimental annotations. See [#2833](https://github.com/DataDog/dd-sdk-android/pull/2833)
13+
* [MAINTENANCE] Remove generation of models from internal schemas for RUM. See [#2834](https://github.com/DataDog/dd-sdk-android/pull/2834)
14+
* [MAINTENANCE] Some additional accessibility test coverage. See [#2823](https://github.com/DataDog/dd-sdk-android/pull/2823)
15+
116
# 2.25.0 / 2025-07-28
217

18+
* [FEATURE] RUM: Collect `Locale` attributes. See [#2797](https://github.com/DataDog/dd-sdk-android/pull/2797)
19+
* [FEATURE] RUM: Add accessibility attributes. See [#2787](https://github.com/DataDog/dd-sdk-android/pull/2787)
320
* [BUGFIX] Fix `WindowCallbackWrapper` NPE. See [#2800](https://github.com/DataDog/dd-sdk-android/pull/2800)
421
* [MAINTENANCE] Fix release checking script. See [#2799](https://github.com/DataDog/dd-sdk-android/pull/2799)
522
* [MAINTENANCE] Next dev iteration. See [#2789](https://github.com/DataDog/dd-sdk-android/pull/2789)
623
* [MAINTENANCE] Merge `release/2.24.0` branch into `develop` branch. See [#2792](https://github.com/DataDog/dd-sdk-android/pull/2792)
724
* [MAINTENANCE] Update RUM schema. See [#2795](https://github.com/DataDog/dd-sdk-android/pull/2795)
8-
* [MAINTENANCE] Collect `Locale` attributes. See [#2797](https://github.com/DataDog/dd-sdk-android/pull/2797)
925

1026
# 2.24.0 / 2025-07-16
1127

buildSrc/src/main/kotlin/com/datadog/gradle/config/AndroidConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ object AndroidConfig {
2121
const val MIN_SDK_FOR_AUTO = 29
2222
const val BUILD_TOOLS_VERSION = "36.0.0"
2323

24-
val VERSION = Version(2, 26, 0, Version.Type.Snapshot)
24+
val VERSION = Version(2, 26, 0, Version.Type.Release)
2525
}
2626

2727
// TODO RUM-628 Switch to Java 17 bytecode

0 commit comments

Comments
 (0)