Releases: googleapis/gapic-generator-ruby
Releases · googleapis/gapic-generator-ruby
Release gapic-common 0.17.0
Features
- add a transport operation class in Rest (#911)
Release gapic-common 0.16.0
Features
- custom regapic exception wrapping (#866)
Release gapic-common 0.15.1
Bug Fixes
- Fixed uninitialized constant when checking retry policy for a REST call (#857)
Release gapic-common 0.15.0
Features
- retry policy now works for REST calls
Release gapic-common 0.14.0
Release gapic-common 0.13.0
Features
- Implement server-side streaming support for REST calls in gapic-common (#826)
Release gapic-common 0.12.0
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
Bug Fixes
- error code of 0 is not an error, body template field can be nil (#805)
Release gapic-common 0.11.0
Release gapic-common 0.10.0
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