Skip to content

v3.0.0

Compare
Choose a tag to compare
@elefeint elefeint released this 13 Jan 21:31
· 1050 commits to main since this release
5c31c81

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