TCL Version Compatibility - DataBiosphere/terra-common-lib GitHub Wiki

This page shows the versions for important dependencies in TCL.

TCL Spring Boot OpenTelemetry GCP exporter-trace
1.1.43 3.5.4 1.49.0 0.36.0
1.1.42 3.4.5 1.43.0 0.34.0
1.1.40 3.4.4 1.43.0 0.34.0
1.1.38 3.4.3 1.43.0 0.33.0
1.1.27 3.4.1 1.43.0 0.33.0
1.1.25 3.4.0 1.43.0 0.33.0
1.1.20 3.3.4 1.42.1 0.32.0
1.1.19 3.3.3 1.41.0 0.31.0
1.1.16 3.3.1 1.37.0 0.31.0
1.1.12 3.2.5 1.37.0 0.28.0
1.0.1 3.2.3 1.34.1 0.27.0
1.0.0 3.2.2 1.34.1 0.27.0
0.1.0 3.1.2 1.31.0 0.25.2
0.0.80 2.7.9 n/a (opencensus, not opentelemetry) n/a

to determine a dependency version used by a specific version of TCL:

# check out the TCL version in question
git checkout 1.0.0
# ask gradle about the dependency version
gw dependencyInsight --dependency org.springframework.boot:spring-boot
gw dependencyInsight --dependency io.opentelemetry:opentelemetry-api
gw dependencyInsight --dependency com.google.cloud.opentelemetry:exporter-trace