From 0dbf377e54862d148511a18cb8b3fc6d82c057ae Mon Sep 17 00:00:00 2001 From: Helen Yang Date: Thu, 24 Mar 2022 16:24:23 -0700 Subject: [PATCH 1/3] Fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4312359976..0a3743e79c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -# Version 3.2.9-BETA +# Version 3.2.9 * Increase export throughput [#2204](https://github.com/microsoft/ApplicationInsights-Java/pull/2204). * Fix parsing exception with colons [#2196](https://github.com/microsoft/ApplicationInsights-Java/issues/2196). * Remove reverse name lookup everywhere [#2205](https://github.com/microsoft/ApplicationInsights-Java/pull/2205). From 1a49b6b6dd017a9f7ff4664bee3d37f2082916c3 Mon Sep 17 00:00:00 2001 From: Helen Y <56097766+heyams@users.noreply.github.com> Date: Thu, 24 Mar 2022 17:25:07 -0700 Subject: [PATCH 2/3] Fix changelog (#2207) * Fix changelog * Add GA to be consistent with the rest --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a3743e79c2..405fb738a0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # CHANGELOG +<<<<<<< HEAD # Version 3.2.9 +======= +# Version 3.2.9 GA +>>>>>>> 1713d53db7 (Fix changelog (#2207)) * Increase export throughput [#2204](https://github.com/microsoft/ApplicationInsights-Java/pull/2204). * Fix parsing exception with colons [#2196](https://github.com/microsoft/ApplicationInsights-Java/issues/2196). * Remove reverse name lookup everywhere [#2205](https://github.com/microsoft/ApplicationInsights-Java/pull/2205). From dd22a26a7aef0e837bc9992ef5f5c58ade0eb492 Mon Sep 17 00:00:00 2001 From: Helen Yang Date: Fri, 25 Mar 2022 10:02:24 -0700 Subject: [PATCH 3/3] Update version --- CHANGELOG.md | 3 +++ gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c447d95100f..adaf9614aff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +# Version 3.2.10 GA +* Fix Statsbeat warning [#2208](https://github.com/microsoft/ApplicationInsights-Java/pull/2208). + # Version 3.2.9 GA * Increase export throughput [#2204](https://github.com/microsoft/ApplicationInsights-Java/pull/2204). * Fix parsing exception with colons [#2196](https://github.com/microsoft/ApplicationInsights-Java/issues/2196). diff --git a/gradle.properties b/gradle.properties index d8873f0d50a..b67a35f7f88 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ // Project properties -version=3.2.9 +version=3.2.10 group=com.microsoft.azure # gradle default is 256m which causes sporadic failures - https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m