File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ # Version 3.2.8 GA
4
+ * Fix spring actuator endpoint behavior [ #2146 ] ( https://github.com/microsoft/ApplicationInsights-Java/pull/2146 ) .
5
+ * Better JMX debug logging [ #2157 ] ( https://github.com/microsoft/ApplicationInsights-Java/pull/2157 ) .
6
+ * Add BatchSpanProcessor configuration option [ #2165 ] ( https://github.com/microsoft/ApplicationInsights-Java/pull/2165 ) .
7
+
3
8
# Version 3.2.7 GA
4
9
* Improve startup performance by optimizing weak cache [ #2136 ] ( https://github.com/microsoft/ApplicationInsights-Java/pull/2136 ) .
5
10
* Fix reverse DNS name lookup [ #5393 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5393 ) .
Original file line number Diff line number Diff line change 1
1
// Project properties
2
- version =3.2.7
2
+ version =3.2.8
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