Skip to content

1.2.0

Compare
Choose a tag to compare
@joshiste joshiste released this 18 May 07:58
· 3323 commits to master since this release

UI-Changes

  • Show non-UP applications always at the top of the list (#55)
  • Support for custom HealthIndicators (#42)

Server-Changes

  • Support for discovering clients via spring-clouds DiscoveryClient (e.g. Eureka, Zookeper, Consul or whatever spring-cloud will support in the future) (#44)
  • The Requests of the UI are routed via a reverse proxy, no need for CORS-Headers anymore. This allows basic authorization on endpoints (if they all use the same credentials).(e52f6c7)
  • Removal of conflict-detection. If an application with the same url and different name is registered the old one gets overwritten. (912d4f7)
  • Rename spring.boot.admin.hazelcast.enable to spring.boot.admin.hazelcast.enabled

Client-Changes

  • Rename starter to spring-boot-admin-starter-client (6236d2d)
  • Remove CORS-Filter (e52f6c7)