Skip to content

Commit ea2689e

Browse files
authored
Prepare 3.1.1-BETA.3 release (#1723)
1 parent 8d54a1b commit ea2689e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# CHANGELOG
2+
# Version 3.1.1-BETA.3
3+
* Fix memory leak caused by not removing Netty listeners [upstream #2705](https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/2705)
4+
* Improve Azure Service Bus support [#1710](https://github.com/microsoft/ApplicationInsights-Java/pull/1710).
5+
* Updated to support OpenTelemetry API 1.2.0
6+
27
# Version 3.1.1-BETA.2
38
* Support explicit operation id and parent id from 2.x SDK [#1708](https://github.com/microsoft/ApplicationInsights-Java/pull/1708).
49
* Fix exceptions with deep stack trace exceeding 64 KB rejected by Application Insights backend [#1702](https://github.com/microsoft/ApplicationInsights-Java/pull/1702).

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Project properties
2-
version=3.1.1-BETA.2
2+
version=3.1.1-BETA.3
33
group=com.microsoft.azure

0 commit comments

Comments
 (0)