File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ # Version 3.2.7 GA
4+ * Improve startup performance by optimizing weak cache [ #2136 ] ( https://github.com/microsoft/ApplicationInsights-Java/pull/2136 ) .
5+ * Fix reverse DNS name lookup [ #5393 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5393 ) .
6+ * Oshi optimization for better performance [ #2126 ] ( https://github.com/microsoft/ApplicationInsights-Java/pull/2126 ) .
7+ * Fix a NullPointerException in startup profiler [ #2124 ] ( https://github.com/microsoft/ApplicationInsights-Java/pull/2124 ) .
8+ * Drop metrics with NaN values [ #2119 ] ( https://github.com/microsoft/ApplicationInsights-Java/pull/2119 ) .
9+
310# Version 3.2.6 GA
411* Support Statsbeat in EU regions [ #2082 ] ( https://github.com/microsoft/ApplicationInsights-Java/pull/2082 ) .
512* Update Oshi default logging level [ #2086 ] ( https://github.com/microsoft/ApplicationInsights-Java/pull/2086 ) .
Original file line number Diff line number Diff line change 11// Project properties
2- version =3.2.7-BETA
2+ version =3.2.7
33group =com.microsoft.azure
44# gradle default is 256m which causes sporadic failures - https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory
55org.gradle.jvmargs =-XX:MaxMetaspaceSize=512m
You can’t perform that action at this time.
0 commit comments