Skip to content

Commit 46e53e0

Browse files
authored
Update change log (#12019)
1 parent 888accf commit 46e53e0

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
### 📈 Enhancements
6+
7+
- Add span baggage processor
8+
([#11697](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11697))
9+
- Improve tomcat version detection
10+
([#11936](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11936))
11+
- Improve akka route handling with java dsl
12+
([#11926](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11926))
13+
- Ignore Alibaba fastjson ASMClassLoader
14+
([#11954](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11954))
15+
- Use `aws-lambda-java-serialization` library, which is available by default, while deserializing input and serializing output
16+
([#11868](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11868))
17+
- Logback appender: map timestamp in nanoseconds if possible
18+
([#11974](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11974))
19+
- Save ILoggingEvent.getArgumentArray() arguments from Logback
20+
([#11865](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11865))
21+
- Update Java 17-based metrics to stable semconv
22+
([#11914](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11914))
23+
- Add Pulsar Consumer metrics
24+
([#11891](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11891))
25+
26+
### 🛠️ Bug fixes
27+
28+
- Fix missing throw statement in RestClientWrapper
29+
([#11893](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11893))
30+
- Fix ClickHouse tracing when database name not included in connection string
31+
([#11852](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11852))
32+
- Fix class cast exception, noop meter does not implement incubating API
33+
([#11934](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11934))
34+
- Closing a kafka producer/consumer should not disable metrics from other consumers/producers
35+
([#11975](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11975))
36+
- Fix ending span in Ktor plugin
37+
([#11726](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11726))
38+
- Fix netty memory leak
39+
([#12003](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12003))
40+
541
## Version 1.33.5 (2024-07-25)
642

743
### 📈 Enhancements

0 commit comments

Comments
 (0)