0.8.0
This release contains a lot of refactoring and other improvements. No breaking changes.
- feature Biggest change is made to reloads of nginx. Config is now compared before updating since many events are false positives and changes are not actually made. These are now ignored and no need to reload unless real changes are made.
- fixed Changes has been made to the Marathon API, now using a single nested api call to fetch all apps and tasks. This cleans up the code a bit as well.
- fixed Health checks are now done every 2s instead 10s (still with 5s timeout).