Releases: codecentric/spring-boot-admin
Releases · codecentric/spring-boot-admin
1.2.1
UI-Changes
- Added support for spring clouds /refresh-endpoint and postable /env-endpoint (#69)
- Added support for /activiti endpoint (#64)
- Added desktop notifications on status change
- Added httpsessions-metrics to details view (#74)
- Added error-descriptions for JMX and logging view
- Change all raw-links and logfile link to the reverse proxy-url
Server-Changes
- Separate health, management and service url, to support non-boot-applications (#67)
- Don't break JSON pretty formatting - fixes #63
- Update spring-boot to 1.2.3
- Update spring-cloud to 1.0.1 - fixes #71
Client-Changes
- Added optional automatic deregistration on shutdown - turned off by default
- Only try to register periodically when the context is active
- Reworked default url computation - fixes #57
- Https detection in default url computation (#68)
- Added JSON content type when registering to Admin Server - fixes #62
- Added ConfigurationProperties metadata
1.2.0
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
1.1.2
Changes
- UI has been moved into a separate module with nodejs build - this means you have to add it as separate dependency
- Sortable application list
- Section for viewing /trace-endpoint
Bugfixes
1.1.1
1.1.0
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