Skip to content

Commit 22ceb31

Browse files
authored
Update change log for upcoming 2.3.0 release (#11097)
1 parent 62116dd commit 22ceb31

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
### 📈 Enhancements
6+
7+
- Handle async requests in spring mvc library instrumentation
8+
([#10868](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10868))
9+
- Support statement sanitizer enabled flag in lettuce 5.1 instrumentation
10+
([#10922](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10922))
11+
- Remove AWS Active Tracing span linking
12+
([#10930](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10930))
13+
- Make spring boot honor the standard environment variables for maps
14+
([#11000](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11000))
15+
- Pulsar: use span links when receive telemetry is enabled
16+
([#10650](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10650))
17+
- Rename `messaging.kafka.destination.partition` to `messaging.destination.partition.id`
18+
([#11086](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11086))
19+
- Support `service.instance.id` in spring starter
20+
([#11071](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11071))
21+
- Add library instrumentation for RestTemplateBuilder
22+
([#11054](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11054))
23+
- Add cloud resource providers in spring starter
24+
([#11014](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11014))
25+
26+
### 🛠️ Bug fixes
27+
28+
- Fix disabling virtual thread context propagation
29+
([#10881](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10881))
30+
- Fix virtual thread instrumentation for jdk 21 ea versions
31+
([#10887](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10887))
32+
- Fix spring kafka interceptor wrappers not delegating some methods
33+
([#10935](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10935))
34+
- AWS Lambda Runtime legacy internal handlers need to be ignored from being instrumented and so traced …
35+
([#10942](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10942))
36+
- Metro: ignore UnsupportedOperationException when updating span name
37+
([#10996](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10996))
38+
- Fix jedis plugin for 2.7.2
39+
([#10982](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10982))
40+
- Fix idle in druid instrumentation
41+
([#11079](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11079))
42+
543
## Version 1.33.1 (2024-03-20)
644

745
### 📈 Enhancements

0 commit comments

Comments
 (0)