Releases: googleapis/gapic-generator-python
Releases · googleapis/gapic-generator-python
v1.20.0
1.20.0 (2024-10-23)
Features
Bug Fixes
v1.19.1
1.19.1 (2024-10-10)
Bug Fixes
- Add default library settings for incorrect lib version (#2212) (de46272)
- Resolve issue with wait operation mixin (#2218) (095d060)
- Use disambiguated name for rpcs to avoid collisions (#2217) (296cd3e)
v1.19.0
1.19.0 (2024-10-09)
Features
- Add async rest transport support in gapics (#2164) (2949465)
- Add support for reading ClientLibrarySettings from service configuration YAML (#2098) (11e3967)
- Implement async rest transport constructor (#2123) (2809753)
- Leverage async anonymous credentials in tests (#2105) (4afac87)
Bug Fixes
- Add support for field with name 'self' (#2205) (ed88fe2)
- Resolve issue where explicit routing metadata was not sent in async clients (#2133) (c222b12)
- Streaming for sync REST API calls (#2204) (ce3b84c)
v1.18.3
1.18.3 (2024-07-23)
Bug Fixes
- Allow pyi files to be included in the output of py_gapic_assembly_pkg (#2036) (8c517a0)
- Retry and timeout values do not propagate in requests during pagination (#2065) (76aa98e)
v1.18.2
1.18.2 (2024-07-02)
Bug Fixes
- Fix AwaitableMock test coverage (b48c935)