Releases: googleapis/gapic-generator-python
Releases · googleapis/gapic-generator-python
gapic-generator 0.6.0
gapic-generator 0.5.0
gapic-generator 0.4.0
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)
gapic-generator 0.3.1
Bugfixes
- Fixed a bug where nested messages were being spuriously imported into
types
directly. (#83)
gapic-generator 0.3.0
gapic-generator 0.2.0
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.
- There is now a
- Added
MANIFEST.in
to the generated output. (#79) - Explicit proto-plus marshal declaration. (#81)