Skip to content

Releases: DataDog/dd-sdk-android

1.9.0

07 Jun 13:54
fcff33f
Compare
Choose a tag to compare
  • [BUGFIX] RUM: Fix Resource network timings
  • [BUGFIX] APM: Fix span logs timestamp conversion

1.9.0-rc1

10 May 08:48
8171ea6
Compare
Choose a tag to compare
  • [BUGFIX] APM: Fix network tracing inconsistencies
  • [BUGFIX] APM: Fix span with custom MESSAGE field #522 (Thanks @JessicaYeh)
  • [BUGFIX] Logs: Fix tag name in Timber DatadogTree #483 (Thanks @cfa-eric)
  • [BUGFIX] RUM: Ensure View linked events count is correct when events are discarded
  • [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
  • [IMPROVEMENT] RUM: Add warning when a RUM Action is dropped

1.9.0-beta1

23 Apr 15:58
ce39b1d
Compare
Choose a tag to compare
1.9.0-beta1 Pre-release
Pre-release
:bookmark: Bump to version 1.9.0-beta1

1.8.0 (Moving to Maven Central)

13 Apr 15:12
cc47d7e
Compare
Choose a tag to compare
Pre-release
1.8.0-maven

Update build.gradle files

1.9.0-alpha2

09 Apr 10:29
8d0aaae
Compare
Choose a tag to compare
1.9.0-alpha2 Pre-release
Pre-release
:bookmark: Bump to version 1.9.0-alpha2

1.9.0-alpha1-4

30 Mar 08:37
405f4f6
Compare
Choose a tag to compare
1.9.0-alpha1-4 Pre-release
Pre-release
:green_heart: Add Pom file generation data

1.9.0-alpha1-3

30 Mar 07:05
a57de3f
Compare
Choose a tag to compare
1.9.0-alpha1-3 Pre-release
Pre-release
:green_heart: Update Maven publishing script (second try)

1.9.0-alpha1

29 Mar 16:02
9d87900
Compare
Choose a tag to compare
1.9.0-alpha1 Pre-release
Pre-release
:bookmark: Bump to version 1.9.0-alpha1

1.8.1

04 Mar 11:55
Compare
Choose a tag to compare

Changes

  • [BUGFIX] RUM/APM: handle correctly known hosts in global configuration and interceptors #513 (Thanks @erawhctim)

Gradle Config

repositories {
    maven { url "https://dl.bintray.com/datadog/datadog-maven" }
}

dependencies {
    implementation "com.datadoghq:dd-sdk-android:1.8.1"

    // Optionally, if you want Kotlin extensions or Coroutine/Flow integration
    implementation "com.datadoghq:dd-sdk-android-ktx:1.8.1"

    // Optionally, if you need an Android NDK integration
    implementation "com.datadoghq:dd-sdk-android-ndk:1.8.1"

    // Optionally, if you need a Coil integration
    implementation "com.datadoghq:dd-sdk-android-coil:1.8.1"
    // Optionally, if you need a Fresco integration
    implementation "com.datadoghq:dd-sdk-android-fresco:1.8.1"
    // Optionally, if you need a Glide integration
    implementation "com.datadoghq:dd-sdk-android-glide:1.8.1"

    // Optionally, if you need a Timber integration
    implementation "com.datadoghq:dd-sdk-android-timber:1.8.1"

    // Optionally, if you need a RxJava integration
    implementation "com.datadoghq:dd-sdk-android-rx:1.8.1"

    // Optionally, if you need a SQLDelight integration
    implementation "com.datadoghq:dd-sdk-android-sqldelight:1.8.1"
}

1.8.0

25 Feb 18:06
Compare
Choose a tag to compare

Gradle Config

repositories {
    maven { url "https://dl.bintray.com/datadog/datadog-maven" }
}

dependencies {
    implementation "com.datadoghq:dd-sdk-android:1.8.0"

    // Optionally, if you want Kotlin extensions or Coroutine/Flow integration
    implementation "com.datadoghq:dd-sdk-android-ktx:1.8.0"

    // Optionally, if you need an Android NDK integration
    implementation "com.datadoghq:dd-sdk-android-ndk:1.8.0"

    // Optionally, if you need a Coil integration
    implementation "com.datadoghq:dd-sdk-android-coil:1.8.0"
    // Optionally, if you need a Fresco integration
    implementation "com.datadoghq:dd-sdk-android-fresco:1.8.0"
    // Optionally, if you need a Glide integration
    implementation "com.datadoghq:dd-sdk-android-glide:1.8.0"

    // Optionally, if you need a Timber integration
    implementation "com.datadoghq:dd-sdk-android-timber:1.8.0"

    // Optionally, if you need a RxJava integration
    implementation "com.datadoghq:dd-sdk-android-rx:1.8.0"

    // Optionally, if you need a SQLDelight integration
    implementation "com.datadoghq:dd-sdk-android-sqldelight:1.8.0"
}

Changes

  • [BUGFIX] Global: handle correctly incorrect domain names in Interceptors' known hosts
  • [BUGFIX] RUM: RUM Context was bundled in spans even when RUM was not enabled
  • [FEATURE] Global: Allow user to configure the Upload Frequency (see Configuration.Builder().setUploadFrequency(…).build())
  • [FEATURE] Global: Allow user to configure the Batch Size (see Configuration.Builder().setBatchSize(…).build())
  • [FEATURE] RUM: Customize Views' name
  • [FEATURE] RUM: Send NDK Crash related RUM Error
  • [FEATURE] RUM: Track custom timings in RUM Views (see GlobalRum.get().addTiming("<timing_name>"))
  • [FEATURE] RUM: Provide a PII Data Scrubbing feature (see Configuration.Builder().setRum***EventMapper(…).build())
  • [FEATURE] RUM: Send NDK Crash related RUM Error
  • [IMPROVEMENT] APM: Stop duplicating APM errors as RUM errors
  • [IMPROVEMENT] Logs Align the 'error.kind' attribute value with RUM Error 'error.type'
  • [IMPROVEMENT] RUM: Get a more accurate Application loading time
  • [IMPROVEMENT] RUM: Add a variant tag on RUM events