Skip to content

Commit

Permalink
Update after 1.5.0 release (#832)
Browse files Browse the repository at this point in the history
* update after 1.5.0 release

* spotless
  • Loading branch information
breedx-splk committed May 8, 2024
1 parent 4c35335 commit 44f4bfe
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Unreleased

### Version 1.5.0 - 2024-05-07

This is a regular maintenance. Due to incompatible changes in upstream, `opentelemetry-android`
has been held at v0.4.0. Expect `splunk-otel-android` to have an alpha of 2.x soon.

This version depends on these upstream versions:
* `opentelemetry-android` v0.4.0
* `opentelemetry-instrumentation-api` v1.33.2
* `opentelemetry-sdk` v1.37.0

Enhancements:

* Add experimental OTLP exporter support ([#788](https://github.com/signalfx/splunk-otel-android/pull/788)).
Note: OTLP support is incompatible with disk-buffering.

### Version 1.4.0 - 2024-03-06

This regular release follows the upstream `opentelemetry-android` release.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true

# generate the BuildConfig class that contains the app version
version=1.5.0
version=1.6.0
group=com.splunk

0 comments on commit 44f4bfe

Please sign in to comment.