Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency google-api-core to v2.21.0 #461

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 24, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-api-core ==2.11.0 -> ==2.21.0 age adoption passing confidence

Release Notes

googleapis/python-api-core (google-api-core)

v2.21.0

Compare Source

Features
  • Add support for asynchronous long running operations (#​724) (aaed69b)
Bug Fixes

v2.20.0

Compare Source

Features
  • Add async unsupported paramater exception (#​694) (8c137fe)
  • Add support for asynchronous rest streaming (#​686) (1b7bb6d)
  • Add support for creating exceptions from an asynchronous response (#​688) (1c4b0d0)

v2.19.2

Compare Source

Bug Fixes
  • Fail gracefully if could not import rpc_status module (#​680) (7ccbf57)

v2.19.1

Compare Source

Bug Fixes

v2.19.0

Compare Source

Features

v2.18.0

Compare Source

Features
Bug Fixes

v2.17.1

Compare Source

Bug Fixes
  • Resolve issue handling protobuf responses in rest streaming (#​604) (bcebc92)

v2.17.0

Compare Source

Features
  • Add attempt_direct_path argument to create_channel (#​583) (94726e7)
Bug Fixes

v2.16.2

Compare Source

Bug Fixes

v2.16.1

Compare Source

Bug Fixes
  • Fix broken import for google.api_core.retry_async.AsyncRetry (#​587) (ac012c0)

v2.16.0

Compare Source

Features

v2.15.0

Compare Source

Features
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.14.0

Compare Source

Features

v2.13.1

Compare Source

Bug Fixes

v2.13.0

Compare Source

Features
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.12.0

Compare Source

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

v2.11.1

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Sep 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.86%. Comparing base (ea9ba60) to head (01c8fd9).

Current head 01c8fd9 differs from pull request most recent head 817ba57

Please upload reports for the commit 817ba57 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #461   +/-   ##
=======================================
  Coverage   64.86%   64.86%           
=======================================
  Files           3        3           
  Lines          74       74           
  Branches       13       13           
=======================================
  Hits           48       48           
  Misses         24       24           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title Update dependency google-api-core to v2.11.1 Update dependency google-api-core to v2.12.0 Sep 25, 2023
@renovate renovate bot force-pushed the renovate/google-api-core-2.x branch from 95fd689 to 0e28e94 Compare September 25, 2023 20:08
@renovate renovate bot changed the title Update dependency google-api-core to v2.12.0 Update dependency google-api-core to v2.13.0 Nov 7, 2023
@renovate renovate bot force-pushed the renovate/google-api-core-2.x branch 2 times, most recently from 1c7a1a7 to a3426b7 Compare November 9, 2023 22:23
@renovate renovate bot changed the title Update dependency google-api-core to v2.13.0 Update dependency google-api-core to v2.13.1 Nov 9, 2023
@renovate renovate bot changed the title Update dependency google-api-core to v2.13.1 Update dependency google-api-core to v2.14.0 Nov 10, 2023
@renovate renovate bot force-pushed the renovate/google-api-core-2.x branch from a3426b7 to c4cd43d Compare November 10, 2023 01:55
@renovate renovate bot force-pushed the renovate/google-api-core-2.x branch from c4cd43d to 49580ad Compare December 7, 2023 16:46
@renovate renovate bot changed the title Update dependency google-api-core to v2.14.0 Update dependency google-api-core to v2.15.0 Dec 7, 2023
@renovate renovate bot changed the title Update dependency google-api-core to v2.15.0 Update dependency google-api-core to v2.16.0 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/google-api-core-2.x branch 2 times, most recently from 8436f2a to 3c80815 Compare January 30, 2024 22:47
@renovate renovate bot changed the title Update dependency google-api-core to v2.16.0 Update dependency google-api-core to v2.16.1 Jan 30, 2024
@renovate renovate bot force-pushed the renovate/google-api-core-2.x branch from 3c80815 to 4434d11 Compare February 2, 2024 22:13
@renovate renovate bot changed the title Update dependency google-api-core to v2.16.1 Update dependency google-api-core to v2.16.2 Feb 2, 2024
@renovate renovate bot force-pushed the renovate/google-api-core-2.x branch from 4434d11 to 601c875 Compare February 8, 2024 17:05
@renovate renovate bot changed the title Update dependency google-api-core to v2.16.2 Update dependency google-api-core to v2.17.0 Feb 8, 2024
@renovate renovate bot changed the title Update dependency google-api-core to v2.17.0 Update dependency google-api-core to v2.17.1 Feb 14, 2024
@renovate renovate bot force-pushed the renovate/google-api-core-2.x branch from 601c875 to 5f26ae3 Compare February 14, 2024 16:53
@renovate renovate bot force-pushed the renovate/google-api-core-2.x branch from 5f26ae3 to 01c8fd9 Compare March 21, 2024 23:35
@renovate renovate bot changed the title Update dependency google-api-core to v2.17.1 Update dependency google-api-core to v2.18.0 Mar 21, 2024
@renovate renovate bot changed the title Update dependency google-api-core to v2.18.0 Update dependency google-api-core to v2.19.0 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/google-api-core-2.x branch from 01c8fd9 to 09a493a Compare April 30, 2024 17:36
@renovate renovate bot force-pushed the renovate/google-api-core-2.x branch from 09a493a to 817ba57 Compare June 24, 2024 18:48
@renovate renovate bot changed the title Update dependency google-api-core to v2.19.0 Update dependency google-api-core to v2.19.1 Jun 24, 2024
@renovate renovate bot force-pushed the renovate/google-api-core-2.x branch 2 times, most recently from c24928d to a6de7b3 Compare August 22, 2024 12:18
@renovate renovate bot force-pushed the renovate/google-api-core-2.x branch from a6de7b3 to f189203 Compare August 27, 2024 22:00
@renovate renovate bot changed the title Update dependency google-api-core to v2.19.1 Update dependency google-api-core to v2.19.2 Aug 27, 2024
@renovate renovate bot changed the title Update dependency google-api-core to v2.19.2 Update dependency google-api-core to v2.20.0 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/google-api-core-2.x branch from f189203 to ed4ead4 Compare September 19, 2024 20:18
@renovate renovate bot force-pushed the renovate/google-api-core-2.x branch from ed4ead4 to 95a3a57 Compare October 9, 2024 16:07
@renovate renovate bot changed the title Update dependency google-api-core to v2.20.0 Update dependency google-api-core to v2.21.0 Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants