File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ # Version 3.0.1 GA
4+ * Suppress duplicate AI agents. Resolves [ #1345 ] ( https://github.com/microsoft/ApplicationInsights-Java/issues/1345 )
5+ * Fix role name precedence. Resolves [ #1425 ] ( https://github.com/microsoft/ApplicationInsights-Java/issues/1425 )
6+ * Fix APPLICATIONINSIGHTS_CONNECTION_STRING env var. Resolves [ #1428 ] ( https://github.com/microsoft/ApplicationInsights-Java/issues/1428 )
7+ * Add APPLICATIONINSIGHTS_SELF_DIAGNOSTICS_LEVEL env var. Resolves [ #1422 ] ( https://github.com/microsoft/ApplicationInsights-Java/issues/1422 )
8+ * New 'extract' attribute feature added to Telemetry processors.
9+
310# Version 3.0.1-BETA.2
411* Fix code to use the correct logging configuration 'level' [ #1415 ] ( https://github.com/microsoft/ApplicationInsights-Java/issues/1415 ) )
512* Capture log4j2 async logging. Addresses issue [ #1389 ] ( https://github.com/microsoft/ApplicationInsights-Java/issues/1389 )
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ Microsoft Application Insights Java Software Development Kit consists of materia
434321. CheckerFramework annotations for Java 6 1.0.0 (https://github.com/trask/checker-framework-annotations-for-jdk6)
444422. Gson 2.8.5 (https://github.com/google/gson)
454523. os-maven-plugin 1.6.2 (https://github.com/trustin/os-maven-plugin)
46+ 24. Apache Log4j 1.2.17 (https://logging.apache.org/log4j)
4647
4748%% Apache Commons-codec NOTICES, INFORMATION, AND LICENSE BEGIN HERE
4849=========================================
Original file line number Diff line number Diff line change 11// Project properties
2- version =3.0.1-BETA.2
2+ version =3.0.1
33group =com.microsoft.azure
You can’t perform that action at this time.
0 commit comments