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 34ba012 commit 5c7ed36Copy full SHA for 5c7ed36
CHANGELOG.md
@@ -1,7 +1,10 @@
1
# CHANGELOG
2
3
-# Version 3.0.2-BETA
+# Version 3.0.2 GA
4
* Fix App Services logback parser exceptions.
5
+* Log instead of throwing exception on unbridged API [#1442](https://github.com/microsoft/ApplicationInsights-Java/issues/1442)
6
+* Fix role name config [#1450](https://github.com/microsoft/ApplicationInsights-Java/issues/1450)
7
+* Support more interop with 2.x SDK ThreadContext (getId and getParentId)
8
9
# Version 3.0.1 GA
10
* Suppress duplicate AI agents. Resolves [#1345](https://github.com/microsoft/ApplicationInsights-Java/issues/1345)
gradle.properties
@@ -1,3 +1,3 @@
// Project properties
-version=3.0.2-BETA
+version=3.0.2
group=com.microsoft.azure
0 commit comments