Skip to content

Commit 5f4d898

Browse files
authored
Add change log for upcoming release (#7641)
1 parent 2a92794 commit 5f4d898

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
### API
6+
7+
#### Baggage
8+
9+
* Fix guard against ArrayIndexOutOfBoundsException in BaggageCodec
10+
([#7239](https://github.com/open-telemetry/opentelemetry-java/pull/7239))
11+
12+
### SDK
13+
14+
#### Metrics
15+
16+
* Fix MetricData.getDoubleSumData() ClassCastException with custom implementations
17+
([#7597](https://github.com/open-telemetry/opentelemetry-java/pull/7597))
18+
19+
#### Exporters
20+
21+
* Fix HttpExporterBuilder.copy() and GrpcExporterBuilder.copy() to preserve component loader
22+
([#7596](https://github.com/open-telemetry/opentelemetry-java/pull/7596))
23+
24+
#### Extensions
25+
26+
* Autoconfigure: Remove support for old EnvironmentResourceProvider package name
27+
([#7622](https://github.com/open-telemetry/opentelemetry-java/pull/7622))
28+
* Declarative config: Add DeclarativeConfigurationProvider SPI
29+
([#7472](https://github.com/open-telemetry/opentelemetry-java/pull/7472))
30+
* Declarative config: Pass meter provider to avoid using the global OpenTelemetry instance
31+
([#7475](https://github.com/open-telemetry/opentelemetry-java/pull/7475))
32+
33+
### Project tooling
34+
35+
* Update to Gradle v9
36+
([#7590](https://github.com/open-telemetry/opentelemetry-java/pull/7590))
37+
538
## Version 1.53.0 (2025-08-08)
639

740
### SDK

0 commit comments

Comments
 (0)