|
9 | 9 | - Deprecated (and `-alpha`) SpanNames class was removed |
10 | 10 | ([#14582](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14582)) |
11 | 11 |
|
| 12 | +### 🌟 New javaagent instrumentation |
| 13 | + |
| 14 | +- Add ClickHouse client v2 instrumentation |
| 15 | + ([#14501](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14501)) |
| 16 | + |
12 | 17 | ### 📈 Enhancements |
13 | 18 |
|
14 | 19 | - Add code attributes for log4j1 |
|
25 | 30 | ([#14468](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14468)) |
26 | 31 | - Instrument instrumentation suppression API |
27 | 32 | ([#14565](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14565)) |
28 | | -- Update declarative config file version support |
| 33 | +- Declarative config: update file version support |
29 | 34 | ([#14593](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14593)) |
| 35 | +- Add `url.template` support to Spring 6 RestTemplate |
| 36 | + ([#14612](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14612)) |
| 37 | +- Declarative config: add missing resource providers |
| 38 | + ([#14222](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14222)) |
| 39 | +- Declarative config: map common-enabled property |
| 40 | + ([#14589](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14589)) |
30 | 41 |
|
31 | 42 | ### 🛠️ Bug fixes |
32 | 43 |
|
33 | 44 | - Fix non-lowercase messaging headers capture |
34 | 45 | ([#14479](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14479)) |
35 | 46 | - Fix JUL logger methods parameter mismatch |
36 | 47 | ([#14531](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14531)) |
| 48 | +- Fix a test failure with latest Mongo release |
| 49 | + ([#14642](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14642)) |
37 | 50 |
|
38 | 51 | ### 🧰 Tooling |
39 | 52 |
|
40 | 53 | - Add constructor to AgentClassLoader for custom parent ClassLoader |
41 | 54 | ([#14480](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14480)) |
42 | | -- Make declarative config bridge usable by Spring starter and contrib |
| 55 | +- Declarative config: make bridge usable by Spring starter and contrib |
43 | 56 | ([#14497](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14497), |
44 | 57 | [#14548](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14548)) |
45 | 58 | - Reduce log level for main jar detection |
|
0 commit comments