Spring Cloud Open Service Broker 3.1.0.M2 Released
We are pleased to announce the 3.1.0.M2 release of Spring Cloud Open Service Broker, which includes some initial support for Open Service Broker API v2.15. Thanks to the community for their significant contributions! This release includes the following fixes and enhancements:
- Upgrade to Spring Boot 2.1.8.RELEASE
- Add
maintenance_infofield to Service Plan object - Add
maximum_polling_durationfield to Service Plan object - Add
plan_updateablefield to Service Plan object - Return HTTP 400 when the required
service_idand/orplan_idare missing or incorrect - Return HTTP 202 when a service broker operation is in progress and an identical request is sent before the previous request completes
- Return JSON arrays instead of JSON objects for certain Service definition metadata
- Add support for custom base path of service broker controllers …