Releases: googleapis/gapic-generator-python
Releases · googleapis/gapic-generator-python
v0.48.1
Bug Fixes
- samplegen always produces sample dicts with "response" (#914) (0b168f2)
v0.48.0
Features
- Add
x-goog-api-client
header to rest clients (#888) (2d1d3ae)
- dev: Add Git pre-commit hooks [gapic-generator-python] (#908) (298db39)
- Raise GoogleAPICallError on REST response errors (#891) (edb8c63)
- tests: Add integration test framework, goldens for 4 APIs [gapic-generator-python] (#905) (48db1e6)
Bug Fixes
- fix datetime comparison unit tests (#898) (81932a2)
- remove support for google-api-core<1.26.0 (#893) (ce558ac)
Documentation
v0.47.0
Features
- support protobuf method deprecation option [gapic-generator-python] (#875) (5a5a839)
v0.46.2
Bug Fixes
- fix incorrectly referenced exceptions, add missing port to tests (#873) (40078c4), closes #872
v0.46.0
Features
- Support field presence for query parameters in REST clients (#866) (5339db1)
Bug Fixes
- Check for default value presence for non-optional fields in REST (#868) (5748001)
v0.45.1
Bug Fixes
- add async client to %name_%version/init.py (#859) (391fdb8)