UNCLASSIFIED - NO CUI

Skip to content

Update dependency google-auth to v1.35.0

renovate requested to merge renovate/google-auth-1.x into development

This MR contains the following updates:

Package Update Change
google-auth minor ==1.5.1 -> ==1.35.0

Dependency Lookup Warnings

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

googleapis/google-auth-library-python

v1.35.0

Compare Source

Features
  • service account is able to use a private token endpoint (#​835) (20b817a)
Bug Fixes
Documentation
  • update user guide/references for downscoped creds (#​827) (d1840dc)

v1.34.0

Compare Source

Features
  • support refresh callable on google.oauth2.credentials.Credentials (#​812) (ec2fb18)
Bug Fixes

v1.33.1

Compare Source

Bug Fixes
  • fallback to source creds expiration in downscoped tokens (#​805) (dfad661)
Reverts

v1.33.0

Compare Source

Features
Bug Fixes
  • fix fetch_id_token credential lookup order to match adc (#​748) (c34452e)
Documentation

v1.32.1

Compare Source

Bug Fixes
  • avoid leaking sub-session created for '_auth_request' (#​789) (2079ab5)

v1.32.0

Compare Source

Features

v1.31.0

Compare Source

Features
  • define useful properties on google.auth.external_account.Credentials (#​770) (f97499c)
Bug Fixes

v1.30.2

Compare Source

Bug Fixes

v1.30.1

Compare Source

Bug Fixes
  • allow user to customize context aware metadata path in _mtls_helper (#​754) (e697687)
  • fix function name in signing error message (#​751) (e9ca25f)

v1.30.0

Compare Source

Features
  • add reauth support to async user credentials for gcloud (#​738) (9e10823). This internal feature is for gcloud developers only.

v1.29.0

Compare Source

Features
  • add reauth feature to user credentials for gcloud (#​727) (82293fe). This internal feature is for gcloud developers only.
Bug Fixes
  • Allow multiple audiences for id_token.verify_token (#​733) (56c3946)

v1.28.1

Compare Source

Bug Fixes

v1.28.0

Compare Source

Features
Bug Fixes

v1.27.1

Compare Source

Bug Fixes

v1.27.0

Compare Source

Features
Bug Fixes

v1.26.1

Compare Source

Documentation
  • fix a typo in the user guide (avaiable -> available) (#​680) (684457a)
Bug Fixes
  • revert workload identity federation support (#​691)

v1.26.0

Compare Source

Features

v1.25.0

Compare Source

Features
  • support self-signed jwt in requests and urllib3 transports (#​679) (7a94acb)
  • use self-signed jwt for service account (#​665) (bf5ce0c)

v1.24.0

Compare Source

Features
Bug Fixes
  • avoid losing the original '_include_email' parameter in impersonated credentials (#​626) (fd9b5b1)
Documentation

v1.23.0

Compare Source

Features
  • Add custom scopes for access tokens from the metadata service (#​633) (0323cf3)
Bug Fixes

v1.22.1

Compare Source

Bug Fixes

v1.22.0

Compare Source

Features

v1.21.3

Compare Source

Bug Fixes

v1.21.2

Compare Source

Bug Fixes
  • migrate signBlob to iamcredentials.googleapis.com (#​600) (694d83f)

v1.21.1

Compare Source

Bug Fixes

v1.21.0

Compare Source

Features

v1.20.1

Compare Source

Bug Fixes
  • reduce refresh clock skew to 10 seconds (#​581) (42321ba)
  • set Content-Type header in the request to signBlob API to avoid Invalid JSON payload error (#​439) (20f82e2)

v1.20.0

Compare Source

Features

v1.19.2

Compare Source

Bug fixes
  • Revert "fix: migrate signBlob to iamcredentials.googleapis.com" (#​563) (a48b5b)

v1.19.1

Compare Source

Bug Fixes

v1.19.0

Compare Source

Features
Bug Fixes
  • migrate signBlob to iamcredentials.googleapis.com (#​553) (038ae1b)
Documentation

v1.18.0

Compare Source

Features
Bug Fixes

v1.17.2

Compare Source

Bug Fixes

v1.17.1

Compare Source

Bug Fixes
  • narrow acceptable RSA versions to maintain Python 2 compatability (#​528) (9434868)

v1.17.0

Compare Source

Features
  • add quota_project_id to service accounts; add with_quota_project methods (#​519) (b12488c)

v1.16.1

Compare Source

Bug Fixes

v1.16.0

Compare Source

Features
Bug Fixes

v1.15.0

Compare Source

Features
Bug Fixes

v1.14.3

Compare Source

Bug Fixes

v1.14.2

Compare Source

Bug Fixes

v1.14.1

Compare Source

Bug Fixes

v1.14.0

Compare Source

Features

v1.13.1

Compare Source

Bug Fixes

v1.13.0

Compare Source

Features

v1.12.0

Compare Source

Features
Bug Fixes

v1.11.3

Compare Source

Bug Fixes
  • fix the scopes so test can pass for a local run (#​450) (b2dd77f)
  • only add IAM scope to credentials that can change scopes (#​451) (82e224b)

v1.11.2

Compare Source

Reverts

v1.11.1

Compare Source

Bug Fixes

v1.11.0

Compare Source

Features

v1.10.2

Compare Source

Bug Fixes

v1.10.1

Compare Source

Bug Fixes

v1.10.0

Compare Source

Features
  • send quota project id in x-goog-user-project for OAuth2 credentials (#​412) (32d71a5), closes #​400

v1.9.0

Compare Source

Features
  • add timeout parameter to AuthorizedSession.request() (#​406) (d86d7b8)

v1.8.2

Compare Source

Bug Fixes
  • revert "feat: send quota project id in x-goog-user-project header for OAuth2 credentials (#​400)" (#​407) (25ea942)

v1.8.1

Compare Source

Bug Fixes

v1.8.0

Compare Source

Features
  • add to_json method to google.oauth2.credentials.Credentials (#​367) (bfb1f8c)
  • add timeout to AuthorizedSession.request() (#​397) (381dd40)
  • send quota project id in x-goog-user-project header for OAuth2 credentials (#​400) (ab3dc1e)

v1.7.2

Compare Source

Bug Fixes
  • in token endpoint request, do not decode the response data if it is not encoded (#​393) (3b5d3e2)
  • make gRPC auth plugin non-blocking + add default timeout value for requests transport (#​390) (0c33e9c), closes #​351

v1.7.1

Compare Source

Bug Fixes
  • change 'internal_failure' condition to also use `error' field (#​387) (46bb58e)

v1.7.0

Compare Source

10-30-2019 17:11 PDT

Implementation Changes
  • Add retry loop for fetching authentication token if any 'Internal Failure' occurs (#​368)
  • Use cls parameter instead of class (#​341)
New Features
  • Add support for impersonated_credentials.Sign, IDToken (#​348)
  • Add downscoping to OAuth2 credentials (#​309)
Dependencies
  • Update dependency cachetools to v3 (#​357)
  • Update dependency rsa to v4 (#​358)
  • Set an upper bound on dependencies version (#​352)
  • Require a minimum version of setuptools (#​322)
Documentation
  • Add busunkim96 as maintainer (#​373)
  • Update user-guide.rst (#​337)
  • Fix typo in jwt docs (#​332)
  • Clarify which SA has Token Creator role (#​330)
Internal / Testing Changes
  • Change 'name' to distribution name (#​379)
  • Fix system tests, move to Kokoro (#​372)
  • Blacken (#​375)
  • Rename nox.py -> noxfile.py (#​369)
  • Add initial renovate config (#​356)
  • Use new pytest api to keep building with pytest 5 (#​353)

v1.6.3

Compare Source

02-15-2019 9:31 PST

Implementation Changes
  • follow rfc 7515 : strip padding from JWS segments (#​324)
  • Add retry to _metadata.ping() (#​323)

v1.6.2

Compare Source

12-17-2018 10:51 PST

Documentation
  • Announce deprecation of Python 2.7 (#​311)
  • Link all the MRs in CHANGELOG (#​307)

v1.6.1

Compare Source

11-12-2018 10:10 PST

Implementation Changes
  • Automatically refresh impersonated credentials (#​304)

v1.6.0

Compare Source

11-09-2018 11:07 PST

New Features
  • Add google.auth.impersonated_credentials (#​299)
Documentation
  • Update link to documentation for default credentials (#​296)
  • Update github issue templates (#​300)
  • Remove punctuation which becomes part of the url (#​284)
Internal / Testing Changes
  • Update trampoline.sh (302)
  • Enable static type checking with pytype (#​298)
  • Make classifiers in setup.py an array. (#​280)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Merge request reports

Loading