blob: 6b1c1e045b2ba482f5abfff0de413028e9155a7d [file] [log] [blame] [view]
release-please[bot]df4aa2b2020-04-20 14:32:47 -07001# Changelog
2
release-please[bot]cafb9e02020-06-02 17:34:04 +00003## [1.9.0](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.4...v1.9.0) (2020-06-02)
4
5
6### Features
7
8* add mtls feature ([#917](https://www.github.com/googleapis/google-api-python-client/issues/917)) ([981eadf](https://www.github.com/googleapis/google-api-python-client/commit/981eadf7cfdb576981d92fcda498c76422821426))
9* add templates for python samples projects ([#506](https://www.github.com/googleapis/google-api-python-client/issues/506)) ([#924](https://www.github.com/googleapis/google-api-python-client/issues/924)) ([c482712](https://www.github.com/googleapis/google-api-python-client/commit/c482712935d1c1331e33bd7f9968bd3b2be223bb))
10
release-please[bot]b8458c02020-05-26 13:03:47 -070011### [1.8.4](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.3...v1.8.4) (2020-05-20)
12
13
14### Bug Fixes
15
16* don't try to import GAE API in other environments ([#903](https://www.github.com/googleapis/google-api-python-client/issues/903)) ([09e6447](https://www.github.com/googleapis/google-api-python-client/commit/09e644719166aecb21a01b6d5ee9898843e7cd58))
17* the turn down date for global batch uri ([#901](https://www.github.com/googleapis/google-api-python-client/issues/901)) ([6ddadd7](https://www.github.com/googleapis/google-api-python-client/commit/6ddadd7753134c671628ad3f4598595b0abb1457))
18
release-please[bot]54aa94d2020-05-12 18:20:40 -070019### [1.8.3](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.2...v1.8.3) (2020-05-01)
20
21
22### Bug Fixes
23
24* downgrade repetitive logging calls to debug ([#885](https://www.github.com/googleapis/google-api-python-client/issues/885)) ([3bf2781](https://www.github.com/googleapis/google-api-python-client/commit/3bf2781e29cb828409f3a8a21939323286524569)), closes [#781](https://www.github.com/googleapis/google-api-python-client/issues/781)
25
Bu Sun Kimbd581392020-04-21 13:05:36 -070026### [1.8.2](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.1...v1.8.2) (2020-04-21)
27
28
29### Bug Fixes
30
31* Remove `apiclient.__version__` ([#871](https://www.github.com/googleapis/google-api-python-client/issues/871)) ([c7516a2](https://github.com/googleapis/google-api-python-client/commit/1d8ec6874e1c6081893de7cd7cbc86d1f6580320d)), closes [googleapis#870](https://www.github.com/googleapis/googleapis/issues/870)
32
33
release-please[bot]df4aa2b2020-04-20 14:32:47 -070034### [1.8.1](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.0...v1.8.1) (2020-04-20)
35
36
37### Bug Fixes
38
39* Adding ConnectionError to retry mechanism ([#822](https://www.github.com/googleapis/google-api-python-client/issues/822)) ([c7516a2](https://www.github.com/googleapis/google-api-python-client/commit/c7516a2ea2c229479633690c109f8763dc0b30ed)), closes [googleapis#558](https://www.github.com/googleapis/googleapis/issues/558)
40* replace '-' in method names with '_' ([#863](https://www.github.com/googleapis/google-api-python-client/issues/863)) ([8ed729f](https://www.github.com/googleapis/google-api-python-client/commit/8ed729f1d868a8713ab442bf0bf59e77ba36afb6))
41
42### v1.8.0
Bu Sun Kim26823fa2020-03-13 14:33:58 -070043 Version 1.8.0
44
45 Release to support API endpoint override.
46
47 New Features
48 - Add api endpoint override. ([#829](https://github.com/googleapis/google-api-python-client/pull/829))
49
50 Implementation Changes
51 - Don't set http.redirect_codes if the attr doesn't exist and allow more httplib2 versions. ([#841](https://github.com/googleapis/google-api-python-client/pull/841))
52
release-please[bot]df4aa2b2020-04-20 14:32:47 -070053### v1.7.12
Bu Sun Kim814c2822020-03-11 13:26:36 -070054 Version 1.7.12
55
56 Bugfix release
57
58 Implementation Changes
59 - Look for field 'detail' in error message. ([#739](https://github.com/googleapis/google-api-python-client/pull/739))
60 - Exclude 308s from httplib2 redirect codes list ([#813](https://github.com/googleapis/google-api-python-client/pull/813))
61
62 Documentation
63 - Remove oauth2client from docs ([#738](https://github.com/googleapis/google-api-python-client/pull/738))
64 - Fix typo. ([#745](https://github.com/googleapis/google-api-python-client/pull/745))
65 - Remove compatibility badges. ([#746](https://github.com/googleapis/google-api-python-client/pull/746))
66 - Fix TypeError: search_analytics_api_sample.py #732 ([#742](https://github.com/googleapis/google-api-python-client/pull/742))
67 - Correct response access ([#750](https://github.com/googleapis/google-api-python-client/pull/750))
68 - Fix link to API explorer ([#760](https://github.com/googleapis/google-api-python-client/pull/760))
69 - Fix argument typo in oauth2 code example ([#763](https://github.com/googleapis/google-api-python-client/pull/763))
70 - Recommend install with virtualenv ([#768](https://github.com/googleapis/google-api-python-client/pull/768))
71 - Fix capitalization in docs/README.md ([#770](https://github.com/googleapis/google-api-python-client/pull/770))
72
73 - Remove compatibility badges ([#796](https://github.com/googleapis/google-api-python-client/pull/796))
74 - Remove mentions of pycrypto ([#799](https://github.com/googleapis/google-api-python-client/pull/799))
75 - Fix typo in model.py
76 - Add note about Google Ads llibrary ([#814](https://github.com/googleapis/google-api-python-client/pull/814))
77
78
79 Internal / Testing Changes
80 - Blacken ([#772](https://github.com/googleapis/google-api-python-client/pull/722))
81 - Move kokoro configs ([#832](https://github.com/googleapis/google-api-python-client/pull/832))
82
release-please[bot]df4aa2b2020-04-20 14:32:47 -070083### v1.7.11
Bu Sun Kimbce1b1d2019-08-12 10:40:09 -070084 Version 1.7.11
85
86 Bugfix release
87
88 Implementation Changes
89 - Pass library and Python version in x-goog-api-client header ([#734](https://github.com/googleapis/google-api-python-client/pull/734))
90
91 Documentation
92 - Fix typo in filename used in 'docs/auth.md' ([#736](https://github.com/googleapis/google-api-python-client/pull/736))
93
94
release-please[bot]df4aa2b2020-04-20 14:32:47 -070095### v1.7.10
Bu Sun Kimc2936e12019-07-24 15:15:16 -070096 Version 1.7.10
97
98 Bugfix release
99
100 Implementation Changes
101 - Decode service to utf-8 ([#723](https://github.com/googleapis/google-api-python-client/pull/723))
102 - Use print() function in both Python2 and Python 3 ([#722](https://github.com/googleapis/google-api-python-client/pull/722))
103 - Make http.MediaFileUpload close its file descriptor ([#600](https://github.com/googleapis/google-api-python-client/pull/600))
104 - Never make 'body' required ([#718](https://github.com/googleapis/google-api-python-client/pull/718))
105
106 Documentation
107 - Add compatability check badges to README ([#691](https://github.com/googleapis/google-api-python-client/pull/691))
108 - Regenerate docs ([#696](https://github.com/googleapis/google-api-python-client/pull/696), [#700](https://github.com/googleapis/google-api-python-client/pull/700))
109 - Create index file for dynamically generated docs ([#702](https://github.com/googleapis/google-api-python-client/pull/702))
110 - 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))
111
112 Internal / Testing Changes
113 - Fix http.py, lint errors, unit test ([#724](https://github.com/googleapis/google-api-python-client/pull/724))
114 - tox.ini: Look for Python syntax errors and undefined names ([#721](https://github.com/googleapis/google-api-python-client/pull/721))
115
116
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700117### v1.7.9
Bu Sun Kimffea1a72019-05-22 16:38:55 -0700118 Version 1.7.9
119
120 Bugfix release
121 - Remove Django Samples. ([#657](https://github.com/googleapis/google-api-python-client/pull/657))
122 - Call request_orig with kwargs ([#658](https://github.com/googleapis/google-api-python-client/pull/658))
123
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700124### v1.7.8
Bu Sun Kim9a25cc82019-01-28 14:21:05 -0800125 Version 1.7.8
126
127 Bugfix release
128 - Convert '$' in method name to '_' ([#616](https://github.com/googleapis/google-api-python-client/pull/616))
129 - 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 -0800130
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700131### v1.7.7
Christopher Wilcox6ed8dbb2018-12-18 15:44:15 -0800132 Version 1.7.7
133
134 Bugfix release
Marie J.I48f503f2020-05-15 13:32:11 -0400135 - Change xrange to range ([#601](https://github.com/googleapis/google-api-python-client/pull/601))
136 - Typo in http.py exception message. ([#602](https://github.com/googleapis/google-api-python-client/pull/602))
Christopher Wilcox6ed8dbb2018-12-18 15:44:15 -0800137
Marie J.I48f503f2020-05-15 13:32:11 -0400138 - Announce deprecation of Python 2.7 ([#603](https://github.com/googleapis/google-api-python-client/pull/603))
139 - Updates documentation for stopping channel subscriptions ([#598](https://github.com/googleapis/google-api-python-client/pull/598))
140 - Adding example for searchAppearance ([#414](https://github.com/googleapis/google-api-python-client/pull/414))
Christopher Wilcox6ed8dbb2018-12-18 15:44:15 -0800141
Marie J.I48f503f2020-05-15 13:32:11 -0400142 - Add badges ([#455](https://github.com/googleapis/google-api-python-client/pull/455))
Christopher Wilcox6ed8dbb2018-12-18 15:44:15 -0800143
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700144### v1.7.6
Bu Sun Kimb2743552018-12-06 13:13:43 -0800145 Version 1.7.6
146
147 Bugfix release
148
149 - Add client-side limit for batch requests (#585)
150
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700151### v1.7.5
Bu Sun Kimfef743a2018-11-30 11:23:11 -0800152 Version 1.7.5
153
154 Bugfix release
155
156 - Fix the client to respect the passed in developerKey and credentials
157
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700158### v1.7.4
Christopher Wilcoxa97f2b22018-07-11 12:49:54 -0700159 Version 1.7.4
Bu Sun Kimb2743552018-12-06 13:13:43 -0800160
Christopher Wilcoxa97f2b22018-07-11 12:49:54 -0700161 Bugfix release
162
163 - Catch ServerNotFoundError to retry the request (#532)
164
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700165### v1.7.3
Thea Flowersb0b1c1d2018-06-04 12:21:32 -0700166 Version 1.7.3
167
168 Bugfix release
169
170 - Make apiclient.sample_tools gracefully fail to import (#525).
171
172
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700173### v1.7.2
Thea Flowers5529b422018-06-04 09:31:44 -0700174 Version 1.7.2
175
176 Bugfix release
177
178 - Remove unnecessary check in apiclient/__ini__.py (#522).
179
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700180### v1.7.1
Thea Flowers081d2a32018-06-01 10:22:59 -0700181 Version 1.7.1
182
183 Bugfix release
184
185 - Remove unnecessary check in setup.py (#518).
186
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700187### v1.7.0
Thea Flowersa737c752018-05-31 16:04:34 -0700188 Version 1.7.0
189
190 This release drops the hard requirement on oauth2client and installs
191 google-auth by default instead. oauth2client is still supported but will
192 need to be explicitly installed.
193
194 - Drop oauth2client dependency (#499)
195 - Include tests in source distribution (#514)
196
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700197### v1.6.7
Jon Wayne Parrott504a6e52018-04-27 13:58:27 -0700198 Version 1.6.7
199
200 Bugfix release
201
202 **Note**: The next release of this library will no longer directly depend on
203 oauth2client. If you need to use oauth2client, you'll need to explicitly
204 install it.
205
206 - Make body optional for requests with no parameters. (#446)
207 - Fix retying on socket.timeout. (#495)
208 - Match travis matrix with tox testenv. (#498)
209 - Remove oauth2client._helpers dependency. (#493)
210 - Remove unused keyring test dependency. (#496)
211 - discovery.py: remove unused oauth2client import. (#492)
212 - Update README to reference GCP API client libraries. (#490)
213
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700214### v1.6.6
Jon Wayne Parrott9cdb2e22018-03-28 13:09:46 -0700215 Version 1.6.6
216
217 Bugfix release
218
219 - Warn when constructing BatchHttpRequest using the legacy batch URI (#488)
220 - Increase the default media chunksize to 100MB. (#482)
221 - Remove unnecessary parsing of mime headers in HttpRequest.__init__ (#467)
222
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700223### v1.6.5
Jon Wayne Parrott64367412018-01-18 09:38:27 -0800224 Version 1.6.5
225
226 Bugfix release
227
228 - Proactively refresh credentials when applying and treat a missing
229 `access_token` as invalid. Note: This change reveals surprising behavior
230 between default credentials and batches. If you allow
231 `googleapiclient.discovery.build` to use default credentials *and* specify
232 different credentials by providing `batch.execut()` with an explicit `http`
233 argument, your individual requests will use the default credentials and
234 *not* the credentials specified to the batch http. To avoid this, tell
235 `build` explicitly not to use default credentials by specifying
236 `build(..., http=httplib2.Http()`. (#469)
237 - Remove mutual exclusivity check for developerKey and credentials (#465)
238 - Handle unknown media length. (#406)
239 - Handle variant error format gracefully. (#459)
240 - Avoid testing against Django >= 2.0.0 on Python 2. (#460)
241
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700242### v1.6.4
Jon Wayne Parrottaf676692017-09-20 08:53:28 -0700243 Version 1.6.4
244
245 Bugfix release
246
247 - Warn when google-auth credentials are used but google-auth-httplib2 isn't available. (#443)
248
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700249### v1.6.3
Jon Wayne Parrottb63a71d2017-08-29 09:15:16 -0700250 Version 1.6.3
251
252 Bugfix release
253
254 - Add notification of maintenance mode to README. (#410)
255 - Fix generation of methods with abnormal page token conventions. (#338)
256 - Raise ValueError is credentials and developerKey are both specified. (#358)
257 - Re-generate documentation. (#364, #373, #401)
258 - Fix method signature documentation for multiline required parameters. (#374)
259 - Fix ZeroDivisionError in MediaDownloadProgress.progress. (#377)
260 - Fix dead link to WebTest in README. (#378)
261 - Fix details missing in googleapiclient.errors.HttpError. (#412)
262 - Don't treat httplib2.Credentials as oauth credentials. (#425)
263 - Various fixes to the Django sample. (#413)
264
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700265### v1.6.2
Jon Wayne Parrottafe134b2017-02-08 10:20:57 -0800266 Version 1.6.2
267
268 Bugfix release
269
270 - Fixed a bug where application default credentials would still be used even
271 when a developerKey was specified. (#347)
272 - Official support for Python 3.5 and 3.6. (#341)
273
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700274### v1.6.1
Jon Wayne Parrott811d5702017-01-11 14:45:20 -0800275 Version 1.6.1
276
277 Bugfix release
278
279 - Fixed a bug where using google-auth with scoped credentials would fail. (#328)
280
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700281### v1.6.0
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800282 Version 1.6.0
283
284 Release to drop support for Python 2.6 and add support for google-auth.
285
286 - Support for Python 2.6 has been dropped. (#319)
287 - The credentials argument to discovery.build and discovery.build_from_document
288 can be either oauth2client credentials or google-auth credentials. (#319)
289 - discovery.build and discovery.build_from_document now unambiguously use the
290 http argument to make all requests, including the request for the discovery
291 document. (#319)
292 - The http and credentials arguments to discovery.build and
293 discovery.build_from_document are now mutually exclusive, eliminating a
294 buggy edge case. (#319)
295 - If neither http or credentials is specified to discovery.build and
296 discovery.build_from_document, then Application Default Credentials will
297 be used. The library prefers google-auth for this if it is available, but
298 can also use oauth2client's implementation. (#319)
299 - Fixed resumable upload failure when receiving a 308 response. (#312)
300 - Clarified the support versions of Python 3. (#316)
301
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700302### v1.5.5
Brian J. Watson0711b8b2016-10-31 17:55:50 -0700303 Version 1.5.5
304
305 Bugfix release
306
307 - Allow explicit MIME type specification with media_mime_type keyword argument.
308 - Fix unprintable representation of BatchError with default constructor. (#165)
309 - Refresh all discovery docs, not just the preferred ones. (#298)
310 - Update minimum httplib2 dependency to >=0.9.2.
311
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700312### v1.5.4
Jon Wayne Parrotte2ce0042016-10-14 11:02:09 -0700313 Version 1.5.4
314
315 Bugfix release
316
317 - Properly handle errors when the API returns a mapping or sequence. (#289)
318 - Upgrade to unified uritemplate 3.0.0. (#293)
319 - Allow oauth2client 4.0.0, with the caveat that file-based discovery
320 caching is disabled.
321
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700322### v1.5.3
Jon Wayne Parrottc4dca352016-08-29 10:16:34 -0700323 Version 1.5.3
324
325 Bugfix release
326
327 - Fixed import error with oauth2client >= 3.0.0. (#270)
328
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700329### v1.5.2
Jon Wayne Parrottbf7066e2016-08-16 12:41:22 -0700330 Version 1.5.2
331
332 Bugfix release
333
334 - Allow using oauth2client >= 1.5.0, < 4.0.0. (#265)
335 - Fix project_id argument description. (#257)
336 - Retry chunk uploaded on rate limit exceeded errors. (#255)
337 - Obtain access token if necessary in BatchHttpRequest.execute(). (#232)
338 - Warn when running tests using HttpMock without having a cache. (#261)
339
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700340### v1.5.1
Jon Wayne Parrott2aedb522016-05-19 11:03:33 -0700341 Version 1.5.1
342
343 Bugfix release
344
345 - Allow using versions of oauth2client < 2.0.0. (#197)
346 - Check both current and new API discovery URL. (#202)
347 - Retry http requests on connection errors and timeouts. (#218)
348 - Retry http requests on rate limit responses. (#201)
349 - Import guards for ssl (for Google App Engine). (#220)
350 - Use named loggers instead of the root logger. (#206)
351 - New search console example. (#212)
352
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700353### v1.5.0
Jon Wayne Parrottda3e6892016-02-19 15:42:07 -0800354 Version 1.5.0
355
356 Release to support oauth2client >= 2.0.0.
357
358 - Fix file stream recognition in Python 3 (#141)
359 - Fix non-resumable binary uploads in Python 3 (#147)
360 - Default to 'octet-stream' if mimetype detection fails (#157)
361 - Handle SSL errors with retries (#160)
362 - Fix incompatibility with oauth2client v2.0.0 (#182)
363
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700364### v1.4.2
Takashi Matsuo05f19322015-09-11 13:56:00 -0700365 Version 1.4.2
366
367 Add automatic caching for the discovery docs.
368
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700369### v1.4.1
Nathaniel Manistadda86ad2015-06-15 17:24:11 +0000370 Version 1.4.1
371
372 Add the googleapiclient.discovery.Resource.new_batch_http_request method.
373
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700374### v1.4.0
Nathaniel Manista31c47b82015-03-10 23:31:35 +0000375 Version 1.4.0
376
377 Python 3 support.
378
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700379### v1.3.2
Craig Citro326cd512015-03-02 13:24:09 -0800380 Version 1.3.2
381
382 Small bugfix release.
Nathaniel Manista31c47b82015-03-10 23:31:35 +0000383
Craig Citro326cd512015-03-02 13:24:09 -0800384 - Fix an infinite loop for downloading small files.
385 - Fix a unicode error in error encoding.
386 - Better handling of `content-length` in media requests.
387 - Add support for methodPath entries containing colon.
Nathaniel Manista31c47b82015-03-10 23:31:35 +0000388
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700389### v1.3.1
Craig Citro49d45a62014-10-17 20:33:51 -0700390 Version 1.3.1
391
392 Quick release for a fix around aliasing in v1.3.
Nathaniel Manista31c47b82015-03-10 23:31:35 +0000393
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700394### v1.3
Craig Citro0e5b9bf2014-10-15 10:26:14 -0700395 Version 1.3
396
397 Add support for the Google Application Default Credentials.
398 Require python 2.6 as a minimum version.
399 Update several API samples.
400 Finish splitting out oauth2client repo and update tests.
401 Various doc cleanup and bugfixes.
Craig Citrof756c682014-10-15 23:01:31 -0700402
403 Two important notes:
404 * We've added `googleapiclient` as the primary suggested import
405 name, and kept `apiclient` as an alias, in order to have a more
406 appropriate import name. At some point, we will remove `apiclient`
407 as an alias.
408 * Due to an issue around in-place upgrades for Python packages,
409 it's not possible to do an upgrade from version 1.2 to 1.3. Instead,
410 setup.py attempts to detect this and prevents it. Simply remove
411 the previous version and reinstall to fix this.
412
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700413### v1.2
Joe Gregorioce67bc22013-07-02 13:50:31 -0400414 Version 1.2
415
416 The use of the gflags library is now deprecated, and is no longer a
417 dependency. If you are still using the oauth2client.tools.run() function
418 then include gflags as a dependency of your application or switch to
419 oauth2client.tools.run_flow.
420 Samples have been updated to use the new apiclient.sample_tools, and no
421 longer use gflags.
422 Added support for the experimental Object Change Notification, as found in
423 the Cloud Storage API.
424 The oauth2client App Engine decorators are now threadsafe.
425
426 - Use the following redirects feature of httplib2 where it returns the
427 ultimate URL after a series of redirects to avoid multiple hops for every
428 resumable media upload request.
429 - Updated AdSense Management API samples to V1.3
430 - Add option to automatically retry requests.
431 - Ability to list registered keys in multistore_file.
432 - User-agent must contain (gzip).
433 - The 'method' parameter for httplib2 is not positional. This would cause
434 spurious warnings in the logging.
435 - Making OAuth2Decorator more extensible. Fixes Issue 256.
436 - Update AdExchange Buyer API examples to version v1.2.
437
438
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700439### v1.1
Joe Gregorio3cc9a452013-03-07 10:08:39 -0500440 Version 1.1
441
442 Add PEM support to SignedJWTAssertionCredentials (used to only support
443 PKCS12 formatted keys). Note that if you use PEM formatted keys you can use
444 PyCrypto 2.6 or later instead of OpenSSL.
445
446 Allow deserialized discovery docs to be passed to build_from_document().
447
448 - Make ResumableUploadError derive from HttpError.
449 - Many changes to move all the closures in apiclient.discovery into real
450 - classes and objects.
451 - Make from_json behavior inheritable.
452 - Expose the full token response in OAuth2Client and OAuth2Decorator.
453 - Handle reasons that are None.
454 - Added support for NDB based storing of oauth2client objects.
455 - Update grant_type for AssertionCredentials.
456 - Adding a .revoke() to Credentials. Closes issue 98.
457 - Modify oauth2client.multistore_file to store and retrieve credentials
458 using an arbitrary key.
459 - Don't accept 403 challenges by default for auth challenges.
460 - Set httplib2.RETRIES to 1.
461 - Consolidate handling of scopes.
462 - Upgrade to httplib2 version 0.8.
463 - Allow setting the response_type in OAuth2WebServerFlow.
464 - Ensure that dataWrapper feature is checked before using the 'data' value.
465 - HMAC verification does not use a constant time algorithm.
466
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700467### v1.0
Joe Gregoriof4839b02012-09-06 13:47:24 -0400468 Version 1.0
469
470 - Changes to the code for running tests and building releases.
471
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700472### v1.0c3
Joe Gregorio73774c52012-08-29 09:45:53 -0400473 Version 1.0 Release Candidate 3
474
475 - In samples and oauth2 decorator, escape untrusted content before displaying it.
476 - Do not allow credentials files to be symlinks.
477 - Add XSRF protection to oauth2decorator callback 'state'.
478 - Handle uploading chunked media by stream.
479 - Handle passing streams directly to httplib2.
480 - Add support for Google Compute Engine service accounts.
481 - Flows no longer need to be saved between uses.
482 - Change GET to POST if URI is too long. Fixes issue #96.
483 - Add a keyring based Storage.
484 - More robust picking up JSON error responses.
485 - Make batch errors align with normal errors.
486 - Add a Google Compute sample.
487 - Token refresh to work with 'old' GData API
488 - Loading of client_secrets JSON file backed by a cache.
489 - Switch to new discovery path parameters.
490 - Add support for additionalProperties when printing schema'd objects.
491 - Fix media upload parameter names. Reviewed in http://codereview.appspot.com/6374062/
492 - oauth2client support for URL-encoded format of exchange token response (e.g. Facebook)
493 - Build cleaner and easier to read docs for dynamic surfaces.
494
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700495### v1.0c2
Joe Gregoriobf14cef2012-06-22 15:26:16 -0400496 Version 1.0 Release Candidate 2
497
498 - Parameter values of None should be treated as missing. Fixes issue #144.
499 - Distribute the samples separately from the library source. Fixes issue #155.
500 - Move all remaining samples over to client_secrets.json. Fixes issue #156.
501 - Make locked_file.py understand win32file primitives for better awesomeness.
502
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700503### v1.0c1
Joe Gregorio1aaec4b2012-06-15 16:20:41 -0400504 Version 1.0 Release Candidate 1
505
Joe Gregorio638663c2012-06-15 14:40:47 -0400506 - Documentation for the library has switched to epydoc:
507 http://google-api-python-client.googlecode.com/hg/docs/epy/index.html
508 - Many improvements for media support:
509 * Added media download support, including resumable downloads.
510 * Better handling of streams that report their size as 0.
511 * Update Media Upload to include io.Base and also fix some bugs.
512 - OAuth bug fixes and improvements.
513 * Remove OAuth 1.0 support.
514 * Added credentials_from_code and credentials_from_clientsecrets_and_code.
515 * Make oauth2client support Windows-friendly locking.
516 * Fix bug in StorageByKeyName.
517 * Fix None handling in Django fields. Reviewed in http://codereview.appspot.com/6298084/. Fixes issue #128.
518 - Add epydoc generated docs. Reviewed in http://codereview.appspot.com/6305043/
519 - Move to PEP386 compliant version numbers.
520 - New and updated samples
521 * Ad Exchange Buyer API v1 code samples.
522 * Automatically generate Samples wiki page from README files.
523 * Update Google Prediction samples.
524 * Add a Tasks sample that demonstrates Service accounts.
525 * new analytics api samples. Reviewed here: http://codereview.appspot.com/5494058/
526 - Convert all inline samples to the Farm API for consistency.
527
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700528### v1.0beta8
Joe Gregoriod02bf5e2012-03-02 13:21:32 -0800529 - Updated meda upload support.
530 - Many fixes for batch requests.
531 - Better handling for requests that don't require a body.
532 - Fix issues with Google App Engine Python 2.7 runtime.
533 - Better support for proxies.
534 - All Storages now have a .delete() method.
535 - Important changes which might break your code:
536 * apiclient.anyjson has moved to oauth2client.anyjson.
537 * Some calls, for example, taskqueue().lease() used to require a parameter
538 named body. In this new release only methods that really need to send a body
539 require a body parameter, and so you may get errors about an unknown
540 'body' parameter in your call. The solution is to remove the unneeded
541 body={} parameter.
542
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700543### v1.0beta7
Joe Gregorio205a0612011-12-14 11:38:16 -0500544 - Support for batch requests. http://code.google.com/p/google-api-python-client/wiki/Batch
545 - Support for media upload. http://code.google.com/p/google-api-python-client/wiki/MediaUpload
546 - Better handling for APIs that return something other than JSON.
547 - Major cleanup and consolidation of the samples.
548 - Bug fixes and other enhancements:
549 72 Defect Appengine OAuth2Decorator: Convert redirect address to string
550 22 Defect Better error handling for unknown service name or version
551 48 Defect StorageByKeyName().get() has side effects
552 50 Defect Need sample client code for Admin Audit API
553 28 Defect better comments for app engine sample Nov 9
554 63 Enhancement Let OAuth2Decorator take a list of scope