We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3cb3dc commit ff56e7fCopy full SHA for ff56e7f
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+# Version 3.0.1-BETA.2
4
+* Fix code to use the correct logging configuration 'level' [#1415](https://github.com/microsoft/ApplicationInsights-Java/issues/1415))
5
+* Capture log4j2 async logging. Addresses issue [#1389](https://github.com/microsoft/ApplicationInsights-Java/issues/1389)
6
+* Add configuration for disabling dependencies [#1294](https://github.com/microsoft/ApplicationInsights-Java/issues/1294)
7
+
8
# Version 3.0.1-BETA
9
* Friendly error messages thrown for the following scenarios
10
- Missing connection string
gradle.properties
@@ -1,3 +1,3 @@
// Project properties
-version=3.0.1-BETA
+version=3.0.1-BETA.2
group=com.microsoft.azure
0 commit comments