Skip to content

1.1.0

Compare
Choose a tag to compare
@joshiste joshiste released this 08 Dec 13:28
· 3491 commits to master since this release

Changes

New UI-Features

  • Easy, intuitive log level management
  • Interact with JMX Bean
  • Redesigned details
    • JVM & memory metrics
    • Detailed health (needs Spring Boot 1.2.0 on clients)
    • Datasource details (needs Spring Boot 1.2.0 on clients)
    • Support for rich-gauge metrics (needs Spring Boot 1.2.0 on clients)
  • View thread-dumps
  • Remove offline applications

New Client-Features

  • Support for Basic-Auth secured admin server
  • Configurable client URL reported to the admin server

New Server-Features

  • Support hazelcast for cluster replication
  • Allow multiple applications with same name and different URLs
  • Support searching for applications by name via REST

Bugfixes

  • CORS-Headers are added for management-endpoints only
  • CORS-Headers are added if management.port != server.port
  • The logfile isn't downloaded to test availabilty, doing a HEAD request instead
  • The logfile is exposed as management endpoint
  • spring.application.name is chosen for application name - info.id isn't needed anymore
  • less flickering on refresh in overview
  • allow custom-context path for admin server
  • Better chosen default client URL respecting mangagement-port & context-path