Skip to content

Commit 9867760

Browse files
authored
Release 3.2.2 GA (#1934)
* Prepare to release 3.2.2 * Update changelog
1 parent 1ded29a commit 9867760

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
# Version 3.2.2 GA
4+
* Bridge session id from 2.x SDK [#1930](https://github.com/microsoft/ApplicationInsights-Java/pull/1930)
5+
* Fix NullPointerException when sending raw bytes from persisted files on disk [#1931](https://github.com/microsoft/ApplicationInsights-Java/pull/1931).
6+
* Add non-essential Statsbeat [#1925](https://github.com/microsoft/ApplicationInsights-Java/pull/1925)
7+
* Update OpenTelemetry to 1.7 [#1920](https://github.com/microsoft/ApplicationInsights-Java/pull/1920)
8+
39
# Version 3.2.1 GA
410
* Add Akka preview instrumentation [#1911](https://github.com/microsoft/ApplicationInsights-Java/pull/1911).
511
* Add internal-reflection instrumentation [#1912](https://github.com/microsoft/ApplicationInsights-Java/pull/1912).

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Project properties
2-
version=3.2.1
2+
version=3.2.2
33
group=com.microsoft.azure
44
# gradle default is 256m which causes sporadic failures - https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory
55
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m

0 commit comments

Comments
 (0)