Spring Cloud Open Service Broker 3.0.2 Released
We are pleased to announce the 3.0.2 release of Spring Cloud Open Service Broker. This is a maintenance release that includes the following updates:
- Return correct HTTP status when the X-Broker-API-Version header doesn't exist
- Return correct HTTP status when missing certain required fields and query parameters
- Fix support for service instance binding getLastOperation
- Return correct HTTP status when attempting to retrieve non-existant service instance or service instance binding
Include the following Spring Boot starter:
<dependency>
<groupId>org.springframework.cloud</groupId…