3.6.2
Spring Cloud Open Service Broker 3.6.2 is Generally Available. This release primarily includes dependency updates. Version 3.6.2 is built against Spring Boot 2.7, and includes support for OSB API v2.16. See #318, or the OSB API 2.16 tag for more details.
Gradle:
implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:3.6.2")
Maven:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-open-service-broker</artifactId>
<version>3.6.2</version>
</dependency>
What's Changed
- Include service instance id and binding id in INFO level log messages by @royclarkson
- Include serviceInstanceId in controller error logging by @royclarkson
- (v3.6.x): Bump io.projectreactor.tools:blockhound-junit-platform from 1.0.7.RELEASE to 1.0.8.RELEASE by @dependabot in #431
- (v3.6.x): Bump org.springframework.boot:spring-boot-dependencies from 2.7.10 to 2.7.11 by @dependabot in #439
- (v3.6.x): Bump org.springframework.boot from 2.7.10 to 2.7.11 by @dependabot in #438
- (v3.6.x): Bump springCloudContractVersion from 3.1.6 to 3.1.7 by @dependabot in #440
- (v3.6.x): Bump org.springframework.boot:spring-boot-dependencies from 2.7.11 to 2.7.12 by @dependabot in #445
- (v3.6.x): Bump org.springframework.boot from 2.7.11 to 2.7.12 by @dependabot in #444
- (v3.6.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.14.1 to 3.14.2 by @dependabot in #447
- (3.6.x) Fix CI image build (#449) by @spikymonkey in #452
- (v3.6.x): Bump org.springframework.boot:spring-boot-dependencies from 2.7.12 to 2.7.13 by @dependabot in #456
- (v3.6.x): Bump org.springframework.boot from 2.7.12 to 2.7.13 by @dependabot in #455
- (v3.6.x): Bump springCloudContractVersion from 3.1.7 to 3.1.8 by @dependabot in #461
- (v3.6.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.14.2 to 3.15 by @dependabot in #462
- (v3.6.x): Bump io.spring.asciidoctor.backends:spring-asciidoctor-backends from 0.0.5 to 0.0.6 by @dependabot in #460
- (v3.6.x): Bump org.springframework.boot from 2.7.13 to 2.7.14 by @dependabot in #465
- (v3.6.x): Bump io.spring.asciidoctor.backends:spring-asciidoctor-backends from 0.0.6 to 0.0.7 by @dependabot in #472
- (v3.6.x): Bump org.springframework.boot:spring-boot-dependencies from 2.7.13 to 2.7.14 by @dependabot in #464
- (v3.6.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15 to 3.15.1 by @dependabot in #469
- (v3.6.x): Bump org.springframework.boot from 2.7.14 to 2.7.15 by @dependabot in #475
- (v3.6.x): Bump org.springframework.boot:spring-boot-dependencies from 2.7.14 to 2.7.15 by @dependabot in #476
- (v3.6.x): Bump org.springframework.boot from 2.7.15 to 2.7.16 by @dependabot in #497
- (v3.6.x): Bump org.springframework.boot:spring-boot-dependencies from 2.7.15 to 2.7.16 by @dependabot in #496
- (v3.6.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.1 to 3.15.2 by @dependabot in #500
- (3.6.x) Use concourse-release-scripts image instead of JAR by @spikymonkey in #506
Full Changelog: v3.6.1...v3.6.2