Skip to content

Commit 6aadcfe

Browse files
committed
🔖 Bump to version 1.6.0
1 parent 759e2d5 commit 6aadcfe

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 1.6.0 / 2020-10-31
2+
3+
* [BUGFIX] RUM: Extend continuous RUM action scope if Resources are still active
4+
* [BUGFIX] RUM: Resources are linked with the wrong Action
5+
* [BUGFIX] Global: Validate the env value passed in the DatadogConfig.Builder
6+
* [BUGFIX] RUM: prevent `trackInterations()` from messing with the Application's theme
7+
* [BUGFIX] Global: Remove unnecessary transitive dependencies from library [#396](https://github.com/DataDog/dd-sdk-android/issues/396) (Thanks @rashadsookram)
8+
* [BUGFIX] Global: Prevent a crash in CallbackNetworkProvider
9+
10+
* [FEATURE] Global: Provide an RxJava integration (`dd-sdk-android-rx`)
11+
* [FEATURE] Global: Provide a Coil integration (`dd-sdk-android-coil`)
12+
* [FEATURE] Global: Provide a Fresco integration (`dd-sdk-android-coil`)
13+
* [FEATURE] Global: Provide a SQLDelight integration (`dd-sdk-android-sqldelight`)
14+
* [FEATURE] Global: Provide a Kotlin Coroutines/Flow integration (`dd-sdk-android-ktx`)
15+
* [FEATURE] Global: Provide an extension for SQLiteDatabase integration (`dd-sdk-android-ktx`)
16+
* [FEATURE] RUM: Add a utility to track various resource loading (`RumResourceInputStream`)
17+
* [FEATURE] RUM: Add an extensions to track Android resources and assets as RUM Resources (`dd-sdk-android-ktx`)
18+
* [FEATURE] RUM: Add the APM trace information in the RUM Resource
19+
* [FEATURE] RUM: Track spans with error as RUM Error
20+
* [IMPROVEMENT] Global: Delay the upload of data in case of network exceptions
21+
* [IMPROVEMENT] CrashReport: Add application information in crashes
22+
123
# 1.5.2 / 2020-09-18
224

325
* [BUGFIX] Global: Prevent a crash when sending data. See [#377](https://github.com/DataDog/dd-sdk-android/issues/377) (Thanks @ronak-earnin)
@@ -48,7 +70,7 @@
4870
* [FEATURE] Logs: Add sampling option in the Logger
4971
* [IMPROVEMENT] Logs: Make the log operations thread safe
5072
* [BUGFIX] Logs: Fix rare crash on upload requests
51-
* [BUGFIX] Prevent OutOfMemory crash on upload. See [#164](https://github.com/DataDog/dd-sdk-android/issues/164) (Thanks @alparp27)
73+
* [BUGFIX] Global: Prevent OutOfMemory crash on upload. See [#164](https://github.com/DataDog/dd-sdk-android/issues/164) (Thanks @alparp27)
5274

5375

5476
# 1.3.1 / 2020-04-30

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ object AndroidConfig {
1414
const val MIN_SDK = 19
1515
const val BUILD_TOOLS_VERSION = "30.0.1"
1616

17-
val VERSION = Version(1, 6, 0, Version.Type.Beta(3))
17+
val VERSION = Version(1, 6, 0)
1818
}

0 commit comments

Comments
 (0)