|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 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 | + |
3 | 13 | # Version 3.2.5-BETA |
4 | 14 | * Add vertx instrumentation [#1990](https://github.com/microsoft/ApplicationInsights-Java/pull/1990). |
5 | 15 | * Clean up Oshi logging [#2047](https://github.com/microsoft/ApplicationInsights-Java/pull/2047). |
|
9 | 19 | * Add configuration for capturing HTTP headers [#2036](https://github.com/microsoft/ApplicationInsights-Java/pull/2036). |
10 | 20 | * Update OpenTelemetry to the latest [#2030](https://github.com/microsoft/ApplicationInsights-Java/pull/2030). |
11 | 21 | * 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). |
12 | 23 |
|
13 | 24 | # Version 3.2.4 GA |
14 | 25 | * Add play framework preview instrumentation [#1958](https://github.com/microsoft/ApplicationInsights-Java/pull/1958). |
|
17 | 28 | * Reduce noisy truncation logging [#1968](https://github.com/microsoft/ApplicationInsights-Java/pull/1968). |
18 | 29 | * Fix jackson initialization [#1984](https://github.com/microsoft/ApplicationInsights-Java/pull/1984). |
19 | 30 | * 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). |
21 | 32 |
|
22 | 33 | # Version 3.2.3 GA |
23 | 34 | * Fix instrumentation key is null when sending persisted files from disk [#1948](https://github.com/microsoft/ApplicationInsights-Java/issues/1948). |
|
0 commit comments