File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
10
# Version 3.2.6 GA
4
11
* Support Statsbeat in EU regions [ #2082 ] ( https://github.com/microsoft/ApplicationInsights-Java/pull/2082 ) .
5
12
* Update Oshi default logging level [ #2086 ] ( https://github.com/microsoft/ApplicationInsights-Java/pull/2086 ) .
Original file line number Diff line number Diff line change 1
1
// Project properties
2
- version =3.2.7-BETA
2
+ version =3.2.7
3
3
group =com.microsoft.azure
4
4
# gradle default is 256m which causes sporadic failures - https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory
5
5
org.gradle.jvmargs =-XX:MaxMetaspaceSize=512m
You can’t perform that action at this time.
0 commit comments