Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Jun 10, 2018
1 parent 67ce2a2 commit d928382
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
## Changelog

### Unreleased

#### Breaking Changes

#### Bug Fixes

* [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.
This is because the sorting code that should sort the matching patterns from most specific to least specific
does not take into account that doamin names have their most specific part at the front. This has been fixed
by reversing the domain names before sorting.

#### Improvements

#### Features

### [v1.5.9](https://github.com/fabiolb/fabio/releases/tag/v1.5.9) - 16 May 2018

#### Notes
Expand Down

0 comments on commit d928382

Please sign in to comment.