Skip to content

gapic-generator 0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@lukesneeringer lukesneeringer released this 27 Dec 23:38
fba9caa

release level documentation

Features

  • Improved hostname handling. (#68)
    • There is now a host keyword-only argument on client (and transport) constructors.
    • If no hostname is annotated for an API, the host variable is required.
  • Added MANIFEST.in to the generated output. (#79)
  • Explicit proto-plus marshal declaration. (#81)

Bugfixes

  • Fixed bug causing dotted fields in method signatures to break generation (#70)
  • Improved error reporting for missing LRO annotations (#71)
  • Fixed a bug with comments ending in " creating a parse error (#78)
  • Fixed a bug with nested messages string-referencing each other incorrectly (#80)