Skip to content

Releases: googleapis/gapic-generator-ruby

Release gapic-common 0.17.0

09 Feb 01:18
4d9388e
Compare
Choose a tag to compare

Features

  • add a transport operation class in Rest (#911)

Release gapic-common 0.16.0

12 Dec 20:33
d65b968
Compare
Choose a tag to compare

Features

  • custom regapic exception wrapping (#866)

Release gapic-common 0.15.1

18 Nov 06:48
17379b1
Compare
Choose a tag to compare

Bug Fixes

  • Fixed uninitialized constant when checking retry policy for a REST call (#857)

Release gapic-common 0.15.0

18 Nov 00:36
d282501
Compare
Choose a tag to compare

Features

  • retry policy now works for REST calls

Release gapic-common 0.14.0

08 Nov 20:18
Compare
Choose a tag to compare

Features

  • add support for different types of credentials to REST

Bug Fixes

  • deadlock fix (#845)

Release gapic-common 0.13.0

26 Oct 23:33
a9be1f1
Compare
Choose a tag to compare

Features

  • Implement server-side streaming support for REST calls in gapic-common (#826)

Release gapic-common 0.12.0

16 Sep 00:05
b645f3a
Compare
Choose a tag to compare

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

Release gapic-common 0.11.1

03 Aug 17:33
a4ffb7b
Compare
Choose a tag to compare

Bug Fixes

  • error code of 0 is not an error, body template field can be nil (#805)

Release gapic-common 0.11.0

27 Jul 21:33
dec69f1
Compare
Choose a tag to compare

Features

  • Add CallOptions#merge and CallOptions equality checking (#802)

Bug Fixes

  • transcoder should always preserve slashes (#795)

Release gapic-common 0.10.0

20 Jun 11:32
db45ac7
Compare
Choose a tag to compare

Features

  • Require at least Ruby 2.6
  • Support faraday 2.0

Bug Fixes

  • Fix precision issues in protobuf timestamp conversion
  • Fix some Ruby 3.0 keyword argument usage errors