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 c3bbcc3 + fa809e8 commit d46faacCopy full SHA for d46faac
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+# Version 2.5.0-BETA.5
4
+- Fixed `ClassCastException` that could happen when using `HttpURLConnection`
5
+ ([#1053](https://github.com/microsoft/ApplicationInsights-Java/issues/1053))
6
+
7
# Version 2.5.0-BETA.4
8
- Fixed registration of custom JMX performance counters
9
([#1042](https://github.com/microsoft/ApplicationInsights-Java/issues/1042))
gradle.properties
@@ -1,4 +1,4 @@
// Project properties
-version=2.5.0-BETA.4
+version=2.5.0-BETA.5
group=com.microsoft.azure
0 commit comments