Skip to content

Commit 05a586b

Browse files
committed
Add change log for upcoming release
1 parent 35d41e3 commit 05a586b

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
### 📈 Enhancements
6+
7+
- Align WildFly metrics with semantic conventions
8+
([#14208](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14208))
9+
- Add streaming chat instrumentation for OpenAI SDK
10+
([#14271](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14271))
11+
- Add OpenAI async client instrumentation support
12+
([#14322](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14322))
13+
- Add embeddings instrumentation for OpenAI client
14+
([#14353](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14353))
15+
16+
### 🛠️ Bug fixes
17+
18+
- Fix OpenTelemetryDataSource error when refresh configuration
19+
([#14255](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14255))
20+
- Fix NPE when consuming Kafka messages with null headers
21+
([#14332](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14332))
22+
- Fix RxJava context propagation for ObservableFromCallable
23+
([#14393](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14393))
24+
- Avoid test failures on Spring Boot 4-m1
25+
([#14420](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14420))
26+
27+
### 🧰 Tooling
28+
29+
- Add support for extensions in attributesExtractors, contextCustomizers, operationListeners and spanNameExtractor
30+
([#13917](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13917))
31+
- Add declarative config early initialization and property mapping support
32+
([#14184](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14184))
33+
- Add consistent exclusion of boot libraries
34+
([#14306](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14306))
35+
- Build smoke-test-fake-backend Docker image for ARM64 architecture
36+
([#14387](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14387))
37+
- Implement all JUL Logger methods in PatchLogger
38+
([#14409](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14409))
39+
540
## Version 2.18.1 (2025-07-21)
641

742
### 🛠️ Bug fixes

0 commit comments

Comments
 (0)