Releases: googleapis/gapic-generator-python
Releases · googleapis/gapic-generator-python
v1.23.0
1.23.0 (2025-02-14)
Features
- Add ability to remove unversioned modules (#2329) (ccd619f)
- Added support for internal methods in selective GAPIC generation (#2325) (eb8a69e)
v1.22.0
1.22.0 (2025-01-30)
Features
- Add cred info to auth related errors (#2115) (a694ceb)
- Add REST Interceptors to support reading metadata (#2299) (e050f4e)
- Add support for reading selective GAPIC generation methods from service YAML (#2272) (3a1a91c)
v1.21.0
1.21.0 (2024-12-11)
Features
- Add client debug logging support for async gRPC (#2291) (f45935a)
- Add client logging support for sync gRPC (#2284) (dddf797)
- Add debug log when creating client (#2265) (8be95a2)
- Add debug log when sending requests via REST (#2270) (4cb1fa2)
Bug Fixes
- Fix typing issue with gRPC metadata when key ends in -bin (#2251) (8b3b80f)
- log: Preserve dict of rest async response headers (#2288) (b10cc21)
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)