Skip to content

Commit 43ff3a3

Browse files
Merge pull request googleapis#177 from craigcitro/new_release
Release v1.4.8.
2 parents 9373d83 + 5ac470d commit 43ff3a3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

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+
313
## v1.4.7
414

515
* Add support for Google Developer Shell credentials.

oauth2client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Client library for using OAuth2, especially with Google APIs."""
22

3-
__version__ = '1.4.7'
3+
__version__ = '1.4.8'
44

55
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth'
66
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'

0 commit comments

Comments
 (0)