aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDanny Hermes <daniel.j.hermes@gmail.com>2015-09-02 17:03:54 -0700
committerDanny Hermes <daniel.j.hermes@gmail.com>2015-09-02 17:03:54 -0700
commit4bb4c4aae03bebea8eb58414d36f1a454cc48e41 (patch)
tree52199567696ee678f702733cf2c1783878db60df /CHANGELOG.md
parent19abb4d0fb3a49602e23f654cde284fb5b9c3ec3 (diff)
downloadoauth2client-4bb4c4aae03bebea8eb58414d36f1a454cc48e41.tar.gz
Releasing 1.5.0.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4de8636..5f4a53a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# CHANGELOG
+## v1.5.0
+
+* Fix (more like clarify) `bytes` / `str` handling in crypto
+ methods. (#203, #250, #272)
+* Replacing `webapp` with `webapp2` in `oauth2client.appengine` (#217)
+* Added optional `state` parameter to
+ `step1_get_authorize_url`. (#219 and #222)
+* Added `flask_util` module that provides a Flask extension to aid
+ with using OAuth2 web server flow. This provides the same functionality
+ as the `appengine.webapp2` OAuth2Decorator, but will work with any Flask
+ application regardless of hosting environment. (#226, #273)
+* Track scopes used on credentials objects (#230)
+* Moving docs to [readthedocs.org][1] (#237, #238, #244)
+* Removing `old_run` module. Was deprecated July 2, 2013. (#285)
+* Avoid proxies when querying for GCE metadata (to check if
+ running on GCE) (#114, #293)
+
+[1]: https://readthedocs.org/
+
## v1.4.12
* Fix OS X flaky test failure (#189).