Skip to content

Commit d7bc1ff

Browse files
authored
Getting ready for 3.0.1 GA (#1439)
1 parent df27393 commit d7bc1ff

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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)

NOTICE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Microsoft Application Insights Java Software Development Kit consists of materia
4343
21. CheckerFramework annotations for Java 6 1.0.0 (https://github.com/trask/checker-framework-annotations-for-jdk6)
4444
22. Gson 2.8.5 (https://github.com/google/gson)
4545
23. 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
=========================================

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Project properties
2-
version=3.0.1-BETA.2
2+
version=3.0.1
33
group=com.microsoft.azure

0 commit comments

Comments
 (0)