Skip to content

Commit 2e9d881

Browse files
authored
Change log for upcoming release (#1325)
1 parent aa5b65a commit 2e9d881

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

.github/scripts/draft-change-log-entries.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ declare -A component_names=()
2727
component_names["aws-resources/"]="AWS resources"
2828
component_names["aws-xray/"]="AWS X-Ray SDK support"
2929
component_names["aws-xray-propagator/"]="AWS X-Ray propagator"
30+
component_names["baggage-processor/"]="Baggage processor"
3031
component_names["compressors/"]="Compressors"
3132
component_names["consistent-sampling/"]="Consistent sampling"
3233
component_names["disk-buffering/"]="Disk buffering"

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
22

33
## Unreleased
44

5+
### AWS resources
6+
7+
- Optimization: don't attempt detection if a cloud provider has already been detected
8+
([#1225](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1225))
9+
10+
### Baggage processor - New 🌟
11+
12+
This module provides a SpanProcessor that stamps baggage onto spans as attributes on start.
13+
14+
### Consistent sampling
15+
16+
- Assume random trace ID and set th-field only for sampled spans
17+
([#1278](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1278))
18+
19+
### GCP Resources
20+
21+
- Optimization: don't attempt detection if a cloud provider has already been detected
22+
([#1225](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1225))
23+
- Update guidance for manual instrumentation usage
24+
([#1250](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1250))
25+
26+
### JMX metrics
27+
28+
- Remove `slf4j-simple` dependency
29+
([#1283](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1283))
30+
31+
### Maven extension
32+
33+
- Disable metrics and logs by default
34+
([#1276](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1276))
35+
- Migrate to current semconv
36+
([#1299](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1299))
37+
- Migrate from Plexus to JSR 330 dependency injection APIs
38+
([#1320](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1320))
39+
40+
### Span stack trace
41+
42+
- Enable publishing to maven central
43+
([#1297](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1297))
44+
545
## Version 1.35.0 (2024-04-16)
646

747
### JMX metrics

0 commit comments

Comments
 (0)