Skip to content

v1.3.0

Choose a tag to compare

@Albertoimpl Albertoimpl released this 07 Apr 10:09

We are pleased to announce the release of Spring Cloud App Broker 1.3.0.

This release contains a set of new features thanks to @spikymonkey, @LittleBaiBai, and @alek-sys:

  • Pre-update of backing applications
  • Use status field to check deployment status instead of state
  • Only recreate client if the existing client has different authorities

And upgrades to the latest version of Spring Boot and the Cloud Foundry Java Client: https://github.com/spring-cloud/spring-cloud-app-broker#13x

Gradle:

implementation("org.springframework.cloud:spring-cloud-starter-app-broker-cloudfoundry:1.3.0")

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-app-broker-cloudfoundry</artifactId>
  <version>1.3.0</version>
</dependency>