base repository: googleapis/google-auth-library-python
base: v2.11.0
head repository: googleapis/google-auth-library-python
Uh oh!
There was an error while loading. Please reload this page.
compare: v2.11.1
- 15 commits
- 33 files changed
- 11 contributors
Commits on Aug 23, 2022
docs(samples): add auth samples and tests (#1102)
* docs(samples): add auth samples and tests * refactored verifying google token and lint fixed test file * Modified comment acc to review * renamed method acc to review comment * 🦉 Updates from OwlBot post-processor See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * added comment acc to review * add samples tests as required checks * use GOOGLE_CLOUD_PROJECT * test new config 1 * adding refresh token for sys test * updating all py verion configs * update 3 * update 4 * update 5 - trimming nox * update 6 - fixing requirements.txt * update 7 - fixing pytest flags * update 8 - fixing sa test cred * update 9- reading sa path from env * update 10- testing explicit * update 11 - fix multi reference * update 12 - remove project id from client params * update 13 - use projectid from default * update 14 - remove project param * update 15- fix assert * update 16 - updating other py versions * update 17: try replacing compute with storage * update 18: fix assert and pass project * update 19: fixing comments * update 20: remove unused Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com> Co-authored-by: Anthonios Partheniou <[email protected]> Co-authored-by: Sai Sunder Srinivasan <[email protected]>
chore(deps): update dependency google-cloud-compute to v1.5.1 (#1110)
* chore(deps): update dependency google-cloud-compute to v1.5.1 * exclude templated .kokoro/samples files Co-authored-by: Anthonios Partheniou <[email protected]>
chore(deps): update dependency google-auth to v2.11.0 (#1109)
renovate-bot authoredAug 23, 2022 chore(deps): update dependency google-cloud-storage to v2.5.0 (#1111)
Co-authored-by: Anthonios Partheniou <[email protected]>
fix: make pluggable auth tests work in all environments (#1114)
ScruffyProdigy authoredAug 23, 2022
Commits on Aug 29, 2022
fix: fix socket in impersonated_credentials (#1123)
* fix: Fix socket in impersonated_credentials impersonated_credentials.Credentials.sign_bytes() created a session that wasn't closed ing a socket. This fixes the issue by always closing the requests session after a signing request is complete. Fixes #1122
stewartmiles authoredAug 29, 2022
Commits on Aug 30, 2022
chore: remove 'pip install' statements from python_library templates (#…
…1124) * chore(python): exclude `grpcio==1.49.0rc1` in tests Source-Link: googleapis/synthtool@c4dd595 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:ce3c1686bc81145c81dd269bd12c4025c6b275b22d14641358827334fddb1d72 * use templated renovate.json * 🦉 Updates from OwlBot post-processor See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com> Co-authored-by: Anthonios Partheniou <[email protected]>
refactor: Add **kwargs to parent constructor for Async API (#1127)
* refactor: Add **kwargs to parent constructor for Async API This resolves #1061. By passing in **kwargs to the parent constructor, `aiohhttp.ClientSession` parameters can be configured by users.
clundin25 authoredAug 30, 2022
Commits on Sep 1, 2022
chore: Remove code owner notification spam by filtering out system_te…
…st creds (#1133) * chore: Remove code owner notification spam by filtering out system_test creds.
clundin25 authoredSep 1, 2022 fix: Skip oauth2client adapter tests if oauth2client is not installed (…
…#1132) * fix: Skip oauth2client adapter tests if oauth2client is not installed. This resolves #1118.
clundin25 authoredSep 1, 2022
Commits on Sep 2, 2022
chore: [AUTO-GENERATED] Refresh system test creds. (#1139)
clundin25 authoredSep 2, 2022 chore: fix path to requirements.txt in release script (#1138)
Source-Link: googleapis/synthtool@703554a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:94961fdc5c9ca6d13530a6a414a49d2f607203168215d074cdb0a1df9ec31c0b
gcf-owl-bot[bot] authoredSep 2, 2022 chore(python): exclude setup.py in renovate config (#1140)
Source-Link: googleapis/synthtool@56da63e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:993a058718e84a82fda04c3177e58f0a43281a996c7c395e0a56ccc4d6d210d7
gcf-owl-bot[bot] authoredSep 2, 2022
Commits on Sep 20, 2022
fix: Update token refresh threshold from 20 seconds to 5 minutes (#1146)
* fix: Update token refresh threshold from 20 seconds to 5 minutes * update rt
sai-sunder-s authoredSep 20, 2022 chore(main): release 2.11.1 (#1112)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..com>
release-please[bot] authoredSep 20, 2022
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v2.11.0...v2.11.1
Uh oh!
There was an error while loading. Please reload this page.