File tree 2 files changed +17
-1
lines changed
buildSrc/src/main/kotlin/com/datadog/gradle/config 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 1.2.0 / 2020-01-20
2
+
3
+ ### Changes
4
+
5
+ * [ BUGFIX] Fail silently when trying to initialize the SDK twice. See #86 (Thanks @Vavassor )
6
+ * [ BUGFIX] Publish the Timber artifact automatically. See #90 (Thanks @Macarse )
7
+ * [ FEATURE] Create a Crash Handler : App crashes will be automatically logged.
8
+ * [ FEATURE] Downgrade OkHttp4 to OkHttp3
9
+ * [ FEATURE] Make Library compatible with API 19+
10
+ * [ FEATURE] Trigger background upload when the app is used offline
11
+ * [ FEATURE] Use DownloadSpeed and signal strength to add info on connectivity
12
+ * [ FEATURE] Use Gzip for log upload requests
13
+ * [ OTHER] Analyse Benchmark reports in the CI
14
+ * [ OTHER] Fix the flaky test in DataDogTimeProviderTest
15
+ * [ OTHER] Generate a report on the SDK API changes ([ dd-sdk-android/apiSurface] ( dd-sdk-android/apiSurface ) )
16
+
1
17
# 1.1.1 / 2020-01-07
2
18
3
19
### Changes
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 = " 29.0.2"
16
16
17
- val VERSION = Version (1 , 1 , 1 )
17
+ val VERSION = Version (1 , 2 , 0 )
18
18
}
You can’t perform that action at this time.
0 commit comments