- Update to version 2.19.0
* Add google.api_core.version_header (#638)
- from version 2.18.0
* Add common logic for supporting universe domain (#621)
* Add _registered_method to grpc ChannelStub (#614)
* **deps:** Require proto-plus >= 1.22.3 (#626)
- from version 2.17.1
* Resolve issue handling protobuf responses in rest streaming (#604)
- from version 2.17.0
* Add attempt_direct_path argument to create_channel (#583)
* Retry constructors methods support None (#592)
- from version 2.16.2
* Spelling error `a,out` -> `amount` (#596)
- from version 2.16.1
* Fix broken import for google.api_core.retry_async.AsyncRetry (#587)
- from version 2.16.0
* Retry and retry_async support streaming rpcs (#495)
- Refresh patches for new version
* python-google-api-core-no-mock.patch
- Update BuildRequires and Requires from setup.py (forwarded request 1174591 from glaubitz)
OBS-URL: https://build.opensuse.org/request/show/1174606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-api-core?expand=0&rev=32
- Update to version 2.19.0
* Add google.api_core.version_header (#638)
- from version 2.18.0
* Add common logic for supporting universe domain (#621)
* Add _registered_method to grpc ChannelStub (#614)
* **deps:** Require proto-plus >= 1.22.3 (#626)
- from version 2.17.1
* Resolve issue handling protobuf responses in rest streaming (#604)
- from version 2.17.0
* Add attempt_direct_path argument to create_channel (#583)
* Retry constructors methods support None (#592)
- from version 2.16.2
* Spelling error `a,out` -> `amount` (#596)
- from version 2.16.1
* Fix broken import for google.api_core.retry_async.AsyncRetry (#587)
- from version 2.16.0
* Retry and retry_async support streaming rpcs (#495)
- Refresh patches for new version
* python-google-api-core-no-mock.patch
- Update BuildRequires and Requires from setup.py
OBS-URL: https://build.opensuse.org/request/show/1174591
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=65
- update to 2.15.0:
* 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` (#562)
* Replace deprecated `datetime.datetime.utcnow()`
- To avoid a build cycle, switch to multibuild.
* Update intersphinx mapping for requests.
* Update pins of ‘googleapis-common-protos.
OBS-URL: https://build.opensuse.org/request/show/1133662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-api-core?expand=0&rev=29
* 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` (#562)
* Replace deprecated `datetime.datetime.utcnow()`
- To avoid a build cycle, switch to multibuild.
* Update intersphinx mapping for requests.
* Update pins of ‘googleapis-common-protos.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=58
- Update to 2.10.0
* Add 'strict' to flatten_query_params to lower-case bools (#433)
* Make grpc transcode logic work in terms of protobuf python objects (#428)
* Require python 3.7+ (#410)
* Restore support for grpcio-gcp (#418)
- from version 2.8.2
* **deps:** allow protobuf < 5.0.0 (#400)
* drop support for grpc-gcp (#401)
* fix changelog header to consistent size (#394)
* Fix typo in the BackgroundConsumer docstring (#395)
- Refresh patches for new version
* python-google-api-core-no-mock.patch
- Update BuildRequires and Requires from setup.py
OBS-URL: https://build.opensuse.org/request/show/1001903
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=42
- version update to 2.8.1
2.8.1 (2022-05-26)
Bug Fixes
* deps: require googleapis-common-protos >= 1.56.2 (d84d66c)
* deps: require protobuf>= 3.15.0, <4.0.0dev (#385) (d84d66c)
2.8.0 (2022-05-18)
Features
* adds support for audience in client_options (#379) (c97c498)
* adds support for audience in client_options. (c97c498)
- version update to 2.7.3
Bug Fixes
* Avoid AttributeError if grpcio-status is not installed (#370) (022add1)
- deleted patches
- 373-KeyError-in-test.patch (upstreamed)
- do not require python-mock for build
- added patches
fix no mock
+ python-google-api-core-no-mock.patch
OBS-URL: https://build.opensuse.org/request/show/981273
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=40
- Update to 2.7.1
Bug Fixes
* add more context to error message. (#340)
- from version 2.7.0
Features
* expose extra fields in ExtendedOperation (#351)
- from version 2.6.1
Bug Fixes
* Remove py2 tag from wheel (#343)
- from version 2.6.0
Features
* initial support for Extended Operations (#344)
- from version 2.5.0
Features
* add api_key to client options (#248)
Bug Fixes
* **deps:** remove setuptools from dependencies (#339)
Documentation
* fix typo in library name (#332)
- from version 2.4.0
Features
* add support for 'error_info' (#315)
* iterator for processing JSON responses in REST streaming. (#317)
- from version 2.3.2
Bug Fixes
* address broken wheels in version 2.3.1
- from version 2.3.1
Bug Fixes
* exclude function target from retry deadline exceeded exception message (#318)
- from version 2.3.0
OBS-URL: https://build.opensuse.org/request/show/967490
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=37
- Update to 2.0.1:
* do not error on LROs with no response or error (#258) (618f192)
* drop support for Python 2.7 / 3.5 (#212) (a30f004)
* bump grpcio version to use stable aio API (#234) (bdbf889)
* strip trailing _ from field mask paths (#228) (ff6ef1b)
* add 'requests.exceptions.ChunkedEncodingError' to retryable exceptions
(#237) (5e540f2)
* add ServiceUnavailable exception to polling retries (#184) (11032cf)
* undprecate entity factory helpers (#101) (1fbee03), closes#100
* add iterator capability to paged iterators (#200) (3487d68)
* HTTPIterator now accepts a page_size parameter to control page
(#197) (a421913)
* Add support for rest/ token in x-goog-api-client header (#189) (15aca6b)
* retry google.auth TransportError and requests ConnectionError
(#178) (6ae04a8)
* skip empty policy bindings in len() and iter() (#159) (9eaa786)
* save empty IAM policy bindings (#155) (536c2ca)
* add operation name to x-goog-request-params in async client
(#137) (7271b23)
* allow default_host and default_scopes to be passed to create_channel
(#134) (94c76e0)
* add operation name to x-goog-request-params (#133) (97cef4a)
* allow gRPC metadata to be passed to operations client (#127) (73854e8)
- Refresh {Build,}Requires, adding pytest-asyncio and proto-plus.
OBS-URL: https://build.opensuse.org/request/show/916954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-api-core?expand=0&rev=17
* do not error on LROs with no response or error (#258) (618f192)
* drop support for Python 2.7 / 3.5 (#212) (a30f004)
* bump grpcio version to use stable aio API (#234) (bdbf889)
* strip trailing _ from field mask paths (#228) (ff6ef1b)
* add 'requests.exceptions.ChunkedEncodingError' to retryable exceptions
(#237) (5e540f2)
* add ServiceUnavailable exception to polling retries (#184) (11032cf)
* undprecate entity factory helpers (#101) (1fbee03), closes#100
* add iterator capability to paged iterators (#200) (3487d68)
* HTTPIterator now accepts a page_size parameter to control page
(#197) (a421913)
* Add support for rest/ token in x-goog-api-client header (#189) (15aca6b)
* retry google.auth TransportError and requests ConnectionError
(#178) (6ae04a8)
* skip empty policy bindings in len() and iter() (#159) (9eaa786)
* save empty IAM policy bindings (#155) (536c2ca)
* add operation name to x-goog-request-params in async client
(#137) (7271b23)
* allow default_host and default_scopes to be passed to create_channel
(#134) (94c76e0)
* add operation name to x-goog-request-params (#133) (97cef4a)
* allow gRPC metadata to be passed to operations client (#127) (73854e8)
- Refresh {Build,}Requires, adding pytest-asyncio and proto-plus.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=35
- Skip build on python2 as it is not supported anymore
- Update to 1.24.1
* support 'retry' for ops built from HTTP/gRPC responses
(gh#googleapis/python-api-core#115)
- from version 1.24.0
* add support for Python 3.9, drop support for Python 3.5
(gh#googleapis/python-api-core#111)
- from version 1.23.0
* api-core: pass retry from result() to done()
(gh#googleapis/python-api-core#9)
* map LRO errors to library exception types
(gh#googleapis/python-api-core#15)
OBS-URL: https://build.opensuse.org/request/show/860769
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=33
- Update to 1.22.2
* only add quota project id if supported (#75)
- from version 1.22.1
* fix spelling errors for amount in retry (#69)
- from version 1.22.0
* allow quota project to be passed to create_channel (#58)
* _determine_timeout problem handling float type timeout (#64)
* change the documentation for using 'six.moves.collections_abc.Mapping'
instead of 'dict' in 'client_options.from_dict()' (#53)
- from version 1.21.0
* allow credentials files to be passed for channel creation (#50)
- from version 1.20.1
* **dependencies:** increase protobuf version (#49), closes (#48)
- from version 1.20.0
* allow disabling response stream pre-fetch (#30), closes (#25)
- from version 1.19.1
* bump up grpcio minimum version to 1.29.0 (#41)
- from version 1.19.0
* **client_options:** add new client options 'quota_project_id', 'scopes',
and 'credentials_file'
- from version 1.18.0
* [CBT-6 helper] Exposing Retry._deadline as a property (#20)
* add client_encryped_cert_source to ClientOptions (#31)
* AsyncIO Integration [Part 2] (#28), closes (#23)
* First batch of AIO integration (#26)
* third batch of AsyncIO integration (#29)
- Update BuildRequires and Requires from setup.py
OBS-URL: https://build.opensuse.org/request/show/833478
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=30