Skip to content

Commit 241e467

Browse files
authored
Merge pull request #1027 from microsoft/changelog
Update change log for 2.5.0-BETA.3
2 parents d34e6f0 + 887f585 commit 241e467

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 2.5.0-BETA.3
4+
- Fixed `HttpURLConnection` instrumentation was not capturing outgoing url
5+
([#1025](https://github.com/microsoft/ApplicationInsights-Java/issues/1025))
6+
- Added agent logging capture threshold, configurable via `<Logging threshold="warn" />`
7+
in the `AI-Agent.xml`, with default threshold `warn`
8+
([#1026](https://github.com/microsoft/ApplicationInsights-Java/issues/1026))
9+
- Fixed request telemetry displaying `200` response code for some failed requests
10+
([#810](https://github.com/microsoft/ApplicationInsights-Java/issues/810))
11+
- Fixed GC performance counters not working
12+
([#929](https://github.com/microsoft/ApplicationInsights-Java/issues/929))
13+
314
# Version 2.5.0-BETA.2
415
- Added back support for `<Class>` custom instrumentation in `AI-Agent.xml`
516
- Fixed opting out of agent capturing logging via `<Logging enabled="false" />`

0 commit comments

Comments
 (0)