blob: f24be680c2d9d5e634d64a50c168401a4ee35e24 [file] [log] [blame]
Christopher Wilcox6ed8dbb2018-12-18 15:44:15 -08001
2v1.7.7
3 Version 1.7.7
4
5 Bugfix release
6 - Change xrange to range ([#601](https://github.com/google/google-api-python-client/pull/601))
7 - Typo in http.py exception message. ([#602](https://github.com/google/google-api-python-client/pull/602))
8
9 - Announce deprecation of Python 2.7 ([#603](https://github.com/google/google-api-python-client/pull/603))
10 - Updates documentation for stopping channel subscriptions ([#598](https://github.com/google/google-api-python-client/pull/598))
11 - Adding example for searchAppearance ([#414](https://github.com/google/google-api-python-client/pull/414))
12
13 - Add badges ([#455](https://github.com/google/google-api-python-client/pull/455))
14
Bu Sun Kimb2743552018-12-06 13:13:43 -080015v1.7.6
16 Version 1.7.6
17
18 Bugfix release
19
20 - Add client-side limit for batch requests (#585)
21
Bu Sun Kimfef743a2018-11-30 11:23:11 -080022v1.7.5
23 Version 1.7.5
24
25 Bugfix release
26
27 - Fix the client to respect the passed in developerKey and credentials
28
Christopher Wilcoxa97f2b22018-07-11 12:49:54 -070029v1.7.4
30 Version 1.7.4
Bu Sun Kimb2743552018-12-06 13:13:43 -080031
Christopher Wilcoxa97f2b22018-07-11 12:49:54 -070032 Bugfix release
33
34 - Catch ServerNotFoundError to retry the request (#532)
35
Thea Flowersb0b1c1d2018-06-04 12:21:32 -070036v1.7.3
37 Version 1.7.3
38
39 Bugfix release
40
41 - Make apiclient.sample_tools gracefully fail to import (#525).
42
43
Thea Flowers5529b422018-06-04 09:31:44 -070044v1.7.2
45 Version 1.7.2
46
47 Bugfix release
48
49 - Remove unnecessary check in apiclient/__ini__.py (#522).
50
Thea Flowers081d2a32018-06-01 10:22:59 -070051v1.7.1
52 Version 1.7.1
53
54 Bugfix release
55
56 - Remove unnecessary check in setup.py (#518).
57
Thea Flowersa737c752018-05-31 16:04:34 -070058v1.7.0
59 Version 1.7.0
60
61 This release drops the hard requirement on oauth2client and installs
62 google-auth by default instead. oauth2client is still supported but will
63 need to be explicitly installed.
64
65 - Drop oauth2client dependency (#499)
66 - Include tests in source distribution (#514)
67
Jon Wayne Parrott504a6e52018-04-27 13:58:27 -070068v1.6.7
69 Version 1.6.7
70
71 Bugfix release
72
73 **Note**: The next release of this library will no longer directly depend on
74 oauth2client. If you need to use oauth2client, you'll need to explicitly
75 install it.
76
77 - Make body optional for requests with no parameters. (#446)
78 - Fix retying on socket.timeout. (#495)
79 - Match travis matrix with tox testenv. (#498)
80 - Remove oauth2client._helpers dependency. (#493)
81 - Remove unused keyring test dependency. (#496)
82 - discovery.py: remove unused oauth2client import. (#492)
83 - Update README to reference GCP API client libraries. (#490)
84
Jon Wayne Parrott9cdb2e22018-03-28 13:09:46 -070085v1.6.6
86 Version 1.6.6
87
88 Bugfix release
89
90 - Warn when constructing BatchHttpRequest using the legacy batch URI (#488)
91 - Increase the default media chunksize to 100MB. (#482)
92 - Remove unnecessary parsing of mime headers in HttpRequest.__init__ (#467)
93
Jon Wayne Parrott64367412018-01-18 09:38:27 -080094v1.6.5
95 Version 1.6.5
96
97 Bugfix release
98
99 - Proactively refresh credentials when applying and treat a missing
100 `access_token` as invalid. Note: This change reveals surprising behavior
101 between default credentials and batches. If you allow
102 `googleapiclient.discovery.build` to use default credentials *and* specify
103 different credentials by providing `batch.execut()` with an explicit `http`
104 argument, your individual requests will use the default credentials and
105 *not* the credentials specified to the batch http. To avoid this, tell
106 `build` explicitly not to use default credentials by specifying
107 `build(..., http=httplib2.Http()`. (#469)
108 - Remove mutual exclusivity check for developerKey and credentials (#465)
109 - Handle unknown media length. (#406)
110 - Handle variant error format gracefully. (#459)
111 - Avoid testing against Django >= 2.0.0 on Python 2. (#460)
112
Jon Wayne Parrottaf676692017-09-20 08:53:28 -0700113v1.6.4
114 Version 1.6.4
115
116 Bugfix release
117
118 - Warn when google-auth credentials are used but google-auth-httplib2 isn't available. (#443)
119
Jon Wayne Parrottb63a71d2017-08-29 09:15:16 -0700120v1.6.3
121 Version 1.6.3
122
123 Bugfix release
124
125 - Add notification of maintenance mode to README. (#410)
126 - Fix generation of methods with abnormal page token conventions. (#338)
127 - Raise ValueError is credentials and developerKey are both specified. (#358)
128 - Re-generate documentation. (#364, #373, #401)
129 - Fix method signature documentation for multiline required parameters. (#374)
130 - Fix ZeroDivisionError in MediaDownloadProgress.progress. (#377)
131 - Fix dead link to WebTest in README. (#378)
132 - Fix details missing in googleapiclient.errors.HttpError. (#412)
133 - Don't treat httplib2.Credentials as oauth credentials. (#425)
134 - Various fixes to the Django sample. (#413)
135
Jon Wayne Parrottafe134b2017-02-08 10:20:57 -0800136v1.6.2
137 Version 1.6.2
138
139 Bugfix release
140
141 - Fixed a bug where application default credentials would still be used even
142 when a developerKey was specified. (#347)
143 - Official support for Python 3.5 and 3.6. (#341)
144
Jon Wayne Parrott811d5702017-01-11 14:45:20 -0800145v1.6.1
146 Version 1.6.1
147
148 Bugfix release
149
150 - Fixed a bug where using google-auth with scoped credentials would fail. (#328)
151
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800152v1.6.0
153 Version 1.6.0
154
155 Release to drop support for Python 2.6 and add support for google-auth.
156
157 - Support for Python 2.6 has been dropped. (#319)
158 - The credentials argument to discovery.build and discovery.build_from_document
159 can be either oauth2client credentials or google-auth credentials. (#319)
160 - discovery.build and discovery.build_from_document now unambiguously use the
161 http argument to make all requests, including the request for the discovery
162 document. (#319)
163 - The http and credentials arguments to discovery.build and
164 discovery.build_from_document are now mutually exclusive, eliminating a
165 buggy edge case. (#319)
166 - If neither http or credentials is specified to discovery.build and
167 discovery.build_from_document, then Application Default Credentials will
168 be used. The library prefers google-auth for this if it is available, but
169 can also use oauth2client's implementation. (#319)
170 - Fixed resumable upload failure when receiving a 308 response. (#312)
171 - Clarified the support versions of Python 3. (#316)
172
Brian J. Watson0711b8b2016-10-31 17:55:50 -0700173v1.5.5
174 Version 1.5.5
175
176 Bugfix release
177
178 - Allow explicit MIME type specification with media_mime_type keyword argument.
179 - Fix unprintable representation of BatchError with default constructor. (#165)
180 - Refresh all discovery docs, not just the preferred ones. (#298)
181 - Update minimum httplib2 dependency to >=0.9.2.
182
Jon Wayne Parrotte2ce0042016-10-14 11:02:09 -0700183v1.5.4
184 Version 1.5.4
185
186 Bugfix release
187
188 - Properly handle errors when the API returns a mapping or sequence. (#289)
189 - Upgrade to unified uritemplate 3.0.0. (#293)
190 - Allow oauth2client 4.0.0, with the caveat that file-based discovery
191 caching is disabled.
192
Jon Wayne Parrottc4dca352016-08-29 10:16:34 -0700193v1.5.3
194 Version 1.5.3
195
196 Bugfix release
197
198 - Fixed import error with oauth2client >= 3.0.0. (#270)
199
Jon Wayne Parrottbf7066e2016-08-16 12:41:22 -0700200v1.5.2
201 Version 1.5.2
202
203 Bugfix release
204
205 - Allow using oauth2client >= 1.5.0, < 4.0.0. (#265)
206 - Fix project_id argument description. (#257)
207 - Retry chunk uploaded on rate limit exceeded errors. (#255)
208 - Obtain access token if necessary in BatchHttpRequest.execute(). (#232)
209 - Warn when running tests using HttpMock without having a cache. (#261)
210
Jon Wayne Parrott2aedb522016-05-19 11:03:33 -0700211v1.5.1
212 Version 1.5.1
213
214 Bugfix release
215
216 - Allow using versions of oauth2client < 2.0.0. (#197)
217 - Check both current and new API discovery URL. (#202)
218 - Retry http requests on connection errors and timeouts. (#218)
219 - Retry http requests on rate limit responses. (#201)
220 - Import guards for ssl (for Google App Engine). (#220)
221 - Use named loggers instead of the root logger. (#206)
222 - New search console example. (#212)
223
Jon Wayne Parrottda3e6892016-02-19 15:42:07 -0800224v1.5.0
225 Version 1.5.0
226
227 Release to support oauth2client >= 2.0.0.
228
229 - Fix file stream recognition in Python 3 (#141)
230 - Fix non-resumable binary uploads in Python 3 (#147)
231 - Default to 'octet-stream' if mimetype detection fails (#157)
232 - Handle SSL errors with retries (#160)
233 - Fix incompatibility with oauth2client v2.0.0 (#182)
234
Takashi Matsuo05f19322015-09-11 13:56:00 -0700235v1.4.2
236 Version 1.4.2
237
238 Add automatic caching for the discovery docs.
239
Nathaniel Manistadda86ad2015-06-15 17:24:11 +0000240v1.4.1
241 Version 1.4.1
242
243 Add the googleapiclient.discovery.Resource.new_batch_http_request method.
244
Nathaniel Manista31c47b82015-03-10 23:31:35 +0000245v1.4.0
246 Version 1.4.0
247
248 Python 3 support.
249
Craig Citro326cd512015-03-02 13:24:09 -0800250v1.3.2
251 Version 1.3.2
252
253 Small bugfix release.
Nathaniel Manista31c47b82015-03-10 23:31:35 +0000254
Craig Citro326cd512015-03-02 13:24:09 -0800255 - Fix an infinite loop for downloading small files.
256 - Fix a unicode error in error encoding.
257 - Better handling of `content-length` in media requests.
258 - Add support for methodPath entries containing colon.
Nathaniel Manista31c47b82015-03-10 23:31:35 +0000259
Craig Citro49d45a62014-10-17 20:33:51 -0700260v1.3.1
261 Version 1.3.1
262
263 Quick release for a fix around aliasing in v1.3.
Nathaniel Manista31c47b82015-03-10 23:31:35 +0000264
Craig Citro0e5b9bf2014-10-15 10:26:14 -0700265v1.3
266 Version 1.3
267
268 Add support for the Google Application Default Credentials.
269 Require python 2.6 as a minimum version.
270 Update several API samples.
271 Finish splitting out oauth2client repo and update tests.
272 Various doc cleanup and bugfixes.
Craig Citrof756c682014-10-15 23:01:31 -0700273
274 Two important notes:
275 * We've added `googleapiclient` as the primary suggested import
276 name, and kept `apiclient` as an alias, in order to have a more
277 appropriate import name. At some point, we will remove `apiclient`
278 as an alias.
279 * Due to an issue around in-place upgrades for Python packages,
280 it's not possible to do an upgrade from version 1.2 to 1.3. Instead,
281 setup.py attempts to detect this and prevents it. Simply remove
282 the previous version and reinstall to fix this.
283
Joe Gregorioce67bc22013-07-02 13:50:31 -0400284v1.2
285 Version 1.2
286
287 The use of the gflags library is now deprecated, and is no longer a
288 dependency. If you are still using the oauth2client.tools.run() function
289 then include gflags as a dependency of your application or switch to
290 oauth2client.tools.run_flow.
291 Samples have been updated to use the new apiclient.sample_tools, and no
292 longer use gflags.
293 Added support for the experimental Object Change Notification, as found in
294 the Cloud Storage API.
295 The oauth2client App Engine decorators are now threadsafe.
296
297 - Use the following redirects feature of httplib2 where it returns the
298 ultimate URL after a series of redirects to avoid multiple hops for every
299 resumable media upload request.
300 - Updated AdSense Management API samples to V1.3
301 - Add option to automatically retry requests.
302 - Ability to list registered keys in multistore_file.
303 - User-agent must contain (gzip).
304 - The 'method' parameter for httplib2 is not positional. This would cause
305 spurious warnings in the logging.
306 - Making OAuth2Decorator more extensible. Fixes Issue 256.
307 - Update AdExchange Buyer API examples to version v1.2.
308
309
Joe Gregorio3cc9a452013-03-07 10:08:39 -0500310v1.1
311 Version 1.1
312
313 Add PEM support to SignedJWTAssertionCredentials (used to only support
314 PKCS12 formatted keys). Note that if you use PEM formatted keys you can use
315 PyCrypto 2.6 or later instead of OpenSSL.
316
317 Allow deserialized discovery docs to be passed to build_from_document().
318
319 - Make ResumableUploadError derive from HttpError.
320 - Many changes to move all the closures in apiclient.discovery into real
321 - classes and objects.
322 - Make from_json behavior inheritable.
323 - Expose the full token response in OAuth2Client and OAuth2Decorator.
324 - Handle reasons that are None.
325 - Added support for NDB based storing of oauth2client objects.
326 - Update grant_type for AssertionCredentials.
327 - Adding a .revoke() to Credentials. Closes issue 98.
328 - Modify oauth2client.multistore_file to store and retrieve credentials
329 using an arbitrary key.
330 - Don't accept 403 challenges by default for auth challenges.
331 - Set httplib2.RETRIES to 1.
332 - Consolidate handling of scopes.
333 - Upgrade to httplib2 version 0.8.
334 - Allow setting the response_type in OAuth2WebServerFlow.
335 - Ensure that dataWrapper feature is checked before using the 'data' value.
336 - HMAC verification does not use a constant time algorithm.
337
Joe Gregoriof4839b02012-09-06 13:47:24 -0400338v1.0
339 Version 1.0
340
341 - Changes to the code for running tests and building releases.
342
Joe Gregorio73774c52012-08-29 09:45:53 -0400343v1.0c3
344 Version 1.0 Release Candidate 3
345
346 - In samples and oauth2 decorator, escape untrusted content before displaying it.
347 - Do not allow credentials files to be symlinks.
348 - Add XSRF protection to oauth2decorator callback 'state'.
349 - Handle uploading chunked media by stream.
350 - Handle passing streams directly to httplib2.
351 - Add support for Google Compute Engine service accounts.
352 - Flows no longer need to be saved between uses.
353 - Change GET to POST if URI is too long. Fixes issue #96.
354 - Add a keyring based Storage.
355 - More robust picking up JSON error responses.
356 - Make batch errors align with normal errors.
357 - Add a Google Compute sample.
358 - Token refresh to work with 'old' GData API
359 - Loading of client_secrets JSON file backed by a cache.
360 - Switch to new discovery path parameters.
361 - Add support for additionalProperties when printing schema'd objects.
362 - Fix media upload parameter names. Reviewed in http://codereview.appspot.com/6374062/
363 - oauth2client support for URL-encoded format of exchange token response (e.g. Facebook)
364 - Build cleaner and easier to read docs for dynamic surfaces.
365
Joe Gregoriobf14cef2012-06-22 15:26:16 -0400366v1.0c2
367 Version 1.0 Release Candidate 2
368
369 - Parameter values of None should be treated as missing. Fixes issue #144.
370 - Distribute the samples separately from the library source. Fixes issue #155.
371 - Move all remaining samples over to client_secrets.json. Fixes issue #156.
372 - Make locked_file.py understand win32file primitives for better awesomeness.
373
Joe Gregorio1aaec4b2012-06-15 16:20:41 -0400374v1.0c1
375 Version 1.0 Release Candidate 1
376
Joe Gregorio638663c2012-06-15 14:40:47 -0400377 - Documentation for the library has switched to epydoc:
378 http://google-api-python-client.googlecode.com/hg/docs/epy/index.html
379 - Many improvements for media support:
380 * Added media download support, including resumable downloads.
381 * Better handling of streams that report their size as 0.
382 * Update Media Upload to include io.Base and also fix some bugs.
383 - OAuth bug fixes and improvements.
384 * Remove OAuth 1.0 support.
385 * Added credentials_from_code and credentials_from_clientsecrets_and_code.
386 * Make oauth2client support Windows-friendly locking.
387 * Fix bug in StorageByKeyName.
388 * Fix None handling in Django fields. Reviewed in http://codereview.appspot.com/6298084/. Fixes issue #128.
389 - Add epydoc generated docs. Reviewed in http://codereview.appspot.com/6305043/
390 - Move to PEP386 compliant version numbers.
391 - New and updated samples
392 * Ad Exchange Buyer API v1 code samples.
393 * Automatically generate Samples wiki page from README files.
394 * Update Google Prediction samples.
395 * Add a Tasks sample that demonstrates Service accounts.
396 * new analytics api samples. Reviewed here: http://codereview.appspot.com/5494058/
397 - Convert all inline samples to the Farm API for consistency.
398
Joe Gregoriod02bf5e2012-03-02 13:21:32 -0800399v1.0beta8
400 - Updated meda upload support.
401 - Many fixes for batch requests.
402 - Better handling for requests that don't require a body.
403 - Fix issues with Google App Engine Python 2.7 runtime.
404 - Better support for proxies.
405 - All Storages now have a .delete() method.
406 - Important changes which might break your code:
407 * apiclient.anyjson has moved to oauth2client.anyjson.
408 * Some calls, for example, taskqueue().lease() used to require a parameter
409 named body. In this new release only methods that really need to send a body
410 require a body parameter, and so you may get errors about an unknown
411 'body' parameter in your call. The solution is to remove the unneeded
412 body={} parameter.
413
Joe Gregorio205a0612011-12-14 11:38:16 -0500414v1.0beta7
415 - Support for batch requests. http://code.google.com/p/google-api-python-client/wiki/Batch
416 - Support for media upload. http://code.google.com/p/google-api-python-client/wiki/MediaUpload
417 - Better handling for APIs that return something other than JSON.
418 - Major cleanup and consolidation of the samples.
419 - Bug fixes and other enhancements:
420 72 Defect Appengine OAuth2Decorator: Convert redirect address to string
421 22 Defect Better error handling for unknown service name or version
422 48 Defect StorageByKeyName().get() has side effects
423 50 Defect Need sample client code for Admin Audit API
424 28 Defect better comments for app engine sample Nov 9
425 63 Enhancement Let OAuth2Decorator take a list of scope