blob: c0a66935a9410ad5e3f55d7038c399dfb72f5ae3 [file] [log] [blame]
Brian J. Watson0711b8b2016-10-31 17:55:50 -07001v1.5.5
2 Version 1.5.5
3
4 Bugfix release
5
6 - Allow explicit MIME type specification with media_mime_type keyword argument.
7 - Fix unprintable representation of BatchError with default constructor. (#165)
8 - Refresh all discovery docs, not just the preferred ones. (#298)
9 - Update minimum httplib2 dependency to >=0.9.2.
10
Jon Wayne Parrotte2ce0042016-10-14 11:02:09 -070011v1.5.4
12 Version 1.5.4
13
14 Bugfix release
15
16 - Properly handle errors when the API returns a mapping or sequence. (#289)
17 - Upgrade to unified uritemplate 3.0.0. (#293)
18 - Allow oauth2client 4.0.0, with the caveat that file-based discovery
19 caching is disabled.
20
Jon Wayne Parrottc4dca352016-08-29 10:16:34 -070021v1.5.3
22 Version 1.5.3
23
24 Bugfix release
25
26 - Fixed import error with oauth2client >= 3.0.0. (#270)
27
Jon Wayne Parrottbf7066e2016-08-16 12:41:22 -070028v1.5.2
29 Version 1.5.2
30
31 Bugfix release
32
33 - Allow using oauth2client >= 1.5.0, < 4.0.0. (#265)
34 - Fix project_id argument description. (#257)
35 - Retry chunk uploaded on rate limit exceeded errors. (#255)
36 - Obtain access token if necessary in BatchHttpRequest.execute(). (#232)
37 - Warn when running tests using HttpMock without having a cache. (#261)
38
Jon Wayne Parrott2aedb522016-05-19 11:03:33 -070039v1.5.1
40 Version 1.5.1
41
42 Bugfix release
43
44 - Allow using versions of oauth2client < 2.0.0. (#197)
45 - Check both current and new API discovery URL. (#202)
46 - Retry http requests on connection errors and timeouts. (#218)
47 - Retry http requests on rate limit responses. (#201)
48 - Import guards for ssl (for Google App Engine). (#220)
49 - Use named loggers instead of the root logger. (#206)
50 - New search console example. (#212)
51
Jon Wayne Parrottda3e6892016-02-19 15:42:07 -080052v1.5.0
53 Version 1.5.0
54
55 Release to support oauth2client >= 2.0.0.
56
57 - Fix file stream recognition in Python 3 (#141)
58 - Fix non-resumable binary uploads in Python 3 (#147)
59 - Default to 'octet-stream' if mimetype detection fails (#157)
60 - Handle SSL errors with retries (#160)
61 - Fix incompatibility with oauth2client v2.0.0 (#182)
62
Takashi Matsuo05f19322015-09-11 13:56:00 -070063v1.4.2
64 Version 1.4.2
65
66 Add automatic caching for the discovery docs.
67
Nathaniel Manistadda86ad2015-06-15 17:24:11 +000068v1.4.1
69 Version 1.4.1
70
71 Add the googleapiclient.discovery.Resource.new_batch_http_request method.
72
Nathaniel Manista31c47b82015-03-10 23:31:35 +000073v1.4.0
74 Version 1.4.0
75
76 Python 3 support.
77
Craig Citro326cd512015-03-02 13:24:09 -080078v1.3.2
79 Version 1.3.2
80
81 Small bugfix release.
Nathaniel Manista31c47b82015-03-10 23:31:35 +000082
Craig Citro326cd512015-03-02 13:24:09 -080083 - Fix an infinite loop for downloading small files.
84 - Fix a unicode error in error encoding.
85 - Better handling of `content-length` in media requests.
86 - Add support for methodPath entries containing colon.
Nathaniel Manista31c47b82015-03-10 23:31:35 +000087
Craig Citro49d45a62014-10-17 20:33:51 -070088v1.3.1
89 Version 1.3.1
90
91 Quick release for a fix around aliasing in v1.3.
Nathaniel Manista31c47b82015-03-10 23:31:35 +000092
Craig Citro0e5b9bf2014-10-15 10:26:14 -070093v1.3
94 Version 1.3
95
96 Add support for the Google Application Default Credentials.
97 Require python 2.6 as a minimum version.
98 Update several API samples.
99 Finish splitting out oauth2client repo and update tests.
100 Various doc cleanup and bugfixes.
Craig Citrof756c682014-10-15 23:01:31 -0700101
102 Two important notes:
103 * We've added `googleapiclient` as the primary suggested import
104 name, and kept `apiclient` as an alias, in order to have a more
105 appropriate import name. At some point, we will remove `apiclient`
106 as an alias.
107 * Due to an issue around in-place upgrades for Python packages,
108 it's not possible to do an upgrade from version 1.2 to 1.3. Instead,
109 setup.py attempts to detect this and prevents it. Simply remove
110 the previous version and reinstall to fix this.
111
Joe Gregorioce67bc22013-07-02 13:50:31 -0400112v1.2
113 Version 1.2
114
115 The use of the gflags library is now deprecated, and is no longer a
116 dependency. If you are still using the oauth2client.tools.run() function
117 then include gflags as a dependency of your application or switch to
118 oauth2client.tools.run_flow.
119 Samples have been updated to use the new apiclient.sample_tools, and no
120 longer use gflags.
121 Added support for the experimental Object Change Notification, as found in
122 the Cloud Storage API.
123 The oauth2client App Engine decorators are now threadsafe.
124
125 - Use the following redirects feature of httplib2 where it returns the
126 ultimate URL after a series of redirects to avoid multiple hops for every
127 resumable media upload request.
128 - Updated AdSense Management API samples to V1.3
129 - Add option to automatically retry requests.
130 - Ability to list registered keys in multistore_file.
131 - User-agent must contain (gzip).
132 - The 'method' parameter for httplib2 is not positional. This would cause
133 spurious warnings in the logging.
134 - Making OAuth2Decorator more extensible. Fixes Issue 256.
135 - Update AdExchange Buyer API examples to version v1.2.
136
137
Joe Gregorio3cc9a452013-03-07 10:08:39 -0500138v1.1
139 Version 1.1
140
141 Add PEM support to SignedJWTAssertionCredentials (used to only support
142 PKCS12 formatted keys). Note that if you use PEM formatted keys you can use
143 PyCrypto 2.6 or later instead of OpenSSL.
144
145 Allow deserialized discovery docs to be passed to build_from_document().
146
147 - Make ResumableUploadError derive from HttpError.
148 - Many changes to move all the closures in apiclient.discovery into real
149 - classes and objects.
150 - Make from_json behavior inheritable.
151 - Expose the full token response in OAuth2Client and OAuth2Decorator.
152 - Handle reasons that are None.
153 - Added support for NDB based storing of oauth2client objects.
154 - Update grant_type for AssertionCredentials.
155 - Adding a .revoke() to Credentials. Closes issue 98.
156 - Modify oauth2client.multistore_file to store and retrieve credentials
157 using an arbitrary key.
158 - Don't accept 403 challenges by default for auth challenges.
159 - Set httplib2.RETRIES to 1.
160 - Consolidate handling of scopes.
161 - Upgrade to httplib2 version 0.8.
162 - Allow setting the response_type in OAuth2WebServerFlow.
163 - Ensure that dataWrapper feature is checked before using the 'data' value.
164 - HMAC verification does not use a constant time algorithm.
165
Joe Gregoriof4839b02012-09-06 13:47:24 -0400166v1.0
167 Version 1.0
168
169 - Changes to the code for running tests and building releases.
170
Joe Gregorio73774c52012-08-29 09:45:53 -0400171v1.0c3
172 Version 1.0 Release Candidate 3
173
174 - In samples and oauth2 decorator, escape untrusted content before displaying it.
175 - Do not allow credentials files to be symlinks.
176 - Add XSRF protection to oauth2decorator callback 'state'.
177 - Handle uploading chunked media by stream.
178 - Handle passing streams directly to httplib2.
179 - Add support for Google Compute Engine service accounts.
180 - Flows no longer need to be saved between uses.
181 - Change GET to POST if URI is too long. Fixes issue #96.
182 - Add a keyring based Storage.
183 - More robust picking up JSON error responses.
184 - Make batch errors align with normal errors.
185 - Add a Google Compute sample.
186 - Token refresh to work with 'old' GData API
187 - Loading of client_secrets JSON file backed by a cache.
188 - Switch to new discovery path parameters.
189 - Add support for additionalProperties when printing schema'd objects.
190 - Fix media upload parameter names. Reviewed in http://codereview.appspot.com/6374062/
191 - oauth2client support for URL-encoded format of exchange token response (e.g. Facebook)
192 - Build cleaner and easier to read docs for dynamic surfaces.
193
Joe Gregoriobf14cef2012-06-22 15:26:16 -0400194v1.0c2
195 Version 1.0 Release Candidate 2
196
197 - Parameter values of None should be treated as missing. Fixes issue #144.
198 - Distribute the samples separately from the library source. Fixes issue #155.
199 - Move all remaining samples over to client_secrets.json. Fixes issue #156.
200 - Make locked_file.py understand win32file primitives for better awesomeness.
201
Joe Gregorio1aaec4b2012-06-15 16:20:41 -0400202v1.0c1
203 Version 1.0 Release Candidate 1
204
Joe Gregorio638663c2012-06-15 14:40:47 -0400205 - Documentation for the library has switched to epydoc:
206 http://google-api-python-client.googlecode.com/hg/docs/epy/index.html
207 - Many improvements for media support:
208 * Added media download support, including resumable downloads.
209 * Better handling of streams that report their size as 0.
210 * Update Media Upload to include io.Base and also fix some bugs.
211 - OAuth bug fixes and improvements.
212 * Remove OAuth 1.0 support.
213 * Added credentials_from_code and credentials_from_clientsecrets_and_code.
214 * Make oauth2client support Windows-friendly locking.
215 * Fix bug in StorageByKeyName.
216 * Fix None handling in Django fields. Reviewed in http://codereview.appspot.com/6298084/. Fixes issue #128.
217 - Add epydoc generated docs. Reviewed in http://codereview.appspot.com/6305043/
218 - Move to PEP386 compliant version numbers.
219 - New and updated samples
220 * Ad Exchange Buyer API v1 code samples.
221 * Automatically generate Samples wiki page from README files.
222 * Update Google Prediction samples.
223 * Add a Tasks sample that demonstrates Service accounts.
224 * new analytics api samples. Reviewed here: http://codereview.appspot.com/5494058/
225 - Convert all inline samples to the Farm API for consistency.
226
Joe Gregoriod02bf5e2012-03-02 13:21:32 -0800227v1.0beta8
228 - Updated meda upload support.
229 - Many fixes for batch requests.
230 - Better handling for requests that don't require a body.
231 - Fix issues with Google App Engine Python 2.7 runtime.
232 - Better support for proxies.
233 - All Storages now have a .delete() method.
234 - Important changes which might break your code:
235 * apiclient.anyjson has moved to oauth2client.anyjson.
236 * Some calls, for example, taskqueue().lease() used to require a parameter
237 named body. In this new release only methods that really need to send a body
238 require a body parameter, and so you may get errors about an unknown
239 'body' parameter in your call. The solution is to remove the unneeded
240 body={} parameter.
241
Joe Gregorio205a0612011-12-14 11:38:16 -0500242v1.0beta7
243 - Support for batch requests. http://code.google.com/p/google-api-python-client/wiki/Batch
244 - Support for media upload. http://code.google.com/p/google-api-python-client/wiki/MediaUpload
245 - Better handling for APIs that return something other than JSON.
246 - Major cleanup and consolidation of the samples.
247 - Bug fixes and other enhancements:
248 72 Defect Appengine OAuth2Decorator: Convert redirect address to string
249 22 Defect Better error handling for unknown service name or version
250 48 Defect StorageByKeyName().get() has side effects
251 50 Defect Need sample client code for Admin Audit API
252 28 Defect better comments for app engine sample Nov 9
253 63 Enhancement Let OAuth2Decorator take a list of scope