Skip to content

v1.50.0

Compare
Choose a tag to compare
@yoshi-automation yoshi-automation released this 02 Mar 15:01
77bc049

1.50.0 (2020-02-28)

IMPORTANT: Known issue with this version of the client

Since v1.50.0, users exporting OpenCensus metrics from the client library may come across the error:

java.lang.IllegalArgumentException: A different metric with the same name already registered.

if more than one instance client is initialized within the same process. A fix is submitted and is pending an OpenCensus release.

If you rely on OpenCensus metrics, please update to v1.52.0 which contains a fix.

Apologies for the inconvenience.

Features

  • add metrics to capture acquired and released sessions data (#67) (94d0557)
  • add session timeout metric (#65) (8d84b53)
  • instrument Spanner client with OpenCensus metrics (#54) (d9a00a8)

Bug Fixes

  • multiple calls to end of span (#75) (3f32f51)
  • prevent potential thread starvation in SessionPool (#85)(248048a)

Dependencies

  • update core dependencies (#87) (b096651)
  • update dependency com.google.cloud:google-cloud-core-bom to v1.92.5 (56742c9)
  • update dependency com.google.http-client:google-http-client-bom to v1.34.2 (#88) (628093d)
  • update dependency com.google.protobuf:protobuf-bom to v3.11.4 (#77) (fb2c683)
  • update dependency io.grpc:grpc-bom to v1.27.1 (054b7e7)
  • update opencensus.version to v0.25.0 (#70) (26a3eff)

Documentation

  • regen: update sample code to set total timeout, add API client header test (#66) (1178958)