Skip to content

Commit 3733b69

Browse files
kryalamatrask
andauthored
Prepare for 3.2.5 GA release (#2075)
* prepare for 325 ga release * Apply suggestions from code review Co-authored-by: Trask Stalnaker <[email protected]> Co-authored-by: Trask Stalnaker <[email protected]>
1 parent 7e1883e commit 3733b69

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
# Version 3.2.5 GA
4+
5+
* Log warning on 206 (partial success) response from Breeze [#2065](https://github.com/microsoft/ApplicationInsights-Java/pull/2065).
6+
* Fix ingestion error on missing exception message [#2064](https://github.com/microsoft/ApplicationInsights-Java/pull/2064).
7+
* Add separate queue for metrics to avoid dropping telemetry [#2062](https://github.com/microsoft/ApplicationInsights-Java/pull/2062).
8+
* Make vertx preview instrumentation opt-in [#2058](https://github.com/microsoft/ApplicationInsights-Java/pull/2058).
9+
* Add Friendly exception handling for cipher suite issue [#2053](https://github.com/microsoft/ApplicationInsights-Java/pull/2053).
10+
* Fix URI parse error [#2067](https://github.com/microsoft/ApplicationInsights-Java/pull/2067).
11+
12+
313
# Version 3.2.5-BETA
414
* Add vertx instrumentation [#1990](https://github.com/microsoft/ApplicationInsights-Java/pull/1990).
515
* Clean up Oshi logging [#2047](https://github.com/microsoft/ApplicationInsights-Java/pull/2047).
@@ -9,6 +19,7 @@
919
* Add configuration for capturing HTTP headers [#2036](https://github.com/microsoft/ApplicationInsights-Java/pull/2036).
1020
* Update OpenTelemetry to the latest [#2030](https://github.com/microsoft/ApplicationInsights-Java/pull/2030).
1121
* Fix device instrumentation [#2027](https://github.com/microsoft/ApplicationInsights-Java/pull/2027).
22+
* Add telemetry processors masking feature [#1977](https://github.com/microsoft/ApplicationInsights-Java/pull/1977).
1223

1324
# Version 3.2.4 GA
1425
* Add play framework preview instrumentation [#1958](https://github.com/microsoft/ApplicationInsights-Java/pull/1958).
@@ -17,7 +28,7 @@
1728
* Reduce noisy truncation logging [#1968](https://github.com/microsoft/ApplicationInsights-Java/pull/1968).
1829
* Fix jackson initialization [#1984](https://github.com/microsoft/ApplicationInsights-Java/pull/1984).
1930
* Add url, name and fix operation name to request document in live metrics sample telemetry [#1993](https://github.com/microsoft/ApplicationInsights-Java/pull/1993).
20-
* Fix duration in live metrics sample telemetry feature. [#1996](https://github.com/microsoft/ApplicationInsights-Java/pull/1996).
31+
* Fix duration in live metrics sample telemetry feature [#1996](https://github.com/microsoft/ApplicationInsights-Java/pull/1996).
2132

2233
# Version 3.2.3 GA
2334
* Fix instrumentation key is null when sending persisted files from disk [#1948](https://github.com/microsoft/ApplicationInsights-Java/issues/1948).

NOTICE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Microsoft Application Insights Java Software Development Kit consists of materia
4646
24. Apache Log4j 1.2.17 (https://logging.apache.org/log4j)
4747
25. Square okio dependency 2.8.0 (https://github.com/square/okio/)
4848
26. Jackson Datatype: JSR310 (https://github.com/FasterXML/jackson-datatype-jsr310)
49+
27. XStream 1.4.18 (https://github.com/x-stream/xstream)
4950

5051
%% Apache Commons-codec NOTICES, INFORMATION, AND LICENSE BEGIN HERE
5152
=========================================

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.5-BETA.2
2+
version=3.2.5
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)