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