Skip to content

Commit cb24a54

Browse files
committed
🔖 Bump to version 1.7.0
1 parent 0f27b76 commit cb24a54

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 1.7.0 / 2021-01-04
2+
3+
* [BUGFIX] RUM: fix RUM Error timestamps
4+
* [BUGFIX] RUM: calling `GlobalRum.addAttribute()` with a `null` value would make the application crash
5+
* [BUGFIX] RUM: Actions created with type Custom where sometimes dropped
6+
* [FEATURE] Global: Add support for GDPR compliance feature (see `Datadog.setTrackingConsent()`)
7+
* [FEATURE] Global: Allow setting custom user specific attributes (see `Datadog.setUserInfo()`)
8+
* [IMPROVEMENT] Crash Report: Handle SIGABRT signal in the NDKCrashReporter
9+
* [OTHER] Global: Remove deprecated APIs and warn about future deprecations
10+
* [OTHER] Global: Remove all flavors from sample (allowing to get faster build times)
11+
112
# 1.6.1 / 2020-11-13
213

314
* [BUGFIX] Global: Ensure the network status is properly retrieved on startup
@@ -10,7 +21,6 @@
1021
* [BUGFIX] RUM: prevent `trackInterations()` from messing with the Application's theme
1122
* [BUGFIX] Global: Remove unnecessary transitive dependencies from library [#396](https://github.com/DataDog/dd-sdk-android/issues/396) (Thanks @rashadsookram)
1223
* [BUGFIX] Global: Prevent a crash in CallbackNetworkProvider
13-
1424
* [FEATURE] Global: Provide an RxJava integration (`dd-sdk-android-rx`)
1525
* [FEATURE] Global: Provide a Coil integration (`dd-sdk-android-coil`)
1626
* [FEATURE] Global: Provide a Fresco integration (`dd-sdk-android-coil`)

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.2"
1616

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

0 commit comments

Comments
 (0)