Releases: spring-cloud/spring-cloud-open-service-broker
3.4.1
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
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
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
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
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
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
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
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
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.
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
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>