From 7b99745881ed2d1938be3d2bc123edc2f4d08be6 Mon Sep 17 00:00:00 2001 From: kryalama <66494519+kryalama@users.noreply.github.com> Date: Thu, 9 Dec 2021 13:43:49 -0800 Subject: [PATCH 1/4] prepare for 3.2.4 ga release --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ab7fe251b..510163a64bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +# Version 3.2.4 GA +* Add play framework preview instrumentation [#1958](https://github.com/microsoft/ApplicationInsights-Java/pull/1958). +* Add span kind to sampling overrides [#1960](https://github.com/microsoft/ApplicationInsights-Java/pull/1960). +* Don't send sampleRate 100, can reduce ingestion cost by not sending it [#1966](https://github.com/microsoft/ApplicationInsights-Java/pull/1966). +* Fix jackson initialization [#1984](https://github.com/microsoft/ApplicationInsights-Java/pull/1984). +* Add url, name and fix operation name to request document in quick pulse sample telemetry [#1993](https://github.com/microsoft/ApplicationInsights-Java/pull/1993). +* Fix duration in live metrics sample telemetry feature. [#1996](https://github.com/microsoft/ApplicationInsights-Java/pull/1996). + # Version 3.2.3 GA * Fix instrumentation key is null when sending persisted files from disk [#1948](https://github.com/microsoft/ApplicationInsights-Java/issues/1948). * Fix consumer span exporter mapping [#1952](https://github.com/microsoft/ApplicationInsights-Java/pull/1952). diff --git a/gradle.properties b/gradle.properties index 5e38a248c5a..6e47467b002 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ // Project properties -version=3.2.4-BETA +version=3.2.4 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 421210961ff7aaa173a827208c278b5e973cba27 Mon Sep 17 00:00:00 2001 From: kryalama <66494519+kryalama@users.noreply.github.com> Date: Thu, 9 Dec 2021 13:48:14 -0800 Subject: [PATCH 2/4] Update CHANGELOG.md Co-authored-by: Trask Stalnaker --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 510163a64bc..215d819856f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ * Add span kind to sampling overrides [#1960](https://github.com/microsoft/ApplicationInsights-Java/pull/1960). * Don't send sampleRate 100, can reduce ingestion cost by not sending it [#1966](https://github.com/microsoft/ApplicationInsights-Java/pull/1966). * Fix jackson initialization [#1984](https://github.com/microsoft/ApplicationInsights-Java/pull/1984). -* Add url, name and fix operation name to request document in quick pulse sample telemetry [#1993](https://github.com/microsoft/ApplicationInsights-Java/pull/1993). +* Add url, name and fix operation name to request document in live metrics sample telemetry [#1993](https://github.com/microsoft/ApplicationInsights-Java/pull/1993). * Fix duration in live metrics sample telemetry feature. [#1996](https://github.com/microsoft/ApplicationInsights-Java/pull/1996). # Version 3.2.3 GA From 51df9d4578b6df496d05a348a108fd5b00336817 Mon Sep 17 00:00:00 2001 From: kryalama <66494519+kryalama@users.noreply.github.com> Date: Thu, 9 Dec 2021 14:58:33 -0800 Subject: [PATCH 3/4] address comments --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 510163a64bc..cbdf4152968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ # Version 3.2.4 GA * Add play framework preview instrumentation [#1958](https://github.com/microsoft/ApplicationInsights-Java/pull/1958). * Add span kind to sampling overrides [#1960](https://github.com/microsoft/ApplicationInsights-Java/pull/1960). -* Don't send sampleRate 100, can reduce ingestion cost by not sending it [#1966](https://github.com/microsoft/ApplicationInsights-Java/pull/1966). +* Fix status exception in a readonly file system [#1967](https://github.com/microsoft/ApplicationInsights-Java/pull/1967). +* Reduce noisy truncation logging [#1968](https://github.com/microsoft/ApplicationInsights-Java/pull/1968). * Fix jackson initialization [#1984](https://github.com/microsoft/ApplicationInsights-Java/pull/1984). * Add url, name and fix operation name to request document in quick pulse sample telemetry [#1993](https://github.com/microsoft/ApplicationInsights-Java/pull/1993). * Fix duration in live metrics sample telemetry feature. [#1996](https://github.com/microsoft/ApplicationInsights-Java/pull/1996). From baa341f05aab1ebccb359d6007f4f62b6e97316b Mon Sep 17 00:00:00 2001 From: kryalama <66494519+kryalama@users.noreply.github.com> Date: Thu, 9 Dec 2021 15:37:53 -0800 Subject: [PATCH 4/4] fix spotlessMiscCheck --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f295b65cb..ad2d1ab2601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ # Version 3.2.4 GA * Add play framework preview instrumentation [#1958](https://github.com/microsoft/ApplicationInsights-Java/pull/1958). * Add span kind to sampling overrides [#1960](https://github.com/microsoft/ApplicationInsights-Java/pull/1960). -* Fix status exception in a readonly file system [#1967](https://github.com/microsoft/ApplicationInsights-Java/pull/1967). +* Fix status exception in a readonly file system [#1967](https://github.com/microsoft/ApplicationInsights-Java/pull/1967). * Reduce noisy truncation logging [#1968](https://github.com/microsoft/ApplicationInsights-Java/pull/1968). * Fix jackson initialization [#1984](https://github.com/microsoft/ApplicationInsights-Java/pull/1984). * Add url, name and fix operation name to request document in live metrics sample telemetry [#1993](https://github.com/microsoft/ApplicationInsights-Java/pull/1993).