-
Notifications
You must be signed in to change notification settings - Fork 318
Comparing changes
Open a pull request
base repository: googleapis/google-auth-library-python
base: v1.35.0
head repository: googleapis/google-auth-library-python
compare: v2.0.0
- 14 commits
- 86 files changed
- 7 contributors
Commits on Jul 29, 2021
-
chore: update authorized_user.json (#820)
I've filed a question against internal the team that manages test accounts to ask what the recommended way to refresh these tokens are, but have not yet gotten a response. Manually refresh the token to unblock CI.
Configuration menu - View commit details
-
Copy full SHA for 73cbc1f - Browse repository at this point
Copy the full SHA 73cbc1fView commit details
Commits on Aug 3, 2021
-
fix!: drop support for Python 2.7 (#778)
Drop use of 'six' wrapper library. Drop 'u"' prefixes. Drop support for app_engine 'classic' mode (Python 2.7-only). Release-As: 2.0.0b1 Closes #777.
Configuration menu - View commit details
-
Copy full SHA for 560cf1e - Browse repository at this point
Copy the full SHA 560cf1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4eab27 - Browse repository at this point
Copy the full SHA e4eab27View commit details -
fix: Fix missing space in error message. (#821)
Added missing space in the log message.
Configuration menu - View commit details
-
Copy full SHA for 7b03988 - Browse repository at this point
Copy the full SHA 7b03988View commit details
Commits on Aug 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 10603a5 - Browse repository at this point
Copy the full SHA 10603a5View commit details -
docs: update user guide/references for downscoped creds (#827)
Updates user guide to document using downscoping with Credential Access Boundaries. Regenerates references for all classes and utilities related to this feature. Co-authored-by: arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d1840dc - Browse repository at this point
Copy the full SHA d1840dcView commit details
Commits on Aug 10, 2021
-
fix: downscoping documentation bugs (#830)
Fixes the following issues: - Change `google.oauth2.Credentials` to `google.oauth2.credentials.Credentials` - Replace deprecated `blob.download_as_string()` with `blob.download_as_bytes()`
Configuration menu - View commit details
-
Copy full SHA for da8bb13 - Browse repository at this point
Copy the full SHA da8bb13View commit details
Commits on Aug 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for af37335 - Browse repository at this point
Copy the full SHA af37335View commit details -
chore: omit 'docfx' from docs-presubmit build (#831)
We don't have a 'docfx' session in our noxfile (see #822). Further tweak '.kokoro' configuration to get 'Kokoro docs-presubmit' running: - Set up additional 'gfile_resource' in '.kokoro/docs/common.cfg'. - Get 'gcloud' installed in '.kokoro/docker/docs/Dockerfile' - Run 'docs' session with Python 3.8. Closes #797.
Configuration menu - View commit details
-
Copy full SHA for b76f151 - Browse repository at this point
Copy the full SHA b76f151View commit details
Commits on Aug 16, 2021
-
chore: split systests into separate kokoro build (#833)
* chore: split systests into their own Kokoro build Closes #832. * chore: docs builds no longer need systest resource * chore: remove hacks to get 'gcloud'/'gfile_resource' installed for docs
Configuration menu - View commit details
-
Copy full SHA for 5286d6f - Browse repository at this point
Copy the full SHA 5286d6fView commit details -
test: Add integration tests for downscoping (#837)
This tests creates a temporary bucket and 2 objects in it. A downscoped token is then created to access only one of the objects (readonly). The test would then check: - Read access to accessible object is successful. - Write access to that object is unsuccessful. - Read access to the inaccessible object is not successful.
Configuration menu - View commit details
-
Copy full SHA for ed8e035 - Browse repository at this point
Copy the full SHA ed8e035View commit details -
feat: service account is able to use a private token endpoint (#835)
Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 20b817a - Browse repository at this point
Copy the full SHA 20b817aView commit details -
test: address comments for downscoping tests (#838)
Addresses all comments from: #837 Co-authored-by: Tres Seaver <tseaver@palladion.com>
Configuration menu - View commit details
-
Copy full SHA for 93482c6 - Browse repository at this point
Copy the full SHA 93482c6View commit details
Commits on Aug 17, 2021
-
🤖 I have created a release \*beep\* \*boop\* --- ## [2.0.0](https://www.github.com/googleapis/google-auth-library-python/compare/v2.0.0-b1...v2.0.0) (2021-08-16) ### ⚠ BREAKING CHANGES * drop support for Python 2.7 ([#778](https://www.github.com/googleapis/google-auth-library-python/issues/778)) ([560cf1e](https://www.github.com/googleapis/google-auth-library-python/commit/560cf1ed02a900436c5d9e0a0fb3f94b5fd98c55)) ### Features * service account is able to use a private token endpoint ([#835](https://www.github.com/googleapis/google-auth-library-python/issues/835)) ([20b817a](https://www.github.com/googleapis/google-auth-library-python/commit/20b817af8e202b0331998e5abde4e2a5aab51f9a)) ### Bug Fixes * downscoping documentation bugs ([#830](https://www.github.com/googleapis/google-auth-library-python/issues/830)) ([da8bb13](https://www.github.com/googleapis/google-auth-library-python/commit/da8bb13c1349e771ffc2e125256030495c53d956)) * Fix missing space in error message. ([#821](https://www.github.com/googleapis/google-auth-library-python/issues/821)) ([7b03988](https://www.github.com/googleapis/google-auth-library-python/commit/7b039888aeb6ec7691d91c9afce182b17f02b1a6)) ### Documentation * update user guide/references for downscoped creds ([#827](https://www.github.com/googleapis/google-auth-library-python/issues/827)) ([d1840dc](https://www.github.com/googleapis/google-auth-library-python/commit/d1840dcdcd03dfd7fdfa81d08da68402f6f8b658)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 3c8fab5 - Browse repository at this point
Copy the full SHA 3c8fab5View 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.35.0...v2.0.0