aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2013-03-07 10:08:39 -0500
committerJoe Gregorio <jcgregorio@google.com>2013-03-07 10:08:39 -0500
commit3cc9a454a9f11c2b14826e6d75950655f0457e7c (patch)
tree9c443e33469e99527d53772962871c2a4b07c843 /CHANGELOG
parentf7b648f5281e17dfee86fe8eb048d5ff0a19ca81 (diff)
downloadgoogle-api-python-client-3cc9a454a9f11c2b14826e6d75950655f0457e7c.tar.gz
Prepare for v1.1 release.
Reviewed in https://codereview.appspot.com/7516045/.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG28
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f93c59776..4e2a9eb47 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,31 @@
+v1.1
+ Version 1.1
+
+ Add PEM support to SignedJWTAssertionCredentials (used to only support
+ PKCS12 formatted keys). Note that if you use PEM formatted keys you can use
+ PyCrypto 2.6 or later instead of OpenSSL.
+
+ Allow deserialized discovery docs to be passed to build_from_document().
+
+ - Make ResumableUploadError derive from HttpError.
+ - Many changes to move all the closures in apiclient.discovery into real
+ - classes and objects.
+ - Make from_json behavior inheritable.
+ - Expose the full token response in OAuth2Client and OAuth2Decorator.
+ - Handle reasons that are None.
+ - Added support for NDB based storing of oauth2client objects.
+ - Update grant_type for AssertionCredentials.
+ - Adding a .revoke() to Credentials. Closes issue 98.
+ - Modify oauth2client.multistore_file to store and retrieve credentials
+ using an arbitrary key.
+ - Don't accept 403 challenges by default for auth challenges.
+ - Set httplib2.RETRIES to 1.
+ - Consolidate handling of scopes.
+ - Upgrade to httplib2 version 0.8.
+ - Allow setting the response_type in OAuth2WebServerFlow.
+ - Ensure that dataWrapper feature is checked before using the 'data' value.
+ - HMAC verification does not use a constant time algorithm.
+
v1.0
Version 1.0