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 31eaf61 + 3b24cec commit 5cddbb1Copy full SHA for 5cddbb1
CHANGELOG.md
@@ -1,7 +1,10 @@
1
# CHANGELOG
2
3
-# Version 2.6.2
4
-* Added additional error logging for troubleshooting issues loading JNI performance counter library.
+# Version 2.6.2-BETA
+* Added additional error logging for troubleshooting issues loading JNI performance counter library
5
+ ([#1254](https://github.com/microsoft/ApplicationInsights-Java/pull/1254))
6
+* Fix backoff condition so that retries will continue indefinitely
7
+ ([#1253](https://github.com/microsoft/ApplicationInsights-Java/pull/1253))
8
9
# Version 2.6.1
10
* Fix shutdown issue due to non-daemon thread
gradle.properties
@@ -1,4 +1,4 @@
// Project properties
-version=2.6.2
+version=2.6.2-BETA
group=com.microsoft.azure
0 commit comments