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