- Update to Spring Boot 1.3.5
- Update to Spring Cloud Brixton (#167)
ℹ️ Zuul filters the Authorization
, Cookie
and Set-Cookie
headers by default and don't passes them downstream to the clients' endpoints. If your setup relies on these, you need to set zuul.sensitiveHeaders=
in your application.properties
UI Changes
- Open raw json-links in new browser target (#137)
- Use server-sent events for status updates to get faster feedback in ui (7733bcf)
- Indicate the http status by color in the trace view (PR #164).
- Fix
/logfile
detection in casemanagement.port
is not the same asserver.port
(#165) - Make the table rows in the overview clickable (3b1aa88)
- Fix duplicates in trace view (#175)
- Fix boolean fields in jmx view (#184)
Server Changes
- Add reminding notifier. Allows to resend "down" events as long as the problem remains.(79c850a)
- Add HipChat notifier (PR #169)
- Add Slack notifier (PR #181)
- Support for multiple notifiers via CompositeNotifier (PR #174)
- Add ServiceInstanceConverter (272633e)
- Improve Eureka based Discovery (PR #159, #154)
Client Changes
- Allow multiple server-adresses in
spring.boot.admin.url
. Useful for fallback-servers without fail-over adresses. (25b3e50) - Use the localhost-ip when
spring.boot.admin.client.prefer-ip
is set andserver.adress
is not (b039f2a) - Add
spring.boot.admin.enabled
property to explicit disable the client (PR #156) - Add
spring.boot.admin.auto-registration
property and the ability to control the registration task (#151)
Thanks to @jvmlet, @arturdobo, @chrisschauer, @ukjbrown, @RobWin and @semeiser for the pull requests!