Skip to content

Releases: spring-cloud/spring-cloud-open-service-broker

3.5.0-RC1

07 Feb 16:10
Compare
Choose a tag to compare
3.5.0-RC1 Pre-release
Pre-release

Spring Cloud Open Service Broker 3.5.0-RC1 is now available. Version 3.5.0 is built against Spring Boot 2.6, and includes initial support for some OSB API v2.16 features. You may track the overall progress in #318, or by following the OSB API 2.16 tag. This release does not include any changes from 3.5.0-M1.

Gradle:

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

Maven:

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

3.5.0-M1

07 Feb 16:08
Compare
Choose a tag to compare
3.5.0-M1 Pre-release
Pre-release

Spring Cloud Open Service Broker 3.5.0-M1 is now available. Version 3.5.0 is built against Spring Boot 2.6, and includes initial support for some OSB API v2.16 features. You may track the overall progress in #318, or by following the OSB API 2.16 tag. This release includes the following updates:

  • Add expiration date and time for bindings (#335)
  • Upgrade to Spring Boot 2.6.3 (#344)
  • Upgrade to Spring Cloud Contract 3.1.0 (#341)
  • Upgrade to Asciidoctor plugin 3.3.2 (#342)

Gradle:

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

Maven:

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

Full Changelog: v3.4.1...v3.5.0-M1

3.4.1

05 Jan 23:13
Compare
Choose a tag to compare

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

  • Upgrade to Spring Boot 2.5.8

Gradle:

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

Maven:

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

3.4.0

10 Dec 23:27
Compare
Choose a tag to compare

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

  • Upgrade to Spring Boot 2.5.7 (#337)
  • Support changes in Jackson 2.12 (#320)
  • Return a 400 for a request with an empty body or mismatched content type (#329)
  • 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")

Maven:

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

3.4.0-RC1

10 Dec 23:23
Compare
Choose a tag to compare
3.4.0-RC1 Pre-release
Pre-release

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

  • Upgrade to Spring Boot 2.5.7 (#337)

Gradle:

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

Maven:

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

3.3.2

10 Dec 23:20
Compare
Choose a tag to compare

Spring Cloud Open Service Broker 3.3.2 is now available. Version 3.3.0 is built and tested against Spring Boot 2.4, and is compatible with Open Service Broker API 2.15. This release includes the following updates:

  • Upgrade to Spring Boot 2.4.13 (#339)

Gradle:

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

Maven:

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

3.3.1

01 Oct 21:47
Compare
Choose a tag to compare

Spring Cloud Open Service Broker 3.3.1 is now available. Version 3.3.0 is built and tested against Spring Boot 2.4, and is compatible with Open Service Broker API 2.15. This release includes the following updates:

  • Upgrade to Spring Boot 2.4.11
  • Address incompatibilities with Jackson 2.12 (#320)
  • Return a 400 for a request with an empty body or mismatched content type (#329)

Gradle:

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

Maven:

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

3.4.0-M2

30 Sep 21:07
Compare
Choose a tag to compare
3.4.0-M2 Pre-release
Pre-release

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

  • Upgrade to Spring Boot 2.5.5 (#327)
  • Support changes in Jackson 2.12 (#320)
  • Return a 400 for a request with an empty body or mismatched content type (#329)

Gradle:

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

Maven:

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

3.4.0-M1

03 Feb 22:32
Compare
Choose a tag to compare
3.4.0-M1 Pre-release
Pre-release

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>

3.3.0

22 Jan 21:50
Compare
Choose a tag to compare

Spring Cloud Open Service Broker 3.3.0 is now available. Version 3.3.0 is upgraded to build and tested against Spring Boot 2.4, and is compatible with Open Service Broker API 2.15.

  • Upgrade to Spring Boot 2.4.2 (#315)

Gradle:

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

Maven:

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