⚠️ This release is broken. Please use 1.4.1 instead ⚠️
- Update to Spring Boot 1.4.0
UI Changes
- The UI is separated into modules to allow custom additions to the ui. For more details on how to do this, please read the commit message in eae1ff4 (#145)
- logfile opens in a new window (eae1ff4)
- the ui is now built using webpack (053f42e)
- ui for FilteringNotifier (76c7003)
- Flyway and Liquibase support (PR #206 #207)
- Fonts are served from the server and not from googlefonts (#213)
- detect http urls from /info and render them as links (9086e00)
- Option to download a heapdump from /heapdump (e93935b)
- memory units are detected properly for dropwizard's metrics-jvm (#234)
- group applications in the list by name (#218)
- sort jmx beans (#243)
Server Changes
- allow filtering of notifications using the filtering notifier (76c7003)
- allow the proxified endpoints to be configured (c239741)
Thanks to @steve-oakey for the PRs!