Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

v1.57.0

Compare
Choose a tag to compare
@yoshi-automation yoshi-automation released this 11 Jun 22:17
1da065a

06-10-2020 15:01 PDT

Implementation Changes

  • logging: catch and log exceptions in Watchdog runnable to ensure it never stops running (#1036)
  • android: make GaxProperties.version accessible in Android (#1117)
  • Make watchdog @BetaApi and watchdog provider implementations @InternalApi (#1119)

New Features

  • generalize ExecutorService for transport layers (#1098)
  • add setAttemptDirectPath(boolean) for InstantiatingGrpcChannelProvider.Builder (#1015)

Dependencies

  • update grpc to 1.30.0, protobuf to 3.12.2 (#1125)
  • update api-common-java to 1.92 (#1126)

Internal / Testing Changes

  • [gax-java] chore: include only external-facing gax testing utils in testlibJar (#1120)
  • ci: Linkage Checker to examine linkage error at artifact level (#1032)
  • ci: Adopt GitHub Actions in gax-java: unit tests and linkage monitor (#1062)
  • chore: display call settings configuration through toString (#1017)
  • test: cleaning up deprecated usages (#858)