github codecentric/spring-boot-admin 1.2.0

latest releases: 3.2.3, 3.2.2, 3.2.1...
8 years ago

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)

Don't miss a new spring-boot-admin release

NewReleases is sending notifications on new releases.