Skip to content

Commit c92a870

Browse files
authored
Merge pull request #1532 from DataDog/nogorodnikov/rumm-3406/release-2.0.0-beta1
RUMM-3406: Prepare release 2.0.0-beta1
2 parents ee5007f + 31f9d8a commit c92a870

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 2.0.0-beta1 / 2023-07-07
2+
3+
This is the first release of SDK v2. It contains breaking changes related to the SDK setup and APIs. See the [migration guide](https://github.com/DataDog/dd-sdk-android/blob/d6877966391bfe979eda18a5c7cb0bb04ef52659/MIGRATION.MD) for details.
4+
5+
Functional changes in comparison with `1.19.2`:
6+
7+
* [IMPROVEMENT] Introduce known file cache and cleanup throttling in `BatchFileOrchestrator` in order to reduce the number of syscalls. See [#1506](https://github.com/DataDog/dd-sdk-android/pull/1506)
8+
* [IMPROVEMENT] Logs: Alter public API of `Logger` to receive `Any` data type. See [#1324](https://github.com/DataDog/dd-sdk-android/pull/1324)
9+
* [IMPROVEMENT] RUM: Use `JankStats` for FPS measuring. See [#1405](https://github.com/DataDog/dd-sdk-android/pull/1405)
10+
* [IMPROVEMENT] RUM: Fix `JankStats` usage. See [#1512](https://github.com/DataDog/dd-sdk-android/pull/1512)
11+
* [BUGFIX] RUM: Keep old `viewId`s for view scope. See [#1448](https://github.com/DataDog/dd-sdk-android/pull/1448)
12+
113
# 1.19.2 / 2023-06-05
214

315
* [REVERT] RUM: Force new session at SDK initialization. See [#1399](https://github.com/DataDog/dd-sdk-android/pull/1399)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object AndroidConfig {
1717
const val MIN_SDK = 21
1818
const val BUILD_TOOLS_VERSION = "33.0.2"
1919

20-
val VERSION = Version(2, 0, 0, Version.Type.Snapshot)
20+
val VERSION = Version(2, 0, 0, Version.Type.Beta(1))
2121
}
2222

2323
// TODO RUMM-3263 Switch to Java 17 bytecode

0 commit comments

Comments
 (0)