Skip to content

Commit 7fc5811

Browse files
authored
Release 3.2.9 GA (#2202)
* Prepare for 3.2.9-BETA release * Update
1 parent 0439995 commit 7fc5811

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
# Version 3.2.9-BETA
4+
* Increase export throughput [#2204](https://github.com/microsoft/ApplicationInsights-Java/pull/2204).
5+
* Fix parsing exception with colons [#2196](https://github.com/microsoft/ApplicationInsights-Java/issues/2196).
6+
* Remove reverse name lookup everywhere [#2205](https://github.com/microsoft/ApplicationInsights-Java/pull/2205).
7+
38
# Version 3.2.8 GA
49
* Fix spring actuator endpoint behavior [#2146](https://github.com/microsoft/ApplicationInsights-Java/pull/2146).
510
* Better JMX debug logging [#2157](https://github.com/microsoft/ApplicationInsights-Java/pull/2157).

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Project properties
2-
version=3.2.9-BETA
2+
version=3.2.9
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)