Spring Cloud Open Service Broker 3.1.0.RC1 Released
We are pleased to announce the 3.1.0.RC1 release of Spring Cloud Open Service Broker. Support for Open Service Broker API v2.15 is now feature complete, and we expect for this to be the final milestone before a GA release. Thanks to the community for your feedback and contributions! This release includes the following fixes and enhancements:
- Upgrade to Spring Boot 2.2.1.RELEASE
- Add
ServiceBrokerMaintenanceInfoConflictException
to handleMaintenanceInfoConflict
error scenarios. ServiceBrokerInvalidParametersException
now returns an HTTP 400 when a create or update request is malformed or includes invalid parameters. Previously it was, incorrectly, returning an HTTP 422.CreateServiceInstanceBindingRequest
now extendsAsyncParameterizedServiceInstanceRequest
in order to utilize a common request object and reduce redundancy.- Update reference documentation. …