Skip to content

Commit

Permalink
update changelog (#772)
Browse files Browse the repository at this point in the history
* update changelog

* Update CHANGELOG.md

added link to fixed issue

* Update CHANGELOG.md

moved issue links to same line as description of fixes
  • Loading branch information
dhaval24 authored and littleaj committed Nov 13, 2018
1 parent 1452d11 commit c135c15
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c135c15

Please sign in to comment.