Skip to content

Commit 1b6dbdd

Browse files
chore: sync to master (#616)
Syncs the BYOID branch to master. No additional changes added.
1 parent 283241f commit 1b6dbdd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+5039
-74
lines changed

.github/CODEOWNERS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Code owners file.
2+
# This file controls who is tagged for review for any given pull request.
3+
#
4+
# For syntax help see:
5+
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
6+
7+
# The @googleapis/yoshi-python is the default owner for changes in this repo
8+
* @googleapis/yoshi-python
9+
10+
# The python-samples-reviewers team is the default owner for samples changes
11+
/samples/ @googleapis/python-samples-owners

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
44

55
[1]: https://pypi.org/project/google-auth/#history
66

7+
## [1.22.0](https://www.github.com/googleapis/google-auth-library-python/compare/v1.21.3...v1.22.0) (2020-09-28)
8+
9+
10+
### Features
11+
12+
* add asyncio based auth flow ([#612](https://www.github.com/googleapis/google-auth-library-python/issues/612)) ([7e15258](https://www.github.com/googleapis/google-auth-library-python/commit/7e1525822d51bd9ce7dffca42d71313e6e776fcd)), closes [#572](https://www.github.com/googleapis/google-auth-library-python/issues/572)
13+
14+
### [1.21.3](https://www.github.com/googleapis/google-auth-library-python/compare/v1.21.2...v1.21.3) (2020-09-22)
15+
16+
17+
### Bug Fixes
18+
19+
* fix expiry for `to_json()` ([#589](https://www.github.com/googleapis/google-auth-library-python/issues/589)) ([d0e0aba](https://www.github.com/googleapis/google-auth-library-python/commit/d0e0aba0a9f665268ffa1b22d44f4bd7e9b449d6)), closes [/github.com/googleapis/oauth2client/blob/master/oauth2client/client.py#L55](https://www.github.com/googleapis//github.com/googleapis/oauth2client/blob/master/oauth2client/client.py/issues/L55)
20+
21+
### [1.21.2](https://www.github.com/googleapis/google-auth-library-python/compare/v1.21.1...v1.21.2) (2020-09-08)
22+
23+
24+
### Bug Fixes
25+
26+
* migrate signBlob to iamcredentials.googleapis.com ([#600](https://www.github.com/googleapis/google-auth-library-python/issues/600)) ([694d83f](https://www.github.com/googleapis/google-auth-library-python/commit/694d83fd23c0e8c2fde27136d1b3f8f6db6338a6))
27+
728
### [1.21.1](https://www.github.com/googleapis/google-auth-library-python/compare/v1.21.0...v1.21.1) (2020-09-03)
829

930

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
google.auth.credentials\_async module
2+
=====================================
3+
4+
.. automodule:: google.auth._credentials_async
5+
:members:
6+
:inherited-members:
7+
:show-inheritance:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
google.auth.jwt\_async module
2+
=============================
3+
4+
.. automodule:: google.auth.jwt_async
5+
:members:
6+
:inherited-members:
7+
:show-inheritance:

docs/reference/google.auth.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ Submodules
2424

2525
google.auth.app_engine
2626
google.auth.credentials
27+
google.auth._credentials_async
2728
google.auth.environment_vars
2829
google.auth.exceptions
2930
google.auth.iam
3031
google.auth.impersonated_credentials
3132
google.auth.jwt
33+
google.auth.jwt_async
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
google.auth.transport.aiohttp\_requests module
2+
==============================================
3+
4+
.. automodule:: google.auth.transport._aiohttp_requests
5+
:members:
6+
:inherited-members:
7+
:show-inheritance:

docs/reference/google.auth.transport.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Submodules
1212
.. toctree::
1313
:maxdepth: 4
1414

15+
google.auth.transport._aiohttp_requests
1516
google.auth.transport.grpc
1617
google.auth.transport.mtls
1718
google.auth.transport.requests
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
google.oauth2.credentials\_async module
2+
=======================================
3+
4+
.. automodule:: google.oauth2._credentials_async
5+
:members:
6+
:inherited-members:
7+
:show-inheritance:

docs/reference/google.oauth2.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ Submodules
1313
:maxdepth: 4
1414

1515
google.oauth2.credentials
16+
google.oauth2._credentials_async
1617
google.oauth2.id_token
1718
google.oauth2.service_account
19+
google.oauth2._service_account_async
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
google.oauth2.service\_account\_async module
2+
============================================
3+
4+
.. automodule:: google.oauth2._service_account_async
5+
:members:
6+
:inherited-members:
7+
:show-inheritance:

0 commit comments

Comments
 (0)