Skip to content

Commit 669ef92

Browse files
authored
Update change log for 3.0.3-BETA.2 release (#1572)
1 parent ff6d717 commit 669ef92

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

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

3+
# Version 3.0.3-BETA.2
4+
* Added env var `APPLICATIONINSIGHTS_PREVIEW_OTEL_API_SUPPORT` to enable preview OpenTelemetry API support
5+
[#1548](https://github.com/microsoft/ApplicationInsights-Java/issues/1548)
6+
* Added env var `APPLICATIONINSIGHTS_SELF_DIAGNOSTICS_FILE_PATH` (and use that to log json config parsing errors)
7+
[#1550](https://github.com/microsoft/ApplicationInsights-Java/issues/1550)
8+
* RP integration improvements
9+
[#1551](https://github.com/microsoft/ApplicationInsights-Java/issues/1551),
10+
[#1558](https://github.com/microsoft/ApplicationInsights-Java/issues/1558),
11+
[#1559](https://github.com/microsoft/ApplicationInsights-Java/issues/1559)
12+
* Added env var `APPLICATIONINSIGHTS_PREVIEW_LIVE_METRICS_ENABLED` to disable live metrics
13+
[#1552](https://github.com/microsoft/ApplicationInsights-Java/issues/1552)
14+
* Remove unwanted custom dimension that showed up in 3.0.3-BETA
15+
[#1565](https://github.com/microsoft/ApplicationInsights-Java/issues/1565)
16+
* Add sampling overrides that can be used to implement telemetry filtering
17+
[#1564](https://github.com/microsoft/ApplicationInsights-Java/issues/1564)
18+
* Switch native performance counter collection to use [OSHI](https://github.com/oshi/oshi)
19+
[#1482](https://github.com/microsoft/ApplicationInsights-Java/issues/1482)
20+
321
# Version 3.0.3-BETA
422
* Extra attributes in `applicationinsights.json` (e.g. typos) are logged as warnings at startup
523
[#1459](https://github.com/microsoft/ApplicationInsights-Java/issues/1459)

0 commit comments

Comments
 (0)