Skip to content

gapic-generator 0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@lukesneeringer lukesneeringer released this 02 Jan 03:31

release level documentation

Features

  • Import all messages directly into the root namespace. (#85)
    • This respects subpackages, so APIs that use subpackages get those in the root namespace, and messages and services within the subpackage.

Dependencies

  • Update to proto-plus 0.3.0. (#86)
    • Includes a corresponding change to use __protobuf__ module objects instead of magic __all__ and Meta inner classes.
  • Update to showcase 0.0.9. (#69)