We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9361d1d commit 51fe9c7Copy full SHA for 51fe9c7
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+# Version 3.2.11 GA
4
+* Turn off Statsbeat when unable to reach ingestion service. [#2221](https://github.com/microsoft/ApplicationInsights-Java/pull/2221).
5
+
6
# Version 3.2.10 GA
7
* Fix Statsbeat warning [#2208](https://github.com/microsoft/ApplicationInsights-Java/pull/2208).
8
gradle.properties
@@ -1,5 +1,5 @@
// Project properties
-version=3.2.10
+version=3.2.11
group=com.microsoft.azure
# gradle default is 256m which causes sporadic failures - https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
0 commit comments