From 0e50d5e4abd986daf98ab56a74603682ddf42273 Mon Sep 17 00:00:00 2001 From: Ago Allikmaa Date: Mon, 2 May 2022 18:53:51 +0100 Subject: [PATCH] v0.14.0 pre release changes (#279) * v0.14.0 pre release changes * Revert version change in readme --- CHANGELOG.md | 8 ++++++-- README.md | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 608a1307..cf33e172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Version 0.14.0 [Unreleased] +## Version 0.14.0 -* Add ability to limit storage usage for buffered telemetry (#TBD) +* Disk caching exporter now retries sending files (#260) +* Add ability to customize `screen.name` attribute with `@RumScreenName` annotation (#261) +* Add ability to limit storage usage for buffered telemetry (#272) +* Add method to check if RUM library has been initialized (#273) +* Add option to sample traces based on session ID (#273) ## Version 0.13.0 diff --git a/README.md b/README.md index e2bf1d82..76f177a4 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Then, add the latest release as a dependency in your application's build.gradle ``` dependencies { ... - implementation ("com.splunk:splunk-otel-android:0.12.0") + implementation ("com.splunk:splunk-otel-android:0.14.0") ... } ```