Skip to content

Commit 063c2ad

Browse files
authored
Update change log for upcoming release (#2371)
1 parent ff61b4a commit 063c2ad

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ component_names["aws-xray/"]="AWS X-Ray SDK support"
2929
component_names["aws-xray-propagator/"]="AWS X-Ray propagator"
3030
component_names["azure-resources/"]="Azure resources"
3131
component_names["baggage-processor/"]="Baggage processor"
32+
component_names["cel-sampler/"]="Common Expression Language sampler"
3233
component_names["cloudfoundry-resources/"]="CloudFoundry resources"
3334
component_names["compressors/"]="Compressors"
3435
component_names["consistent-sampling/"]="Consistent sampling"

CHANGELOG.md

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

33
## Unreleased
44

5+
### AWS X-Ray SDK support and propagator
6+
7+
- Add AWS X-Ray adaptive sampling support
8+
([#2147](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2147)).
9+
10+
### Common Expression Language sampler - New 🌟
11+
12+
A rule-based sampler backed by Common Expression Language (CEL)
13+
expressions for declarative sampling rules
14+
15+
### Disk buffering
16+
17+
- Implement the disk buffering API
18+
([#2183](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2183)).
19+
20+
### Inferred spans
21+
22+
- Return the previous profiler interval from `setInterval`
23+
([#2354](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2354)).
24+
25+
### OpAMP client
26+
27+
- Restore the client parameter to OpAMP callbacks
28+
([#2336](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2336)).
29+
530
## Version 1.50.0 (2025-09-26)
631

732
Note: This release broadly applies some style guidelines across the repository. As a result,

0 commit comments

Comments
 (0)