Skip to content

Commit d8d533a

Browse files
authored
Prepare changelog for 1.25.0 release (#5356)
1 parent 7dee67d commit d8d533a

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
### API
6+
7+
* Cache ImmutableKeyValuePairs#hashCode
8+
([#5307](https://github.com/open-telemetry/opentelemetry-java/pull/5307))
9+
10+
#### Propagators
11+
12+
* Remove streams from B3Propagator
13+
([#5326](https://github.com/open-telemetry/opentelemetry-java/pull/5326))
14+
15+
### SDK
16+
17+
#### Metrics
18+
19+
* Stop validating instrument unit
20+
([#5279](https://github.com/open-telemetry/opentelemetry-java/pull/5279))
21+
* Make the Executor for PrometheusHttpServer configurable
22+
([#5296](https://github.com/open-telemetry/opentelemetry-java/pull/5296))
23+
24+
#### Exporter
25+
26+
* Fix marshaler self suppression error
27+
([#5318](https://github.com/open-telemetry/opentelemetry-java/pull/5318))
28+
* Add sdk dependency to Logging OTLP exporter
29+
([#5291](https://github.com/open-telemetry/opentelemetry-java/pull/5291))
30+
31+
#### Testing
32+
33+
* Fixing up javadoc to reflect how to create a junit4 OpenTelemetryRule
34+
([#5299](https://github.com/open-telemetry/opentelemetry-java/pull/5299))
35+
36+
### SDK Extensions
37+
38+
* BREAKING: Autoconfigure drops support
39+
for `otel.exporter.otlp.metrics.default.histogram.aggregation=EXPONENTIAL_BUCKET_HISTOGRAM`.
40+
Use `BASE2_EXPONENTIAL_BUCKET_HISTOGRAM` instead.
41+
([#5290](https://github.com/open-telemetry/opentelemetry-java/pull/5290))
42+
* JaegerRemoteSampler use upstream grpc implementation if ManagedChannel is set
43+
([#5287](https://github.com/open-telemetry/opentelemetry-java/pull/5287))
44+
45+
### OpenTracing Shim
46+
47+
* Adds version to otel tracer instrumentation scope
48+
([#5336](https://github.com/open-telemetry/opentelemetry-java/pull/5336))
49+
50+
## OpenCensus Shim
51+
52+
* Adds version to otel tracer instrumentation scope
53+
([#5336](https://github.com/open-telemetry/opentelemetry-java/pull/5336))
54+
55+
### Semantic Conventions
56+
57+
* Update semconv to 1.19.0 and related build tool changes
58+
([#5311](https://github.com/open-telemetry/opentelemetry-java/pull/5311))
59+
560
## Version 1.24.0 (2023-03-10)
661

762
### SDK

0 commit comments

Comments
 (0)