Skip to content

Commit 716cff1

Browse files
kryalamatrask
andauthored
Release 3.2.0-BETA.4 (#1895)
* changelog updated * fix commen-schema pr url * make mapping changes more clear * Update CHANGELOG.md Co-authored-by: Trask Stalnaker <[email protected]> * Update CHANGELOG.md Co-authored-by: Trask Stalnaker <[email protected]> Co-authored-by: Trask Stalnaker <[email protected]>
1 parent 58bf5cf commit 716cff1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

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

3+
# Version 3.2.0-BETA.4
4+
* Database dependency names are now more concise, e.g. `SELECT mydatabase.mytable` instead of `SELECT x, y, z, ... from ... where ...........` (the full sanitized query is still captured in the dependency data field)
5+
* Database dependency target field slightly updated to enable better U/X integration
6+
* HTTP dependency names are now more descriptive, e.g. `GET /the/path` instead of `HTTP GET`
7+
* Update default configuration:
8+
- 'azuresdk' configuration moved out of preview configuration and is now enabled by default.
9+
- 'openTelemetryApiSupport' moved out of preview configuration and is now enabled by default.
10+
- 'httpMethodInOperationName' moved out of preview configuration and is now enabled by default.
11+
* Fix quick pulse memory leak.
12+
13+
314
# Version 3.2.0-BETA.3
415
* Log all available jmx metrics at debug level.
516
* Misc logging improvements [#1828](https://github.com/microsoft/ApplicationInsights-Java/pull/1828).

0 commit comments

Comments
 (0)