Spring Cloud Open Service Broker 3.1.0.M3 Released
We are pleased to announce the 3.1.0.M3 release of Spring Cloud Open Service Broker. Support for Open Service Broker API v2.15 is now feature complete. Thanks to the community for your feedback and contributions! This release includes the following fixes and enhancements:
- Upgrade to Spring Boot 2.2.0.RELEASE
- Support updating a Service Instance context
- Add list of
endpointsto create and get Service Binding response bodies - Support
X-Broker-API-Request-Identityrequest identity header - Restrict
Operationstrings to 10,000 characters in the response body - Fix an issue where
ServiceInstanceBindingDoesNotExistExceptionwas incorrectly extended fromRuntimeException, instead ofServiceBrokerException…