gapic-generator 0.4.0
Pre-release
Pre-release
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__
andMeta
inner classes.
- Includes a corresponding change to use
- Update to showcase 0.0.9. (#69)