Skip to content

Releases: codecentric/spring-boot-admin

1.1.1

19 Dec 12:34
Compare
Choose a tag to compare

Bug fixes

  • server.context-path not used when application registers itself #32
  • Typo in About #31

1.1.0

08 Dec 13:28
Compare
Choose a tag to compare

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

1.0.4

10 Oct 08:01
Compare
Choose a tag to compare
  • Fix broken example
  • Add some documentation for Build and Release

1.0.3

06 Oct 12:32
Compare
Choose a tag to compare
  • Use spring.application.name as identifier of the application
  • Create Admin-Registrationtask only when spring.boot.admin.url is set in the properties