Skip to content

3.2.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@royclarkson royclarkson released this 30 Nov 16:11

Spring Cloud Open Service Broker 3.2.0-RC1 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 3.1.2 release. This release includes the following updates:

  • Upgrade to Spring Boot 2.3.5.RELEASE (#308)
  • Return HTTP 400 Bad Request for unknown instance in last operation (#306)
  • Fix MaintenanceInfo toString (#301 via @gberche-orange)
  • Replace dependency management plugin with Gradle platform dependencies (#298)

Gradle:

implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:3.2.0-RC1")

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-open-service-broker</artifactId>
  <version>3.2.0-RC1</version>
</dependency>