File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## v2.0.0-post1
4
+
5
+ * Fix Google Compute Engine breakage (#411 , breakage introduced in #387 ) that
6
+ made it impossible to obtain access tokens
7
+ * Implement ` ServiceAccountCredentials.from_p12_keyfile_buffer() `
8
+ to allow passing a file-like object in addition to the factory
9
+ constructor that uses a filename directly (#413 )
10
+ * Implement ` ServiceAccountCredentials.create_delegated() `
11
+ to allow upgrading a credential to one that acts on behalf
12
+ of a given subject (#420 )
13
+
3
14
## v2.0.0
4
15
5
16
* Add django_util (#332 )
Original file line number Diff line number Diff line change 14
14
15
15
"""Client library for using OAuth2, especially with Google APIs."""
16
16
17
- __version__ = '2.0.0'
17
+ __version__ = '2.0.0-post1 '
18
18
19
19
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/v2/auth'
20
20
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'
You can’t perform that action at this time.
0 commit comments