Skip to content

Commit

Permalink
🔖 Bump to version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xgouchet committed Jun 7, 2021
1 parent e679adf commit fcff33f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# 1.9.0 / 2021-04-??
# 1.9.0 / 2021-06-07

* [BUGFIX] APM: Fix network tracing inconsistencies
* [BUGFIX] APM: Fix span with custom `MESSAGE` field [#522](https://github.com/DataDog/dd-sdk-android/issues/522) (Thanks [@JessicaYeh](https://github.com/JessicaYeh))
* [BUGFIX] Logs: Fix tag name in Timber `DatadogTree` [#483](https://github.com/DataDog/dd-sdk-android/issues/483) (Thanks [@cfa-eric](https://github.com/cfa-eric))
* [BUGFIX] RUM: Ensure View linked events count is correct when events are discarded
* [BUGFIX] RUM: Fix Resource network timings
* [BUGFIX] APM: Fix span logs timestamp conversion
* [FEATURE] RUM: Detect Long Tasks (tasks blocking the main thread)
* [FEATURE] RUM: add a callback to enrich RUM Resources created from OkHttp Requests
* [IMPROVEMENT] RUM: Remove the "Application crash detected" prefix and ensure the message is kept
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ object AndroidConfig {
const val MIN_SDK = 19
const val BUILD_TOOLS_VERSION = "30.0.2"

val VERSION = Version(1, 9, 0, Version.Type.ReleaseCandidate(1))
val VERSION = Version(1, 9, 0, Version.Type.Release)
}

0 comments on commit fcff33f

Please sign in to comment.