Skip to content

gapic-generator 0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@lukesneeringer lukesneeringer released this 02 Mar 07:50

release level documentation

Features

  • RPCs with a google.protobuf.Empty response value return Python None (#100)
  • Altered method signature flattening significantly. (#102)
  • Automatic retries. (#103)

Bugfixes

  • LRO support now works, and is tested. (#101)
  • Generated docstrings are now raw, addressing some escaping issues. (#96)
  • Headers now include the client library version. (#104)

Tests

  • Add integration tests for different input formats. (#97)
  • Add integration tests for CRUD operations. (#98)