Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-google-api-core: upgrade 2.14.0 -> 2.15.0 | Wang Mingyu | 2023-12-14 | 1 | -25/+0 |
| | | | | | | | | | | | | | | | Changelog: ========== -Add support for Python 3.12 -Add type annotations to wrapped grpc calls -Add universe_domain argument to ClientOptions -Introduce compatibility with native namespace packages -Fix regression in bidi causing Thread-ConsumeBidirectionalStream caught unexpected exception and will exit -Replace deprecated datetime.datetime.utcnow() Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-google-api-core: upgrade 2.12.0 -> 2.14.0 | Wang Mingyu | 2023-11-17 | 1 | -0/+25 |
Changelog: ========== -Support with_call for wrapped rpcs -Update async client to use async retry -Add caching to routing header calculation -Add warning to retry target to avoid incorrect usage -Drop usage of distutils -Ensure exception is available when BackgroundConsumer open stream fails Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |