File tree Expand file tree Collapse file tree 3 files changed +43
-38
lines changed Expand file tree Collapse file tree 3 files changed +43
-38
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ [ PyPI History] [ 1 ]
4
+
5
+ [ 1 ] : https://pypi.org/project/google-auth-oauthlib/#history
6
+
7
+ ## 0.4.1
8
+
9
+ 08-26-2019 13:25 PDT
10
+
11
+ ### Implementation Changes
12
+ - Don't auto-generate code_verifier by default. ([ #48 ] ( https://github.com/googleapis/google-auth-library-python-oauthlib/pull/48 ) )
13
+
14
+ ### Internal / Testing Changes
15
+ - Add renovate.json ([ #56 ] ( https://github.com/googleapis/google-auth-library-python-oauthlib/pull/56 ) )
16
+
17
+ ## 0.4.0
18
+ - Add ` get_user_credentials ` function to get your user credentials ([ #40 ] ( https://github.com/googleapis/google-auth-library-python-oauthlib/pull/40 ) )
19
+ - Add noxfile ([ #43 ] ( https://github.com/googleapis/google-auth-library-python-oauthlib/pull/43 ) )
20
+ - Implement code verifier (PKCE) ([ #42 ] ( https://github.com/googleapis/google-auth-library-python-oauthlib/pull/42 ) )
21
+ - Use actual server port in redirect_uri to allow automatic assignment ([ #33 ] ( https://github.com/googleapis/google-auth-library-python-oauthlib/pull/33 ) )
22
+ ([ #41 ] ( https://github.com/googleapis/google-auth-library-python-oauthlib/pull/41 ) )
23
+
24
+ ## 0.3.0
25
+ - Use utc when parsing expiration timestamp ([ #26 ] ( https://github.com/googleapis/google-auth-library-python-oauthlib/pull/26 ) )
26
+ - Allow saving credentials in current directory ([ #25 ] ( https://github.com/googleapis/google-auth-library-python-oauthlib/pull/25 ) )
27
+
28
+ ## 0.2.0
29
+ - Populate id_token into credentials from oauth2session ([ #20 ] ( https://github.com/googleapis/google-auth-library-python-oauthlib/pull/20 ) )
30
+ - Carry token expiry from oauth2session into Credentials object ([ #18 ] ( https://github.com/googleapis/google-auth-library-python-oauthlib/pull/18 ) ) ([ #19 ] ( https://github.com/googleapis/google-auth-library-python-oauthlib/pull/19 ) )
31
+ - Accept redirect_uri as arg to flow creating classmethods. ([ #17 ] ( https://github.com/googleapis/google-auth-library-python-oauthlib/pull/17 ) )
32
+
33
+ ## 0.1.1
34
+ - Allow `` access_type `` parameter to be overriden in `` Flow `` ([ #16 ] ( https://github.com/googleapis/google-auth-library-python-oauthlib/pull/16 ) )
35
+ - Use a test port that is less likely to be taken ([ #12 ] ( https://github.com/googleapis/google-auth-library-python-oauthlib/pull/12 ) )
36
+ - Documentation updates
37
+
38
+ ## 0.1.0
39
+ Add command line tool.
40
+
41
+ ## 0.0.1
42
+ Initial release. This package contains the functionality previously located in ` google.oauth2.oauthlib ` and ` google.oauth2.flows ` .
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 34
34
35
35
setup (
36
36
name = 'google-auth-oauthlib' ,
37
- version = '0.4.0 ' ,
37
+ version = '0.4.1 ' ,
38
38
author = 'Google Cloud Platform' ,
39
39
40
40
description = 'Google Authentication Library' ,
You can’t perform that action at this time.
0 commit comments