Skip to content

Commit e9c52ab

Browse files
authored
Update change log for 1.25.0 release (#828)
1 parent 16b3c08 commit e9c52ab

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ 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"
3030
component_names["consistent-sampling/"]="Consistent sampling"
31+
component_names["jfr-connection/"]="JFR connection"
3132
component_names["jfr-events/"]="JFR events"
3233
component_names["jfr-streaming/"]="JFR streaming"
3334
component_names["jmx-metrics/"]="JMX metrics"

CHANGELOG.md

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

33
## Unreleased
44

5+
### AWS X-Ray SDK support
6+
7+
- Breakout ResourceHolder from AwsXrayRemoteSamplerProvider
8+
([#801](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/801))
9+
10+
### JFR connection - New 🌟
11+
12+
- JFR connection is a library to allow configuration and control of JFR
13+
without depending on jdk.jfr.
14+
This is a contribution of https://github.com/microsoft/jfr-streaming.
15+
516
## Version 1.24.0 (2023-04-03)
617

718
### Maven extension

0 commit comments

Comments
 (0)