Skip to content

v1.51.0

Compare
Choose a tag to compare
@yoshi-automation yoshi-automation released this 13 Mar 14:01
b9c141c

1.51.0 (2020-03-13)

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

Bug Fixes

  • never use credentials in combination with plain text (#98) (7eb8d49)

Dependencies

  • update dependency com.google.cloud:google-cloud-core-bom to v1.93.1 (#91) (29d8db8)
  • update dependency io.opencensus:opencensus-api to v0.25.0 (#95) (57f5fd0)