File tree 2 files changed +13
-1
lines changed
buildSrc/src/main/kotlin/com/datadog/gradle/config 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 1.1.0 / 2020-01-06
2
+
3
+ ### Changes
4
+
5
+ * [ BUGFIX] Make the packageVersion field optional in the SDK initialisation
6
+ * [ BUGFIX] Fix timestamp formatting in logs
7
+ * [ FEATURE] Add a developer targeted logger
8
+ * [ FEATURE] Add user info in logs
9
+ * [ FEATURE] Create automatic Tags / Attribute (app / sdk version)
10
+ * [ FEATURE] Integrate SDK with Timber
11
+ * [ IMPROVEMENT] Remove the obfuscation in the logs (faster local processing)
12
+ * [ IMPROVEMENT] Implement a modern NetworkInfoProvider
1
13
2
14
# 1.0.0 / 2019-12-17
3
15
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ object AndroidConfig {
14
14
const val MIN_SDK = 21
15
15
const val BUILD_TOOLS_VERSION = " 29.0.2"
16
16
17
- val VERSION = Version (1 , 0 , 0 )
17
+ val VERSION = Version (1 , 1 , 0 )
18
18
}
You can’t perform that action at this time.
0 commit comments