File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2323 range=" v$major .$(( minor - 1 )) .0..HEAD"
2424fi
2525
26- echo " ## Unreleased"
27- echo
28-
2926declare -A component_names=()
3027component_names[" aws-xray/" ]=" AWS X-Ray"
3128component_names[" consistent-sampling/" ]=" Consistent sampling"
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ### AWS X-Ray
6+
7+ - Fix #376 : ` AwsXrayRemoteSampler ` doesn’t poll for update
8+ ([ #377 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/377 ) )
9+
10+ ### Runtime attach
11+
12+ - Fix "Class path contains multiple SLF4J bindings"
13+ ([ #380 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/380 ) )
14+ - Improve exception handling and documentation
15+ ([ #388 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/388 ) )
16+
517## Version 1.15.0 (2022-06-17)
618
719### Consistent sampling
You can’t perform that action at this time.
0 commit comments