Skip to content

1.3.0

Compare
Choose a tag to compare
@joshiste joshiste released this 22 Nov 15:19
· 3191 commits to master since this release
  • Update to Spring Boot 1.3.0

UI-Changes

  • Add support for hateoas-style actuator-endpoints (#96)
  • Add cache-metrics in details
  • Hide the logfile button instead of disabling, when no /logfile-endpoint is active
  • Reduced fetching of /info and /configprops (#95)
  • Filter in application list (#121)
  • smart logback-JMXConfigurator lookup (#124)

Server Changes

  • Serve only specific actuator-endpoints via zuul proxy
  • Move spring.boot.admin.notify.* to spring.boot.admin.notify.mail.*
  • Add pagerduty notifications
  • Reworked hazelcast support to align with spring boot and storing the event journal
  • Allow the ApplicationDiscoveryListener to be customized (to address #94)
  • Log the first exception from offline applications as warning, all following as debug (#125)

Client Changes

  • Moved /logfile-endpoint to Spring Boot