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