Skip to content

Commit

Permalink
Release 3.2.0-BETA.3 (#1869)
Browse files Browse the repository at this point in the history
* prepare for release

* address comments

* more comments

* update changelog
  • Loading branch information
kryalama authored Sep 3, 2021
1 parent bad69c3 commit 83ef844
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

# Version 3.2.0-BETA.3
* Log all available jmx metrics at debug level.
* Misc logging improvements [#1828](https://github.com/microsoft/ApplicationInsights-Java/pull/1828).
* Add grizzly instrumentation as preview.
* Use tmpdir to store temporary Java flight recordings [#1836](https://github.com/microsoft/ApplicationInsights-Java/pull/1836).
* Fix live metrics sampled counts.
* Fix stack traces not being captured for deadlocks [#1263](https://github.com/microsoft/ApplicationInsights-Java/issues/1263).
* Support Sample Telemetry feature for live metrics [#1852](https://github.com/microsoft/ApplicationInsights-Java/pull/1852).
* Add inherited attributes preview [#1743](https://github.com/microsoft/ApplicationInsights-Java/issues/1743).
* Fix Application Map to App service/function view support [#1868](https://github.com/microsoft/ApplicationInsights-Java/pull/1868).
* Fix service bus mapping [#1848](https://github.com/microsoft/ApplicationInsights-Java/pull/1848).

# Version 3.2.0-BETA.2
* Lots of internal clean up.
* Reduce binary size from 3.2.0-BETA
Expand Down
2 changes: 2 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Microsoft Application Insights Java Software Development Kit consists of materia
22. Gson 2.8.5 (https://github.com/google/gson)
23. os-maven-plugin 1.6.2 (https://github.com/trustin/os-maven-plugin)
24. Apache Log4j 1.2.17 (https://logging.apache.org/log4j)
25. Square okio dependency 2.8.0 (https://github.com/square/okio/)
26. Jackson Datatype: JSR310 (https://github.com/FasterXML/jackson-datatype-jsr310)

%% Apache Commons-codec NOTICES, INFORMATION, AND LICENSE BEGIN HERE
=========================================
Expand Down

0 comments on commit 83ef844

Please sign in to comment.