Releases: signalfx/splunk-otel-android
Releases · signalfx/splunk-otel-android
1.10.0
v1.9.0
v1.8.1
v1.8.0
This is a regular maintenance release.
This version depends on these upstream versions:
📈 Enhancements:
v1.7.0
v1.6.0
v1.5.0
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.0opentelemetry-instrumentation-api
v1.33.2opentelemetry-sdk
v1.37.0
Enhancements:
- Add experimental OTLP exporter support (#788).
Note: OTLP support is incompatible with disk-buffering. OTLP ingest is available in every realm, and users
are encouraged to try this functionality out.
v1.4.0
This regular release follows the upstream opentelemetry-android
release.
- Upgrade upstream
opentelemetry-android
to 0.4.0. - Add new incubating API:
SplunkRumBuilder.setHttpSenderCustomizer()
to allow customization
of the HTTP client used for sending data to Splunk. This can be useful when devices are
behind a proxy or API gateway (#742). - Fix AndroidResource blending between Splunk version and upstream. (#757)
v1.3.1
The previous release was mistakenly built against an OpenTelemetry SNAPSHOT
build.
This remedies that and compiles against the 1.32.0 non-SNAPSHOT bom.
- Compile against OpenTelemetry Java Instrumentation 1.32.0 (no SNAPSHOT).
v1.3.0
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)