Skip to content

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

2.1.1.RELEASE

14 Jan 21:32
Compare
Choose a tag to compare

This is a maintenance release that includes the following changes:

  • Corrects an issue with the generated POMs where dependencies were inadvertently marked as runtime scope
  • Adds an example in the unit tests of a full YAML catalog configuration

Include the following Spring Boot starter:

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

3.0.0.M3

21 Dec 21:28
Compare
Choose a tag to compare
3.0.0.M3 Pre-release
Pre-release

The 3.0 release will include support for additions and changes in Open Service Broker API 2.14. The following is a summary of changes and improvements available:

  • Upgrade to Spring Boot 2.1.1.RELEASE (previously built against Boot 2.0)
  • Adds a convenience property to the various request objects for accessing the Plan for the specified ServiceDefinition

Include the following Spring Boot starter:

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

Use the Spring Milestone Repository:

<repository>
  <id>spring-milestones</id>
  <url>https://repo.spring.io/milestone</url>
</repository>

2.1.0.RELEASE

21 Dec 21:19
Compare
Choose a tag to compare

The 2.1.0 release includes support for additions and changes in Open Service Broker API 2.14. The following is a summary of changes and improvements available:

  • Upgrade to Spring Boot 2.0.7.RELEASE
  • Support for asynchronous service instance binding and unbinding
  • Support providing an updated dashboard_url when updating a service instance
  • Resolves issues with deserializing the model objects that were converted to the builder pattern
  • Adds a convenience property to the various request objects for accessing the Plan for the specified ServiceDefinition

Include the following Spring Boot starter:

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

2.1.0.RC1

20 Dec 15:20
Compare
Choose a tag to compare
2.1.0.RC1 Pre-release
Pre-release

This release adds a convenience property to the various request objects for accessing the Plan for the specified ServiceDefinition. See #141 for details. This is the final release before the upcoming 2.1.0 GA.

1.0.4.RELEASE

27 Nov 16:25
Compare
Choose a tag to compare

This is a maintenance release that includes a new ServiceBrokerBadRequestException, which maps to HTTP 400 responses, and allows the developer to handle those error conditions. See #131 for more information.

3.0.0.M2

12 Nov 19:30
Compare
Choose a tag to compare
3.0.0.M2 Pre-release
Pre-release

The 3.0.x release line will support a Reactive programming model as well as additions and changes in Open Service Broker 2.14.

  • Support for asynchronous service instance binding and unbinding
  • Relax auto-configuration in order to fail more quickly in scenarios where required beans are missing
  • Upgrade to Spring Boot 2.0.6.RELEASE
  • Upgrade to Reactor Bismuth-SR13
  • Enable JUnit 5 support
  • Minor changes to support building against Spring Boot 2.1 in CI integration tests

2.1.0.M2

12 Nov 18:26
Compare
Choose a tag to compare
2.1.0.M2 Pre-release
Pre-release

The 2.1.x release line will support additions and changes in Open Service Broker 2.14.

  • Support for asynchronous service instance binding and unbinding
  • Upgrade to Spring Boot 2.0.6.RELEASE

3.0.0.M1

02 Oct 20:05
Compare
Choose a tag to compare
3.0.0.M1 Pre-release
Pre-release

This is the initial milestone for the 3.0 release.

  • First class support for Spring WebFlux and Project Reactor
  • The starter has been renamed because it now supports both Spring web frameworks
  • Introduces several reactive life cycle hooks for performing additional operations

View the details of the closed issues for this release.

Include the following Spring Boot starter:

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

Use the Spring Milestone Repository:

<repository>
  <id>spring-milestones</id>
  <url>https://repo.spring.io/milestone</url>
</repository>

2.1.0.M1

02 Oct 15:34
Compare
Choose a tag to compare
2.1.0.M1 Pre-release
Pre-release

The 2.1.x release line will support additions and changes in Open Service Broker 2.14.

  • Support providing an updated dashboard_url when updating a service instance
  • Resolves issues with deserializing the model objects that were converted to the builder pattern

View the closed issue list on GitHub

2.0.1.RELEASE

09 Aug 13:00
Compare
Choose a tag to compare

This release resolves a few issues that have been raised since the 2.0 release. Thank you to the community for your interest and feedback.