File tree 2 files changed +19
-1
lines changed
buildSrc/src/main/kotlin/com/datadog/gradle/config 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 2.6.0 / 2024-02-19
2
+
3
+ * [ FEATURE] RUM\Logs: Report all threads in case of crash. See [ #1848 ] ( https://github.com/DataDog/dd-sdk-android/pull/1848 )
4
+ * [ BUGFIX] RUM: Make a copy of attributes before passing them to RUM event. See [ #1830 ] ( https://github.com/DataDog/dd-sdk-android/pull/1830 )
5
+ * [ BUGFIX] Session Replay: Add traversal flag to snapshot items. See [ #1837 ] ( https://github.com/DataDog/dd-sdk-android/pull/1837 )
6
+ * [ BUGFIX] Drop batch telemetry where duration or age have negative values. See [ #1850 ] ( https://github.com/DataDog/dd-sdk-android/pull/1850 )
7
+ * [ BUGFIX] RUM: Do not update RUM View global properties after the view is stopped. See [ #1851 ] ( https://github.com/DataDog/dd-sdk-android/pull/1851 )
8
+ * [ IMPROVEMENT] RUM: Improve vital support for higher refresh rate devices. See [ #1806 ] ( https://github.com/DataDog/dd-sdk-android/pull/1806 )
9
+ * [ IMPROVEMENT] RUM: Add more HTTP methods to RUM. See [ #1826 ] ( https://github.com/DataDog/dd-sdk-android/pull/1826 )
10
+ * [ IMPROVEMENT] RUM: Start session when RUM is initialized. See [ #1832 ] ( https://github.com/DataDog/dd-sdk-android/pull/1832 )
11
+ * [ IMPROVEMENT] RUM: Add new error source types to RUM schema. See [ #1855 ] ( https://github.com/DataDog/dd-sdk-android/pull/1855 )
12
+ * [ IMPROVEMENT] RUM: Set ` source_type ` on native crashes to ` ndk ` . See [ #1856 ] ( https://github.com/DataDog/dd-sdk-android/pull/1856 )
13
+ * [ MAINTENANCE] Next dev iteration 2.6.0. See [ #1823 ] ( https://github.com/DataDog/dd-sdk-android/pull/1823 )
14
+ * [ MAINTENANCE] Merge ` release/2.5.0 ` branch into ` develop ` branch. See [ #1825 ] ( https://github.com/DataDog/dd-sdk-android/pull/1825 )
15
+ * [ MAINTENANCE] Update RUM Schema. See [ #1828 ] ( https://github.com/DataDog/dd-sdk-android/pull/1828 )
16
+ * [ MAINTENANCE] Merge 2.5.1 into develop. See [ #1842 ] ( https://github.com/DataDog/dd-sdk-android/pull/1842 )
17
+ * [ MAINTENANCE] Introduce github issue forms. See [ #1852 ] ( https://github.com/DataDog/dd-sdk-android/pull/1852 )
18
+
1
19
# 2.5.1 / 2024-01-24
2
20
3
21
* [ BUGFIX] RUM: Prevent crash due to concurrent modification of custom attributes. See [ #1838 ] ( https://github.com/DataDog/dd-sdk-android/pull/1838 )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ object AndroidConfig {
19
19
const val MIN_SDK_FOR_WEAR = 23
20
20
const val BUILD_TOOLS_VERSION = " 34.0.0"
21
21
22
- val VERSION = Version (2 , 6 , 0 , Version .Type .Snapshot )
22
+ val VERSION = Version (2 , 6 , 0 , Version .Type .Release )
23
23
}
24
24
25
25
// TODO RUM-628 Switch to Java 17 bytecode
You can’t perform that action at this time.
0 commit comments