Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update after 1.3.0 release #720

Merged
merged 4 commits into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

* tbd

## Version 1.3.0 - 2023-12-13

This is a standard release following the regular upstream `opentelemetry-android` release.

* Update to use upstream `opentelemetry-android` 0.3.0 (#714)
* Reduce unnecessary attempts at directory deletion for disk buffered telemetry (#683)
* Change session sampling strategy to be consistent with other splunk RUM implementations (#698)
* Global attributes and screen attributes are now handled by upstream (#710)
* Network monitoring and network attributes appender now handle by upstream (#713)
* Fix broken url targets in sample app (#715)

## Version 1.2.0 - 2023-10-25

This is the first version of `splunk-otel-android` that is based on the upstream version of
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.3.0
version=1.4.0
group=com.splunk