File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ Microsoft Application Insights Java Software Development Kit consists of materia
444422. Gson 2.8.5 (https://github.com/google/gson)
454523. os-maven-plugin 1.6.2 (https://github.com/trustin/os-maven-plugin)
464624. 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=========================================
You can’t perform that action at this time.
0 commit comments