Skip to content

Commit 83ef844

Browse files
authored
Release 3.2.0-BETA.3 (#1869)
* prepare for release * address comments * more comments * update changelog
1 parent bad69c3 commit 83ef844

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

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

3+
# Version 3.2.0-BETA.3
4+
* Log all available jmx metrics at debug level.
5+
* Misc logging improvements [#1828](https://github.com/microsoft/ApplicationInsights-Java/pull/1828).
6+
* Add grizzly instrumentation as preview.
7+
* Use tmpdir to store temporary Java flight recordings [#1836](https://github.com/microsoft/ApplicationInsights-Java/pull/1836).
8+
* Fix live metrics sampled counts.
9+
* Fix stack traces not being captured for deadlocks [#1263](https://github.com/microsoft/ApplicationInsights-Java/issues/1263).
10+
* Support Sample Telemetry feature for live metrics [#1852](https://github.com/microsoft/ApplicationInsights-Java/pull/1852).
11+
* Add inherited attributes preview [#1743](https://github.com/microsoft/ApplicationInsights-Java/issues/1743).
12+
* Fix Application Map to App service/function view support [#1868](https://github.com/microsoft/ApplicationInsights-Java/pull/1868).
13+
* Fix service bus mapping [#1848](https://github.com/microsoft/ApplicationInsights-Java/pull/1848).
14+
315
# Version 3.2.0-BETA.2
416
* Lots of internal clean up.
517
* Reduce binary size from 3.2.0-BETA

NOTICE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Microsoft Application Insights Java Software Development Kit consists of materia
4444
22. Gson 2.8.5 (https://github.com/google/gson)
4545
23. os-maven-plugin 1.6.2 (https://github.com/trustin/os-maven-plugin)
4646
24. Apache Log4j 1.2.17 (https://logging.apache.org/log4j)
47+
25. Square okio dependency 2.8.0 (https://github.com/square/okio/)
48+
26. Jackson Datatype: JSR310 (https://github.com/FasterXML/jackson-datatype-jsr310)
4749

4850
%% Apache Commons-codec NOTICES, INFORMATION, AND LICENSE BEGIN HERE
4951
=========================================

0 commit comments

Comments
 (0)