This repository was archived by the owner on Mar 26, 2026. It is now read-only.
Releases: googleapis/gapic-generator-python
Releases · googleapis/gapic-generator-python
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__andMetainner 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
typesdirectly. (#83)
gapic-generator 0.3.0
gapic-generator 0.2.0
Features
- Improved hostname handling. (#68)
- There is now a
hostkeyword-only argument on client (and transport) constructors. - If no hostname is annotated for an API, the
hostvariable is required.
- There is now a
- Added
MANIFEST.into the generated output. (#79) - Explicit proto-plus marshal declaration. (#81)