1
0

Accepting request 1131617 from home:glaubitz:branches:devel:languages:python

- Update to 2.14.0
  * Support with_call for wrapped rpcs (#550)
- from version 2.13.1
  * Update async client to use async retry (#544)
- from version 2.13.0
  * Add caching to routing header calculation (#526)
  * Add warning to retry target to avoid incorrect usage (#543)
  * Drop usage of distutils (#541)
  * Ensure exception is available when BackgroundConsumer
    open stream fails (#357)

OBS-URL: https://build.opensuse.org/request/show/1131617
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=56
This commit is contained in:
2023-12-07 14:52:23 +00:00
committed by Git OBS Bridge
parent 7d621a7261
commit e090b45dbc
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Dec 7 13:49:02 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.14.0
* Support with_call for wrapped rpcs (#550)
- from version 2.13.1
* Update async client to use async retry (#544)
- from version 2.13.0
* Add caching to routing header calculation (#526)
* Add warning to retry target to avoid incorrect usage (#543)
* Drop usage of distutils (#541)
* Ensure exception is available when BackgroundConsumer
open stream fails (#357)
-------------------------------------------------------------------
Mon Oct 23 13:12:08 UTC 2023 - ecsos <ecsos@opensuse.org>