./devel/py-google-api-core, Python support library for multiple Google libraries

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.18.0, Package name: py311-google-api-core-2.18.0, Maintainer: pkgsrc-users

This Python library is not meant to stand-alone. Instead it defines
common helpers used by all Google API clients.


Required to run:
[devel/py-setuptools] [time/py-pytz] [devel/py-requests] [lang/py-six] [devel/py-protobuf] [net/py-grpcio] [lang/python37] [security/py-google-auth] [devel/py-googleapis-common-protos]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 144.577 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-24 11:42:36 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-google-api-core: updated to 2.18.0

2.18.0 (2024-03-20)

Features

Add common logic for supporting universe domain

Bug Fixes

Add _registered_method to grpc ChannelStub
deps: Require proto-plus >= 1.22.3
   2024-02-20 21:43:06 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-google-api-core: update to 2.17.1.

Resolve issue handling protobuf responses in rest streaming (#604) (bcebc92)
   2024-02-09 23:09:39 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-google-api-core: updated to 2.17.0

2.17.0 (2024-02-06)

Features

Add attempt_direct_path argument to create_channel
Bug Fixes

Retry constructors methods support None

2.16.2 (2024-02-02)

Bug Fixes

Spelling error a,out -> amount

2.16.1 (2024-01-30)

Bug Fixes

Fix broken import for google.api_core.retry_async.AsyncRetry

2.16.0 (2024-01-29)

Features

Retry and retry_async support streaming rpcs
   2023-12-13 14:44:33 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-google-api-core: update to 2.15.0.

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
   2023-11-10 13:13:23 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-google-api-core: updated to 2.14.0

2.14.0 (2023-11-09)

Features

Support with_call for wrapped rpcs

2.13.1 (2023-11-09)

Bug Fixes

Update async client to use async retry

2.13.0 (2023-11-03)

Features

Add caching to routing header calculation
Bug Fixes

Add warning to retry target to avoid incorrect usage
Drop usage of distutils
Ensure exception is available when BackgroundConsumer open stream fails
   2023-10-06 12:20:34 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-google-api-core: updated to 2.12.0

2.12.0 (2023-09-07)

Features

Add a little bit of typing to google.api_core.retry
Add grpc Compression argument to channels and methods

Documentation

Fix a typo in google/api_core/page_iterator.py
   2023-06-17 20:41:56 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-google-api-core: updated to 2.11.1

2.11.1 (2023-06-12)

Bug Fixes

Add actionable errors for GCE long running operations
Invalid dev version identifiers in setup.py
   2023-01-05 11:21:41 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-google-api-core: updated to 2.11.0

v2.11.0

Features

Add support for Python 3.11
Allow representing enums with their unqualified symbolic names in headers

Bug Fixes

Major refactoring of Polling, Retry and Timeout logic
Require google-auth >= 2.14.1