Skip to content

2.1.0.RELEASE

Compare
Choose a tag to compare
@royclarkson royclarkson released this 21 Dec 21:19

The 2.1.0 release includes support for additions and changes in Open Service Broker API 2.14. The following is a summary of changes and improvements available:

  • Upgrade to Spring Boot 2.0.7.RELEASE
  • Support for asynchronous service instance binding and unbinding
  • Support providing an updated dashboard_url when updating a service instance
  • Resolves issues with deserializing the model objects that were converted to the builder pattern
  • Adds a convenience property to the various request objects for accessing the Plan for the specified ServiceDefinition

Include the following Spring Boot starter:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-open-service-broker-webmvc</artifactId>
  <version>2.1.0.RELEASE</version>
</dependency>