Skip to content

Commit faf4659

Browse files
committed
more
1 parent 40bc07c commit faf4659

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
- Deprecated (and `-alpha`) SpanNames class was removed
1010
([#14582](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14582))
1111

12+
### 🌟 New javaagent instrumentation
13+
14+
- Add ClickHouse client v2 instrumentation
15+
([#14501](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14501))
16+
1217
### 📈 Enhancements
1318

1419
- Add code attributes for log4j1
@@ -25,21 +30,29 @@
2530
([#14468](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14468))
2631
- Instrument instrumentation suppression API
2732
([#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
2934
([#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))
3041

3142
### 🛠️ Bug fixes
3243

3344
- Fix non-lowercase messaging headers capture
3445
([#14479](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14479))
3546
- Fix JUL logger methods parameter mismatch
3647
([#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))
3750

3851
### 🧰 Tooling
3952

4053
- Add constructor to AgentClassLoader for custom parent ClassLoader
4154
([#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
4356
([#14497](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14497),
4457
[#14548](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14548))
4558
- Reduce log level for main jar detection

0 commit comments

Comments
 (0)