Releases: googleapis/python-api-core
Releases · googleapis/python-api-core
v2.13.0
2.13.0 (2023-11-03)
Features
- Add caching to routing header calculation (#526) (6251eab)
Bug Fixes
- Add warning to retry target to avoid incorrect usage (#543) (bfb40e6)
- Drop usage of distutils (#541) (4bd9e10)
- Ensure exception is available when BackgroundConsumer open stream fails (#357) (405272c)
v2.13.0rc1
🤖 I have created a release beep boop
Features
- Add caching to routing header calculation (#526) (6251eab)
Bug Fixes
- Drop usage of distutils (#541) (4bd9e10)
- Ensure exception is available when BackgroundConsumer open stream fails (#357) (405272c)
This PR was generated with Release Please. See documentation.
v2.12.0
2.12.0 (2023-09-07)
Features
- Add a little bit of typing to google.api_core.retry (#453) (2477ab9)
- Add grpc Compression argument to channels and methods (#451) (bdebd63)
Documentation
- Fix a typo in google/api_core/page_iterator.py (#511) (c0ce73c)
v2.12.0rc1
🤖 I have created a release beep boop
Features
- Add a little bit of typing to google.api_core.retry (#453) (2477ab9)
- Add grpc Compression argument to channels and methods (#451) (bdebd63)
Documentation
- Fix a typo in google/api_core/page_iterator.py (#511) (c0ce73c)
This PR was generated with Release Please. See documentation.
v2.12.0.dev1
Features
- improved performance of streaming retries (#495)
- support custom exception factory callback for streaming retry failures (#495)
v2.12.0.dev0
Features
- retry and retry_async support streaming rpcs (#495)
v2.11.1
2.11.1 (2023-06-12)
Bug Fixes
- Add actionable errors for GCE long running operations (#498) (7dfc3a7)
- Invalid
dev
version identifiers in setup.py
(#505) (8844edb)
v2.11.0
2.11.0 (2022-11-10)
Features
- Add support for Python 3.11 (#466) (ff379e3)
- Allow representing enums with their unqualified symbolic names in headers (#465) (522b98e)
Bug Fixes
- Major refactoring of Polling, Retry and Timeout logic (#462) (434253d)
- Require google-auth >= 2.14.1 (#463) (7cc329f)
v1.34.0
1.34.0 (2022-12-01)
Features
- Allow representing enums with their unqualified symbolic names in headers in v1 branch (#462) (7d51dbf)
Bug Fixes
- Major refactoring of Polling, Retry and Timeout logic in v1 branch (#465) (7d51dbf)