Releases: googleapis/python-api-core
Releases · googleapis/python-api-core
v2.17.0
2.17.0 (2024-02-06)
Features
- Add attempt_direct_path argument to create_channel (#583) (94726e7)
Bug Fixes
- Retry constructors methods support None (#592) (416203c)
v2.17.0rc0
Features
- Add attempt_direct_path argument to create_channel (#583) (94726e7)
Bug Fixes
- Retry constructors methods support None (#592) (416203c)
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)