Skip to content

Commit 295279d

Browse files
heyamstrask
andauthored
Prepare for 3.2.8 GA release (#2171)
* Prepare for 3.2.8 release * Reword Co-authored-by: Trask Stalnaker <[email protected]> Co-authored-by: Trask Stalnaker <[email protected]>
1 parent 1cd5b15 commit 295279d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

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+
38
# Version 3.2.7 GA
49
* Improve startup performance by optimizing weak cache [#2136](https://github.com/microsoft/ApplicationInsights-Java/pull/2136).
510
* Fix reverse DNS name lookup [#5393](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5393).

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Project properties
2-
version=3.2.7
2+
version=3.2.8
33
group=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
55
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m

0 commit comments

Comments
 (0)