Skip to content

v0.20.0

Compare
Choose a tag to compare
@alexander-fenster alexander-fenster released this 12 Sep 19:21
b7e7f29

Features

BREAKING CHANGE

In this release we remove method GrpcClient.load which used the deprecated grpc.load call. If you use this method in your code (which is unlikely), change it to use loadProto instead.

  • (#286) Need to stop using grpc.load
  • (#299) Export GoogleAuth for consumption
  • minor changes to CI and tests