Skip to content

3.6.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@royclarkson royclarkson released this 26 Jan 15:28

Spring Cloud Open Service Broker 3.6.0-RC1 is now available. Version 3.6.0 is built against Spring Boot 2.7, and includes support for OSB API v2.16, which is now feature complete in this release. See #318, or the OSB API 2.16 tag for more details.. This release includes the following updates:

  • Upgrade to Spring Boot 2.7.8 (#376)
  • Add support for ETag and If-Modified-Since headers on the Catalog endpoint (#372)

Gradle:

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

Maven:

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