Skip to content

Commit

Permalink
Release 3.1.1-BETA.2 (#1709)
Browse files Browse the repository at this point in the history
* Prepare for a new beta release

* Fix a typo

* Reword

Co-authored-by: Trask Stalnaker <[email protected]>

* Hide super advanced feature.

Co-authored-by: Trask Stalnaker <[email protected]>

Co-authored-by: Trask Stalnaker <[email protected]>
  • Loading branch information
heyams and trask authored May 26, 2021
1 parent 0681283 commit 0e92c0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Project properties
version=3.1.1-BETA
version=3.1.1-BETA.2
group=com.microsoft.azure

0 comments on commit 0e92c0d

Please sign in to comment.