We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8096b9f commit 1effc96Copy full SHA for 1effc96
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+# Version 3.2.10 GA
4
+* Fix Statsbeat warning [#2208](https://github.com/microsoft/ApplicationInsights-Java/pull/2208).
5
+
6
# Version 3.2.9 GA
7
* Increase export throughput [#2204](https://github.com/microsoft/ApplicationInsights-Java/pull/2204).
8
* Fix parsing exception with colons [#2196](https://github.com/microsoft/ApplicationInsights-Java/issues/2196).
gradle.properties
@@ -1,5 +1,5 @@
// Project properties
-version=3.2.9
+version=3.2.10
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