Skip to content

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

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>

3.3.0-RC1

22 Jan 17:45
Compare
Choose a tag to compare
3.3.0-RC1 Pre-release
Pre-release

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

  • Upgrade to Spring Boot 2.4.1 (#312)
  • Upgrade to Gradle 6.7.1 (#314 )

Gradle:

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

Maven:

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

3.2.0

30 Nov 16:21
Compare
Choose a tag to compare

Spring Cloud Open Service Broker 3.2.0 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.6.RELEASE (#310)
  • 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)
  • Add MaintenanceInfo to CreateServiceInstanceRequest and UpdateServiceInstanceRequest (#290)
  • 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 (#284)
  • Update Gradle build to use native Gradle facilities for publishing artifacts (#280)
  • Update javadoc to better reflect the OSBA spec (#279 via @mateusz-stefanski)

Gradle:

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

Maven:

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