Skip to content

3.4.0-M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@royclarkson royclarkson released this 03 Feb 22:32

Spring Cloud Open Service Broker 3.4.0-M1 is now available. Version 3.4.0 will include support for OSB API v2.16. You may track the overall progress in #318, or by following the OSB API 2.16 tag. This release includes the following updates:

  • Service Instances can be labelled with information defined by the Service Broker (#311 via @andreaAlkalay)
  • Allow the platform to supply Service ID and Plan ID as hints when retrieving a service binding or a service instance (#287)

Gradle:

implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:3.4.0-M1")

Maven:

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