Skip to content

Commit 344a825

Browse files
kryalamatrask
andauthored
prepare for 3.2.4 ga release (#1998)
* prepare for 3.2.4 ga release * Update CHANGELOG.md Co-authored-by: Trask Stalnaker <[email protected]> * address comments * fix spotlessMiscCheck Co-authored-by: Trask Stalnaker <[email protected]>
1 parent b5a2f38 commit 344a825

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
# Version 3.2.4 GA
4+
* Add play framework preview instrumentation [#1958](https://github.com/microsoft/ApplicationInsights-Java/pull/1958).
5+
* Add span kind to sampling overrides [#1960](https://github.com/microsoft/ApplicationInsights-Java/pull/1960).
6+
* Fix status exception in a readonly file system [#1967](https://github.com/microsoft/ApplicationInsights-Java/pull/1967).
7+
* Reduce noisy truncation logging [#1968](https://github.com/microsoft/ApplicationInsights-Java/pull/1968).
8+
* Fix jackson initialization [#1984](https://github.com/microsoft/ApplicationInsights-Java/pull/1984).
9+
* Add url, name and fix operation name to request document in live metrics sample telemetry [#1993](https://github.com/microsoft/ApplicationInsights-Java/pull/1993).
10+
* Fix duration in live metrics sample telemetry feature. [#1996](https://github.com/microsoft/ApplicationInsights-Java/pull/1996).
11+
312
# Version 3.2.3 GA
413
* Fix instrumentation key is null when sending persisted files from disk [#1948](https://github.com/microsoft/ApplicationInsights-Java/issues/1948).
514
* Fix consumer span exporter mapping [#1952](https://github.com/microsoft/ApplicationInsights-Java/pull/1952).

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.4-BETA
2+
version=3.2.4
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)