Skip to content

Commit

Permalink
Merge pull request #1397 from DataDog/nogorodnikov/prepare-release-1.…
Browse files Browse the repository at this point in the history
…19.0

Prepare release 1.19.0
  • Loading branch information
0xnm authored Apr 24, 2023
2 parents ef757a7 + 0aa1ce7 commit c435fde
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.19.0 / 2023-04-24

* [FEATURE] RUM: Allow users to stop a RUM session. See [#1356](https://github.com/DataDog/dd-sdk-android/pull/1356)
* [FEATURE] APM: Add tracer sampling rate. See [#1393](https://github.com/DataDog/dd-sdk-android/pull/1393)
* [IMPROVEMENT] Create a minimal WearOS sample to test compatibility. See [#1384](https://github.com/DataDog/dd-sdk-android/pull/1384)
* [BUGFIX] RUM: Fix stopped `RUMViewManager` from being able to start new views. See [#1381](https://github.com/DataDog/dd-sdk-android/pull/1381)
* [MAINTENANCE] Update RUM Event Schema. See [#1383](https://github.com/DataDog/dd-sdk-android/pull/1383)
* [DOCS] Delete referenced docs and update README. See [#1376](https://github.com/DataDog/dd-sdk-android/pull/1376)

# 1.18.1 / 2023-03-30

* [IMPROVEMENT] RUM: Remove extra telemetry sent when detecting refresh rate scale. See [#1358](https://github.com/DataDog/dd-sdk-android/pull/1358)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object AndroidConfig {
const val MIN_SDK_FOR_WEAR = 23
const val BUILD_TOOLS_VERSION = "33.0.0"

val VERSION = Version(1, 19, 0, Version.Type.Snapshot)
val VERSION = Version(1, 19, 0, Version.Type.Release)
}

@Suppress("UnstableApiUsage")
Expand Down

0 comments on commit c435fde

Please sign in to comment.