Releases: googleapis/python-api-core
Releases · googleapis/python-api-core
v2.16.0rc0
13 Dec 18:54
Compare
Sorry, something went wrong.
No results found
Features
Retry and retry_async support streaming rpcs (#495 ) (17ff5f1 )
v2.15.0
07 Dec 16:35
Compare
Sorry, something went wrong.
No results found
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
04 Dec 20:10
Compare
Sorry, something went wrong.
No results found
🤖 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.14.0
09 Nov 23:13
Compare
Sorry, something went wrong.
No results found
v2.13.1
09 Nov 21:10
Compare
Sorry, something went wrong.
No results found
2.13.1 (2023-11-09)
Bug Fixes
Update async client to use async retry (#544 ) (f21bb32 )
v2.13.0
07 Nov 18:30
Compare
Sorry, something went wrong.
No results found
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
02 Nov 20:58
Compare
Sorry, something went wrong.
No results found
🤖 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
25 Sep 16:27
Compare
Sorry, something went wrong.
No results found
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
11 Sep 14:52
Compare
Sorry, something went wrong.
No results found
🤖 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
16 Aug 18:02
Compare
Sorry, something went wrong.
No results found
Features
improved performance of streaming retries (#495 )
support custom exception factory callback for streaming retry failures (#495 )