Skip to content

Release gapic-common 0.12.0

Compare
Choose a tag to compare
@yoshi-automation yoshi-automation released this 16 Sep 00:05
b645f3a

Features

  • Support numeric_enums in the ClientStub (#817)
  • parse details information from REST errors (#815)
  • send protobuf version in headers (#816)

Bug Fixes

  • rewrap certain grpc errors (#810)
    This will rewrap some GRPC::Unavailable errors that were caused by authentication failing as Gapic::GRPC::AuthorizationError which inherits from ::GRPC::Unauthenticated