Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
# Version 2.6.0-BETA.2
* Removed Local Forwarder Channel. Local Forwarder is now a deprecated solution.
The classes and configuration elements which supported this solution have been removed.
* Removed unused dependencies from azure-application-ingishts-spring-boot-starter (xmlpull, xstream).
* Fixed `Unknown constant pool` issue with modeule-info.class when using older versions of ClassGraph.
* Fixed potential issue with URI building in ConnectionString parsing.
* Updated to the latest version of the struts API library (used by `com.microsoft.applicationinsights.web.struts.RequestNameInterceptor`).
* Fixed memory leak with ChannelFetcher when TelemetryClient is instantiated in large numbers.
* Various stability improvements ([#1177](https://github.com/microsoft/ApplicationInsights-Java/pull/1177))

# Version 2.6.0-BETA
* W3C tracing with back-compat is now enabled by default
Expand Down