You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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