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 1
1
# CHANGELOG
2
2
3
+ ## v1.4.8
4
+
5
+ * Better handling of ` body ` during token refresh when ` body ` is a stream.
6
+ * Better handling of expired tokens in storage.
7
+ * Cleanup around ` openSSL ` import.
8
+ * Allow custom directory for the ` well_known_file ` .
9
+ * Integration tests for python2 and python3. (!!!)
10
+ * Stricter file permissions when saving the ` well_known_file ` .
11
+ * Test cleanup around config file locations.
12
+
3
13
## v1.4.7
4
14
5
15
* Add support for Google Developer Shell credentials.
Original file line number Diff line number Diff line change 1
1
"""Client library for using OAuth2, especially with Google APIs."""
2
2
3
- __version__ = '1.4.7 '
3
+ __version__ = '1.4.8 '
4
4
5
5
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth'
6
6
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'
You can’t perform that action at this time.
0 commit comments