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 5bf8312 commit d132424Copy full SHA for d132424
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+# Version 2.6.0-BETA.3
4
+* Use newer id format when reporting request and dependency telemetry
5
+ ([#1149](https://github.com/microsoft/ApplicationInsights-Java/issues/1174))
6
+* Fixed pom file dependency in applicationinsights-spring-boot-starter
7
+ ([#1149](https://github.com/microsoft/ApplicationInsights-Java/issues/1197))
8
+
9
10
# Version 2.6.0-BETA.2
11
* Removed Local Forwarder Channel. Local Forwarder is now a deprecated solution.
12
The classes and configuration elements which supported this solution have been removed.
gradle.properties
@@ -1,4 +1,4 @@
// Project properties
-version=2.6.0-BETA.2
+version=2.6.0-BETA.3
group=com.microsoft.azure
0 commit comments