We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95de34b + 2ccf06a commit aabde3dCopy full SHA for aabde3d
2 files changed
CHANGELOG.md
@@ -1,7 +1,10 @@
1
# CHANGELOG
2
3
# Version 2.6.2-BETA.2
4
-* Fixed RequestTelemetryContext initialization ([#1247](https://github.com/microsoft/ApplicationInsights-Java/issues/1247)). Thanks, librucha!
+* Fixed retry transmission on client side exception
5
+ ([#1282](https://github.com/microsoft/ApplicationInsights-Java/issues/1282)).
6
+* Fixed RequestTelemetryContext initialization
7
+ ([#1247](https://github.com/microsoft/ApplicationInsights-Java/issues/1247)). Thanks, librucha!
8
9
# Version 2.6.2-BETA
10
* Added additional error logging for troubleshooting issues loading JNI performance counter library
gradle.properties
@@ -1,4 +1,4 @@
// Project properties
-version=2.6.2-BETA
+version=2.6.2-BETA.2
group=com.microsoft.azure
0 commit comments