From 0e92c0d5064d6872c6b413438881aca220f97229 Mon Sep 17 00:00:00 2001 From: Helen Y <56097766+heyams@users.noreply.github.com> Date: Wed, 26 May 2021 13:48:23 -0700 Subject: [PATCH] Release 3.1.1-BETA.2 (#1709) * Prepare for a new beta release * Fix a typo * Reword Co-authored-by: Trask Stalnaker * Hide super advanced feature. Co-authored-by: Trask Stalnaker Co-authored-by: Trask Stalnaker --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e33a5ebdd..6ef8e6863e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # CHANGELOG +# Version 3.1.1-BETA.2 +* Support explicit operation id and parent id from 2.x SDK [#1708](https://github.com/microsoft/ApplicationInsights-Java/pull/1708). +* Fix exceptions with deep stack trace exceeding 64 KB rejected by Application Insights backend [#1702](https://github.com/microsoft/ApplicationInsights-Java/pull/1702). +* Use shorter telemetry names for all telemetry types to reduce payload [#1700](https://github.com/microsoft/ApplicationInsights-Java/pull/1700). +* Improve Azure SDK support [#1698](https://github.com/microsoft/ApplicationInsights-Java/pull/1698). + # Version 3.1.1-BETA * Fix NullPointerExceptions for App Services [#1681](https://github.com/microsoft/ApplicationInsights-Java/pull/1681#issuecomment-840169103). * Add Application Insights stats. diff --git a/gradle.properties b/gradle.properties index 438357ccbef..683fdce9422 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ // Project properties -version=3.1.1-BETA +version=3.1.1-BETA.2 group=com.microsoft.azure \ No newline at end of file