Releases: googleapis/python-api-core
Releases · googleapis/python-api-core
v2.16.1
2.16.1 (2024-01-30)
Bug Fixes
- Fix broken import for google.api_core.retry_async.AsyncRetry (#587) (ac012c0)
v2.16.0
2.16.0 (2024-01-29)
Features
- Retry and retry_async support streaming rpcs (#495) (17ff5f1)
v2.16.0rc0
Features
- Retry and retry_async support streaming rpcs (#495) (17ff5f1)
v2.15.0
2.15.0 (2023-12-07)
Features
- Add support for Python 3.12 (#557) (091b4f1)
- Add type annotations to wrapped grpc calls (#554) (fc12b40)
- Add universe_domain argument to ClientOptions (3069ef4)
- Introduce compatibility with native namespace packages (#561) (bd82827)
Bug Fixes
- Fix regression in
bidi
causing Thread-ConsumeBidirectionalStream caught unexpected exception and will exit
(#562) (40c8ae0)
- Replace deprecated
datetime.datetime.utcnow()
(#552) (448923a), closes #540
v2.15.0rc1
🤖 I have created a release beep boop
Features
- Add support for Python 3.12 (#557) (091b4f1)
- Add type annotations to wrapped grpc calls (#554) (fc12b40)
- Add universe_domain argument to ClientOptions (3069ef4)
- Introduce compatibility with native namespace packages (#561) (bd82827)
Bug Fixes
- Fix regression in
bidi
causing Thread-ConsumeBidirectionalStream caught unexpected exception and will exit
(#562) (40c8ae0)
- Replace deprecated
datetime.datetime.utcnow()
(#552) (448923a), closes #540
This PR was generated with Release Please. See documentation.
v2.13.1
2.13.1 (2023-11-09)
Bug Fixes
- Update async client to use async retry (#544) (f21bb32)
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)