github GoogleCloudPlatform/spring-cloud-gcp v3.0.0

latest releases: v5.6.0, v4.10.8, v3.8.8...
2 years ago

This release introduces Spring Boot 2.6 and Spring Cloud 2021.0 Compatibility.

General

  • Updated gcp-libraries-bom.version to 24.2.0 (#861).

Datastore

  • SimpleDatastoreRepository now supports findBy() with fluent query semantics (#836)

Logging

  • Renamed methods (#865) ⚠️ breaking change
    • Renamed XCloudTraceIdExtractor to CloudTraceIdExtractor
    • Renamed methods in StackdriverJsonLayout. Make sure to update Logback XML configuration with custom layout and rename traceIdMDCField and spanIdMDCField to traceIdMdcField and spanIdMdcField respectively.
      • getTraceIdMDCField() -> getTraceIdMdcField()
      • setTraceIdMDCField() -> setTraceIdMdcField()
      • getSpanIdMDCField() -> getSpanIdMdcField()
      • setSpanIdMDCField() -> setSpanIdMdcField().

Pub/Sub

  • Spring Integration and Spring Cloud Stream outgoing adapters will now exclude headers with googclient_ prefix from being propagated to Cloud Pub/Sub (#845).

Spanner

  • Reduced visibility and renamed SpannerQueryMethod.getMethod() (#815) ⚠️ breaking change

Don't miss a new spring-cloud-gcp release

NewReleases is sending notifications on new releases.