aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2012-03-02 13:21:32 -0800
committerJoe Gregorio <jcgregorio@google.com>2012-03-02 13:21:32 -0800
commitd02bf5ee3860a50d36f960cd2c90ab6d1ecec7cd (patch)
tree607d6a0cc0c97a6b72820d053b0de8fdbc6d5b0e /CHANGELOG
parent497c39f73a1d7e35e9c4cba8119f87c65799258b (diff)
downloadgoogle-api-python-client-d02bf5ee3860a50d36f960cd2c90ab6d1ecec7cd.tar.gz
Updated docs
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ff157b6a6..087411f99 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,18 @@
+v1.0beta8
+ - Updated meda upload support.
+ - Many fixes for batch requests.
+ - Better handling for requests that don't require a body.
+ - Fix issues with Google App Engine Python 2.7 runtime.
+ - Better support for proxies.
+ - All Storages now have a .delete() method.
+ - Important changes which might break your code:
+ * apiclient.anyjson has moved to oauth2client.anyjson.
+ * Some calls, for example, taskqueue().lease() used to require a parameter
+ named body. In this new release only methods that really need to send a body
+ require a body parameter, and so you may get errors about an unknown
+ 'body' parameter in your call. The solution is to remove the unneeded
+ body={} parameter.
+
v1.0beta7
- Support for batch requests. http://code.google.com/p/google-api-python-client/wiki/Batch
- Support for media upload. http://code.google.com/p/google-api-python-client/wiki/MediaUpload