3.2.0-M1
Pre-release
Pre-release
We are pleased to announce Spring Cloud Open Service Broker 3.2.0-M1 is now available. 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 recent 3.1.2 release. Thanks to @gberche-orange and @mateusz-stefanski for the support and contributions. This release includes the following updates:
- Upgrade to Spring Boot 2.3.1.RELEASE
- Add
MaintenanceInfo
toCreateServiceInstanceRequest
andUpdateServiceInstanceRequest
- 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 - Update Gradle build to use native Gradle facilities for publishing artifacts
Gradle:
implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:3.2.0-M1")
Maven:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-open-service-broker</artifactId>
<version>3.2.0-M1</version>
</dependency>