Skip to content

Commit 7a207f2

Browse files
authored
Update changelog for 3.7.0 release (#4041)
1 parent a874c5e commit 7a207f2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# CHANGELOG
22

3+
## Version 3.7.0 GA (01/22/2025)
4+
5+
### Enhancements
6+
7+
* Support for Live Metrics Filtering ([#43040](https://github.com/Azure/azure-sdk-for-java/pull/43040), [#43184](https://github.com/Azure/azure-sdk-for-java/pull/43184), [#43289](https://github.com/Azure/azure-sdk-for-java/pull/43289), [#43323](https://github.com/Azure/azure-sdk-for-java/pull/43323), [#43506](https://github.com/Azure/azure-sdk-for-java/pull/43506), [#43744](https://github.com/Azure/azure-sdk-for-java/pull/43744))
8+
* Update to OpenTelemetry Java Instrumentation 2.12.0 ([#4034](https://github.com/microsoft/ApplicationInsights-Java/pull/4034))
9+
* Remove user sensitive data from self-diagnostics ([#3976](https://github.com/microsoft/ApplicationInsights-Java/pull/3976))
10+
* Exclude `META-INF/maven/**` from agent jar to avoid CVE false positives ([#4040](https://github.com/microsoft/ApplicationInsights-Java/pull/4040))
11+
* Don't log Log Records (when debug logging enabled) if they are sampled out
12+
([#3936](https://github.com/microsoft/ApplicationInsights-Java/pull/3936))
13+
* Include NICE, IRQ, SOFTIRQ, and STEAL in `\\Processor(_Total)\\% Processor Time` metric
14+
([#3987](https://github.com/microsoft/ApplicationInsights-Java/pull/3987))
15+
* Add note to applicationinsights.log to make sure that private information is removed from the log
16+
([#4011](https://github.com/microsoft/ApplicationInsights-Java/pull/4011))
17+
* Support finding applicationinsights.json in current dir when using runtime attach
18+
([#3990](https://github.com/microsoft/ApplicationInsights-Java/pull/3990))
19+
* Add a warning message if the applicationinsights-agent jar is in the classpath in Java 11+ ([#4039](https://github.com/microsoft/ApplicationInsights-Java/pull/4039))
20+
21+
322
## Version 3.6.2 GA (10/23/2024)
423

524
### Enhancements

0 commit comments

Comments
 (0)