File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
buildSrc/src/main/kotlin/com/datadog/gradle/config Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
12
# 1.6.1 / 2020-11-13
2
13
3
14
* [ BUGFIX] Global: Ensure the network status is properly retrieved on startup
10
21
* [ BUGFIX] RUM: prevent ` trackInterations() ` from messing with the Application's theme
11
22
* [ BUGFIX] Global: Remove unnecessary transitive dependencies from library [ #396 ] ( https://github.com/DataDog/dd-sdk-android/issues/396 ) (Thanks @rashadsookram )
12
23
* [ BUGFIX] Global: Prevent a crash in CallbackNetworkProvider
13
-
14
24
* [ FEATURE] Global: Provide an RxJava integration (` dd-sdk-android-rx ` )
15
25
* [ FEATURE] Global: Provide a Coil integration (` dd-sdk-android-coil ` )
16
26
* [ FEATURE] Global: Provide a Fresco integration (` dd-sdk-android-coil ` )
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ object AndroidConfig {
14
14
const val MIN_SDK = 19
15
15
const val BUILD_TOOLS_VERSION = " 30.0.2"
16
16
17
- val VERSION = Version (1 , 7 , 0 , Version . Type . Beta ( 1 ) )
17
+ val VERSION = Version (1 , 7 , 0 )
18
18
}
You can’t perform that action at this time.
0 commit comments