File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
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
+
5
38
## Version 1.53.0 (2025-08-08)
6
39
7
40
### SDK
You can’t perform that action at this time.
0 commit comments