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.
2 parents a307d98 + 4339f1f commit 06a7b1bCopy full SHA for 06a7b1b
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+# Version 2.5.0-BETA.2
4
+- Added back support for `<Class>` custom instrumentation in `AI-Agent.xml`
5
+- Fixed opting out of agent capturing logging via `<Logging enabled="false" />`
6
+- Misc fixes [#969](https://github.com/microsoft/ApplicationInsights-Java/issues/969),
7
+ [#978](https://github.com/microsoft/ApplicationInsights-Java/issues/978)
8
+
9
# Version 2.5.0-BETA
10
- Added support for Java 9-12
11
- Added new `applicationinsights-web-auto.jar` artifact that automatically registers the web filter
gradle.properties
@@ -1,4 +1,4 @@
// Project properties
-version=2.5.0-BETA
+version=2.5.0-BETA.2
group=com.microsoft.azure
0 commit comments