Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhurt committed Aug 16, 2018
1 parent 7b9ee7c commit 3a32d4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

#### Bug Fixes

* [Issue #530](https://github.com/fabiolb/fabio/issues/530): Memory leak in go-metrics library

When metrics collection was enabled within fabio instances with very dynamic route changes memory usage quickly
ramped above expected levels. Research done by @galen0624 identified the issue and lead to the discovery of a
fix in an updated version of the go-metrics library used by fabio.

* [Issue #506](https://github.com/fabiolb/fabio/issues/506): Wrong route for multiple matching host glob patterns

When multiple host glob patterns match an incoming request fabio can pick the wrong backend for the request.
Expand Down

0 comments on commit 3a32d4e

Please sign in to comment.