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 supportsfindBy()
with fluent query semantics (#836)
Logging
- Renamed methods (#865) ⚠️ breaking change
- Renamed
XCloudTraceIdExtractor
toCloudTraceIdExtractor
- Renamed methods in
StackdriverJsonLayout
. Make sure to update Logback XML configuration with custom layout and renametraceIdMDCField
andspanIdMDCField
totraceIdMdcField
andspanIdMdcField
respectively.- getTraceIdMDCField() -> getTraceIdMdcField()
- setTraceIdMDCField() -> setTraceIdMdcField()
- getSpanIdMDCField() -> getSpanIdMdcField()
- setSpanIdMDCField() -> setSpanIdMdcField().
- Renamed
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