You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+12-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,18 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## Unreleased
9
9
10
-
* tbd
10
+
This is the first version of `splunk-otel-android` that is based on the upstream version of
11
+
`opentelemetry-android`. Please note that this requires an additional project dependency,
12
+
as [documented here](https://docs.splunk.com/observability/en/gdi/get-data-in/rum/android/install-rum-android.html#install-the-android-agent-as-a-dependency).
13
+
14
+
* Depend on upstream [opentelemetry-android](https://github.com/open-telemetry/opentelemetry-android) (#640)
15
+
* Depend on updated java semantic conventions (#658)
16
+
* Feature enhancement: The instrumentation can now be configured to buffer telemetry created when
17
+
your application is launched in the background. This buffered telemetry is sent when the
18
+
app is foregrounded, or dropped when a new app session is started. Thanks to @rezastallone
19
+
for this contribution. (#648)
20
+
* Update to opentelemetry-java sdk [1.31.0](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.31.0)
21
+
* Update to opentelemetry-java-instrumentation [1.31.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.31.0)
0 commit comments