File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
buildSrc/src/main/kotlin/com/datadog/gradle/config Expand file tree Collapse file tree 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
113
214# 1.0.0 / 2019-12-17
315
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ object AndroidConfig {
1414 const val MIN_SDK = 21
1515 const val BUILD_TOOLS_VERSION = " 29.0.2"
1616
17- val VERSION = Version (1 , 0 , 0 )
17+ val VERSION = Version (1 , 1 , 0 )
1818}
You can’t perform that action at this time.
0 commit comments