Skip to content

v2.40.0

Compare
Choose a tag to compare
@scotthart scotthart released this 05 Aug 19:42
· 29 commits to main since this release
b65c8ca

New Libraries

We are happy to announce the following GA libraries. Unless specifically noted,
the APIs in these libraries are stable, and are ready for production use.

Updated Libraries

Bigtable

  • We have begun instrumenting the Bigtable::DataConnection class to collect several Client Side Metrics, free of charge. These metrics will be collected by default if both the OpenTelemetry and Google Cloud Monitoring dependencies are available. Users can opt-out by setting the bigtable::EnableMetricsOption to false.

  • The following metrics are available in Bigtable:

    • AttemptLatency
    • OperationLatency
    • RetryCount
    • FirstResponseLatency

Spanner

  • feat(spanner): add support for order_by enum (#15240)
  • feat(spanner): add support for lock_hint enum (#15249)

Storage

  • feat(storage): Create OTel tracing decorator for storage:: ParallelUploadFile() (#15289)
  • fix(storage): Fix the bucket name not found error (#15274)
  • feat(storage): Create OTel tracing decorator for Client::UploadFile() (#15245)

Google APIs interface definitions