Spring Cloud Open Service Broker 3.2.0 Released
We are pleased to announce the general availability of Spring Cloud Open Service Broker 3.2.0. Version 3.2.0 is upgraded to Spring Boot 2.3, and addresses a few issues related to OSB API v2.15 support. It is feature compatible with the 3.1.2 release, and includes the following:
- Upgrade to Spring Boot 2.3.6.RELEASE (#310)
- Return HTTP 400 Bad Request for unknown instance in last operation (#306)
- Fix
MaintenanceInfo.toString
(#301 via @gberche-orange) - Replace dependency management plugin with Gradle platform dependencies (#298)
- Add
MaintenanceInfo
toCreateServiceInstanceRequest
andUpdateServiceInstanceRequest
(#290) - Return the operation in the HTTP 202 response body when an async operation is in progress and another request is received for the same service instance (#284)
- Update Gradle build to use native Gradle facilities for publishing artifacts (#280)
- …