File tree 6 files changed +16
-11
lines changed
splunk-otel-android-volley
6 files changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) , and this project
6
6
adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ ### Unreleased
9
+
10
+ * tbd
11
+
12
+ ## Version 1.2.0 - 2023-10-25
9
13
10
14
This is the first version of ` splunk-otel-android ` that is based on the upstream version of
11
15
` opentelemetry-android ` . Please note that this requires an additional project dependency,
Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ https://www.splunk.com/en_us/product-security/report.html).
11
11
This project relies on a variety of external dependencies.
12
12
These dependencies are monitored by
13
13
[ Renovate] ( https://github.com/apps/renovate ) .
14
- Renovate checks for Dependencies are [ checked
15
- daily] ( https://github.com/signalfx/splunk-otel-java/blob/main/.github/dependabot.yml )
16
- and associated pull requests are opened automatically. Upgrading to the [ latest
17
- release] ( https://github.com/signalfx/splunk-otel-android/releases )
14
+ Renovate regularly checks for dependencies and updates
15
+ [ the Dependency Dashboard] ( https://github.com/signalfx/splunk-otel-android/issues/667 )
16
+ when newer versions are available. It also opens associated pull requests automatically.
17
+
18
+ Upgrading to the [ latest release] ( https://github.com/signalfx/splunk-otel-android/releases )
18
19
is recommended to ensure you have the latest security updates. If a security
19
20
vulnerability is detected for a dependency of this project then either:
20
21
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ android.useAndroidX=true
19
19
# generate the BuildConfig class that contains the app version
20
20
android.defaults.buildfeatures.buildconfig =true
21
21
22
- version =1.2 .0
22
+ version =1.3 .0
23
23
group =com.splunk
Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ android {
51
51
}
52
52
}
53
53
54
- val otelVersion = " 1.31.0 "
54
+ val otelVersion = " 1.32.0-SNAPSHOT "
55
55
val otelAlphaVersion = otelVersion.replaceFirst(" (-SNAPSHOT)?$" .toRegex(), " -alpha$1" )
56
56
57
57
dependencies {
58
58
api(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelAlphaVersion " ))
59
59
60
- implementation(" io.opentelemetry.android:instrumentation:0.2 .0-alpha" )
60
+ implementation(" io.opentelemetry.android:instrumentation:0.3 .0-alpha-SNAPSHOT " )
61
61
implementation(" androidx.legacy:legacy-support-v4:1.0.0" )
62
62
coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.0.3" )
63
63
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ android {
43
43
}
44
44
}
45
45
46
- val otelVersion = " 1.31.0 "
46
+ val otelVersion = " 1.32.0-SNAPSHOT "
47
47
val otelAlphaVersion = otelVersion.replaceFirst(" (-SNAPSHOT)?$" .toRegex(), " -alpha$1" )
48
48
val otelSemconvVersion = " 1.21.0-alpha"
49
49
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ android {
39
39
}
40
40
}
41
41
42
- val otelVersion = " 1.31.0 "
42
+ val otelVersion = " 1.32.0-SNAPSHOT "
43
43
val otelAlphaVersion = otelVersion.replaceFirst(" (-SNAPSHOT)?$" .toRegex(), " -alpha$1" )
44
44
val otelSemconvVersion = " 1.21.0-alpha"
45
45
46
46
dependencies {
47
47
api(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelAlphaVersion " ))
48
- implementation(" io.opentelemetry.android:instrumentation:0.2 .0-alpha" )
48
+ implementation(" io.opentelemetry.android:instrumentation:0.3 .0-alpha-SNAPSHOT " )
49
49
50
50
implementation(platform(" org.jetbrains.kotlin:kotlin-bom:1.9.10" ))
51
51
implementation(" androidx.appcompat:appcompat:1.6.1" )
You can’t perform that action at this time.
0 commit comments