Skip to content

Commit

Permalink
Change log for upcoming release (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored May 28, 2024
1 parent aa5b65a commit 2e9d881
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/draft-change-log-entries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ declare -A component_names=()
component_names["aws-resources/"]="AWS resources"
component_names["aws-xray/"]="AWS X-Ray SDK support"
component_names["aws-xray-propagator/"]="AWS X-Ray propagator"
component_names["baggage-processor/"]="Baggage processor"
component_names["compressors/"]="Compressors"
component_names["consistent-sampling/"]="Consistent sampling"
component_names["disk-buffering/"]="Disk buffering"
Expand Down
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,46 @@

## Unreleased

### AWS resources

- Optimization: don't attempt detection if a cloud provider has already been detected
([#1225](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1225))

### Baggage processor - New 🌟

This module provides a SpanProcessor that stamps baggage onto spans as attributes on start.

### Consistent sampling

- Assume random trace ID and set th-field only for sampled spans
([#1278](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1278))

### GCP Resources

- Optimization: don't attempt detection if a cloud provider has already been detected
([#1225](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1225))
- Update guidance for manual instrumentation usage
([#1250](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1250))

### JMX metrics

- Remove `slf4j-simple` dependency
([#1283](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1283))

### Maven extension

- Disable metrics and logs by default
([#1276](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1276))
- Migrate to current semconv
([#1299](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1299))
- Migrate from Plexus to JSR 330 dependency injection APIs
([#1320](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1320))

### Span stack trace

- Enable publishing to maven central
([#1297](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1297))

## Version 1.35.0 (2024-04-16)

### JMX metrics
Expand Down

0 comments on commit 2e9d881

Please sign in to comment.