From 61bbaf24b360a3ab189390a528ed58fac185c6a1 Mon Sep 17 00:00:00 2001 From: Helen Yang Date: Wed, 9 Feb 2022 13:20:34 -0800 Subject: [PATCH 1/3] 3.2.6 GA release --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37be0298dc2..e991dc7b540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +# Version 3.2.6 GA +* Support Statsbeat in EU regions [#2082](https://github.com/microsoft/ApplicationInsights-Java/pull/2082). +* Update Oshi default logging level [#2086](https://github.com/microsoft/ApplicationInsights-Java/pull/2086). +* Shorten host property in network Statsbeat [#2087](https://github.com/microsoft/ApplicationInsights-Java/pull/2087). +* Add debug profiler for startup perf [#2085](https://github.com/microsoft/ApplicationInsights-Java/pull/2085). +* Update azure-core dependency [#2095](https://github.com/microsoft/ApplicationInsights-Java/pull/2095). + # Version 3.2.5 GA * Log warning on 206 (partial success) response from Breeze [#2065](https://github.com/microsoft/ApplicationInsights-Java/pull/2065). diff --git a/gradle.properties b/gradle.properties index b4ef49c543a..7a2cf16a890 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ // Project properties -version=3.2.6-BETA +version=3.2.6 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 From 6fca28350f2e4a5a8dced10dc437b7fc2cad37f3 Mon Sep 17 00:00:00 2001 From: Helen Y <56097766+heyams@users.noreply.github.com> Date: Wed, 9 Feb 2022 13:31:29 -0800 Subject: [PATCH 2/3] Remove Co-authored-by: Trask Stalnaker --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e991dc7b540..e703cdbc0bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,6 @@ # Version 3.2.6 GA * Support Statsbeat in EU regions [#2082](https://github.com/microsoft/ApplicationInsights-Java/pull/2082). * Update Oshi default logging level [#2086](https://github.com/microsoft/ApplicationInsights-Java/pull/2086). -* Shorten host property in network Statsbeat [#2087](https://github.com/microsoft/ApplicationInsights-Java/pull/2087). * Add debug profiler for startup perf [#2085](https://github.com/microsoft/ApplicationInsights-Java/pull/2085). * Update azure-core dependency [#2095](https://github.com/microsoft/ApplicationInsights-Java/pull/2095). From fc27ea8a74ea9fb75dcf1264f47edf2725a82adf Mon Sep 17 00:00:00 2001 From: Helen Y <56097766+heyams@users.noreply.github.com> Date: Wed, 9 Feb 2022 13:31:47 -0800 Subject: [PATCH 3/3] Reword Co-authored-by: Trask Stalnaker --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e703cdbc0bd..8a896b0e119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ * Support Statsbeat in EU regions [#2082](https://github.com/microsoft/ApplicationInsights-Java/pull/2082). * Update Oshi default logging level [#2086](https://github.com/microsoft/ApplicationInsights-Java/pull/2086). * Add debug profiler for startup perf [#2085](https://github.com/microsoft/ApplicationInsights-Java/pull/2085). -* Update azure-core dependency [#2095](https://github.com/microsoft/ApplicationInsights-Java/pull/2095). +* Avoid local DNS resolution when using http proxy configuration [#2095](https://github.com/microsoft/ApplicationInsights-Java/pull/2095). # Version 3.2.5 GA