From c135c15ef2de315cda153f47dbcd07fe5cfaf867 Mon Sep 17 00:00:00 2001 From: Dhaval Doshi Date: Tue, 13 Nov 2018 15:08:52 -0800 Subject: [PATCH] update changelog (#772) * update changelog * Update CHANGELOG.md added link to fixed issue * Update CHANGELOG.md moved issue links to same line as description of fixes --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8da3cd35b27..adef551524d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ # CHANGELOG # Version 2.2.1 +- Fixed [#767](https://github.com/Microsoft/ApplicationInsights-Java/issues/767). Updated gRPC dependencies which inlcudes latest netty version. +- Fixed [#751](https://github.com/Microsoft/ApplicationInsights-Java/issues/751). Added support for absolute paths for log file output. - Abstracted Internal Logger in Core into separate reusable module. - Deprecated InternalAgentLogger in favor of InternalLogger for better consistency. -- Agent now supports diagnostic writing logs to file. +- Fixed [#752](https://github.com/Microsoft/ApplicationInsights-Java/issues/752). Agent now supports diagnostic writing logs to file. - Added ability to configure FileLogger for SpringBootStarter. -- Fixed [#752](https://github.com/Microsoft/ApplicationInsights-Java/issues/752) -- Fixed [#751](https://github.com/Microsoft/ApplicationInsights-Java/issues/751) +- Fixed the `WebRequestTrackingFilter` order in FilterChain for SpringBoot Starter. # Version 2.2.0