File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v1.3.0
5+ ------
6+
7+ - Added ``google.oauth2.credentials.Credentials.from_authorized_user_file `` (#226)
8+ - Dropped direct pyasn1 dependency in favor of letting ``pyasn1-modules `` specify the right version. (#230)
9+ - ``default() `` now checks for the project ID environment var before warning about missing project ID. (#227)
10+ - Fixed the docstrings for ``has_scopes() `` and ``with_scopes() ``. (#228)
11+ - Fixed example in docstring for ``ReadOnlyScoped ``. (#219)
12+ - Made ``transport.requests `` use timeouts and retries to improve reliability. (#220)
13+
414v1.2.1
515------
616
Original file line number Diff line number Diff line change 3131
3232setup (
3333 name = 'google-auth' ,
34- version = '1.2.1 ' ,
34+ version = '1.3.0 ' ,
3535 author = 'Google Cloud Platform' ,
36363737 description = 'Google Authentication Library' ,
You can’t perform that action at this time.
0 commit comments