|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 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 | + |
5 | 41 | ## Version 1.33.5 (2024-07-25) |
6 | 42 |
|
7 | 43 | ### 📈 Enhancements |
|
0 commit comments