|
| 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 | + |
1 | 23 | # 1.5.2 / 2020-09-18
|
2 | 24 |
|
3 | 25 | * [BUGFIX] Global: Prevent a crash when sending data. See [#377](https://github.com/DataDog/dd-sdk-android/issues/377) (Thanks @ronak-earnin)
|
|
48 | 70 | * [FEATURE] Logs: Add sampling option in the Logger
|
49 | 71 | * [IMPROVEMENT] Logs: Make the log operations thread safe
|
50 | 72 | * [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) |
52 | 74 |
|
53 | 75 |
|
54 | 76 | # 1.3.1 / 2020-04-30
|
|
0 commit comments