-
Notifications
You must be signed in to change notification settings - Fork 322
Comparing changes
Open a pull request
base repository: googleapis/google-auth-library-python
base: v1.22.1
head repository: googleapis/google-auth-library-python
compare: v1.23.0
- 10 commits
- 28 files changed
- 7 contributors
Commits on Oct 8, 2020
-
fix: remove checks for ancient versions of Cryptography (#596)
Refs #595 (comment) I see no point in checking whether someone is running a version of https://github.com/pyca/cryptography/ from 2014 that doesn't even compile against modern versions of OpenSSL anymore.
Configuration menu - View commit details
-
Copy full SHA for 6407258 - Browse repository at this point
Copy the full SHA 6407258View commit details
Commits on Oct 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3b3172e - Browse repository at this point
Copy the full SHA 3b3172eView commit details
Commits on Oct 23, 2020
-
Change metadata service helper to work with any query parameters (#588)
Part of #579 This helper is used with '?recursive=true' in one place, and can now be used by IDTokenCredentials for requests with query parameters to the metadata identity end-point. This change will allow making requests to the token end-point with '?scopes=..' query parameters.
Configuration menu - View commit details
-
Copy full SHA for 5906c85 - Browse repository at this point
Copy the full SHA 5906c85View commit details
Commits on Oct 27, 2020
-
fix: pin 'aoihttp < 3.7.0dev' (#634)
Working around breaking change in 3.7.0. See: pnuckowski/aioresponses#173
Configuration menu - View commit details
-
Copy full SHA for 05f9524 - Browse repository at this point
Copy the full SHA 05f9524View commit details
Commits on Oct 28, 2020
-
chore: add infrastructure to support
docs-presubmit
build (via synt……h) (#578) * feat(python-library): changes to docs job * feat(python-library): changes to docs job * migrate to Trampoline V2 * add docs-presubmit job * create docfx yaml files and upload them to another bucket * remove redundant envvars * add a failing test first * fix TemplateSyntaxError: Missing end of comment tag * serving_path is not needed any more * use `raw` to make jinja happy Source-Author: Takashi Matsuo <tmatsuo@google.com> Source-Date: Thu Jul 30 12:44:02 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 5dfda5621df45b71b6e88544ebbb53b1a8c90214 Source-Link: googleapis/synthtool@5dfda56 * fix(python-library): add missing changes Source-Author: Takashi Matsuo <tmatsuo@google.com> Source-Date: Thu Jul 30 18:26:35 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 39b527a39f5cd56d4882b3874fc08eed4756cebe Source-Link: googleapis/synthtool@39b527a Co-authored-by: Tres Seaver <tseaver@palladion.com>
Configuration menu - View commit details
-
Copy full SHA for 755e702 - Browse repository at this point
Copy the full SHA 755e702View commit details -
Update example in oauth2.id_token docs (#624)
Since c05b8b5 oauth2.id_token.verify_oauth2_token handles the issuer check itself, so remove this redundant check from the docs.
Configuration menu - View commit details
-
Copy full SHA for 9c4200d - Browse repository at this point
Copy the full SHA 9c4200dView commit details
Commits on Oct 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d0a47c1 - Browse repository at this point
Copy the full SHA d0a47c1View commit details -
feat: Add custom scopes for access tokens from the metadata service (#…
…633) This works for App Engine, Cloud Run and Flex. On Compute Engine you can request custom scopes, but they are ignored. Co-authored-by: Tres Seaver <tseaver@palladion.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0323cf3 - Browse repository at this point
Copy the full SHA 0323cf3View commit details -
fix(deps): Revert "fix: pin 'aoihttp < 3.7.0dev' (#634)" (#632) (#640)
This reverts commit 05f9524. The compatibility bug was fixed in the aioresponses package version 0.7.1 - https://pypi.org/project/aioresponses/ Fixes #632
Configuration menu - View commit details
-
Copy full SHA for b790e65 - Browse repository at this point
Copy the full SHA b790e65View commit details -
🤖 I have created a release \*beep\* \*boop\* --- ## [1.23.0](https://www.github.com/googleapis/google-auth-library-python/compare/v1.22.1...v1.23.0) (2020-10-29) ### Features * Add custom scopes for access tokens from the metadata service ([#633](https://www.github.com/googleapis/google-auth-library-python/issues/633)) ([0323cf3](https://www.github.com/googleapis/google-auth-library-python/commit/0323cf390b16e8483660ac88775e8ea4e7f7702d)) ### Bug Fixes * **deps:** Revert "fix: pin 'aoihttp < 3.7.0dev' ([#634](https://www.github.com/googleapis/google-auth-library-python/issues/634))" ([#632](https://www.github.com/googleapis/google-auth-library-python/issues/632)) ([#640](https://www.github.com/googleapis/google-auth-library-python/issues/640)) ([b790e65](https://www.github.com/googleapis/google-auth-library-python/commit/b790e6535cc37591b23866027a426cde312e07c1)) * pin 'aoihttp < 3.7.0dev' ([#634](https://www.github.com/googleapis/google-auth-library-python/issues/634)) ([05f9524](https://www.github.com/googleapis/google-auth-library-python/commit/05f95246fab928fe2f445781117eeac8088497fb)) * remove checks for ancient versions of Cryptography ([#596](https://www.github.com/googleapis/google-auth-library-python/issues/596)) ([6407258](https://www.github.com/googleapis/google-auth-library-python/commit/6407258956ec42e3b722418cb7f366e5ae9272ec)), closes [/github.com//issues/595#issuecomment-683903062](https://www.github.com/googleapis//github.com/googleapis/google-auth-library-python/issues/595/issues/issuecomment-683903062) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Configuration menu - View commit details
-
Copy full SHA for bc92abb - Browse repository at this point
Copy the full SHA bc92abbView commit details
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 v1.22.1...v1.23.0