Skip to content

Commit 2ea4e61

Browse files
authored
Update change log for v2.6.0 release (#11816)
1 parent d2a2cad commit 2ea4e61

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

+44
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,50 @@
22

33
## Unreleased
44

5+
The Spring Boot Starter (`opentelemetry-spring-boot-starter`) is now stable.
6+
7+
### Migration notes
8+
9+
- The `opentelemetry-spring-boot` and `opentelemetry-spring-boot-3` artifacts have been merged
10+
into a single artifact named `opentelemetry-spring-boot-autoconfigure`
11+
which supports both Spring Boot 2 and Spring Boot 3
12+
- Two experimental HTTP metrics have been renamed:
13+
- `http.server.request.size` → `http.server.request.body.size`,
14+
- `http.server.response.size` → `http.server.response.body.size`
15+
16+
### 🌟 New javaagent instrumentation
17+
18+
- Javalin
19+
([#11587](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11587))
20+
- ClickHouse
21+
([#11660](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11660))
22+
23+
### 📈 Enhancements
24+
25+
- Support HTTP client instrumentation configuration in Spring starter
26+
([#11620](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11620))
27+
- Influxdb client: don't fill `db.statement` for create/drop database and write operations
28+
([#11557](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11557))
29+
- Support `otel.instrumentation.common.default-enabled` in the Spring starter
30+
([#11746](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11746))
31+
- Support Jetty HTTP client 12
32+
([#11519](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11519))
33+
- Add Pulsar `messaging.producer.duration` metric
34+
([#11591](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11591))
35+
- Improve instrumentation suppression behavior
36+
([#11640](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11640))
37+
- Propagate OpenTelemetry context through custom AWS client context for Lambda direct calls
38+
([#11675](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11675))
39+
- Spring Native support for `@WithSpan`
40+
([#11757](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11757))
41+
- Support HTTP server instrumentation config properties in the Spring starter
42+
([#11667](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11667))
43+
44+
### 🛠️ Bug fixes
45+
46+
- Fix `http.server.active_requests` metric with async requests
47+
([#11638](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11638))
48+
549
## Version 1.33.4 (2024-06-19)
650

751
### 📈 Enhancements

docs/supported-libraries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ These are the supported libraries and frameworks:
8080
| [Java Executors](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Executor.html) | Java 8+ | N/A | Context propagation |
8181
| [Java Http Client](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/package-summary.html) | Java 11+ | [opentelemetry-java-http-client](../instrumentation/java-http-client/library) | [HTTP Client Spans], [HTTP Client Metrics] |
8282
| [java.util.logging](https://docs.oracle.com/javase/8/docs/api/java/util/logging/package-summary.html) | Java 8+ | N/A | none |
83-
| [Javalin](https://javalin.io/) | 5.0.0+ | N/A | Provides `http.route` [2] |
83+
| [Javalin](https://javalin.io/) | 5.0+ | N/A | Provides `http.route` [2] |
8484
| [Java Platform](https://docs.oracle.com/javase/8/docs/api/java/lang/management/ManagementFactory.html) | Java 8+ | [opentelemetry-runtime-telemetry-java8](../instrumentation/runtime-telemetry/runtime-telemetry-java8/library),<br>[opentelemetry-runtime-telemetry-java17](../instrumentation/runtime-telemetry/runtime-telemetry-java17/library),<br>[opentelemetry-resources](../instrumentation/resources/library) | [JVM Runtime Metrics] |
8585
| [JAX-RS](https://javaee.github.io/javaee-spec/javadocs/javax/ws/rs/package-summary.html) | 0.5+ | N/A | Provides `http.route` [2], Controller Spans [3] |
8686
| [JAX-RS Client](https://javaee.github.io/javaee-spec/javadocs/javax/ws/rs/client/package-summary.html) | 1.1+ | N/A | [HTTP Client Spans], [HTTP Client Metrics] |

0 commit comments

Comments
 (0)