blob: 8516e745aa17878ef2fcb3dccd558ab5d2e15840 [file] [log] [blame] [view]
release-please[bot]df4aa2b2020-04-20 14:32:47 -07001# Changelog
2
release-please[bot]47ca3612020-06-09 15:28:09 -07003### [1.9.2](https://www.github.com/googleapis/google-api-python-client/compare/v1.9.1...v1.9.2) (2020-06-04)
4
5
6### Bug Fixes
7
8* bump api-core version ([#936](https://www.github.com/googleapis/google-api-python-client/issues/936)) ([ee53b3b](https://www.github.com/googleapis/google-api-python-client/commit/ee53b3b32a050874ba4cfb491fb384f94682c824))
9
release-please[bot]936caa52020-06-02 18:38:06 +000010### [1.9.1](https://www.github.com/googleapis/google-api-python-client/compare/v1.9.0...v1.9.1) (2020-06-02)
11
12
13### Bug Fixes
14
15* fix python-api-core dependency issue ([#931](https://www.github.com/googleapis/google-api-python-client/issues/931)) ([42028ed](https://www.github.com/googleapis/google-api-python-client/commit/42028ed2b2be47f85b70eb813185264f1f573d01))
16
release-please[bot]cafb9e02020-06-02 17:34:04 +000017## [1.9.0](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.4...v1.9.0) (2020-06-02)
18
19
20### Features
21
22* 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))
23* 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))
24
release-please[bot]b8458c02020-05-26 13:03:47 -070025### [1.8.4](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.3...v1.8.4) (2020-05-20)
26
27
28### Bug Fixes
29
30* 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))
31* 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))
32
release-please[bot]54aa94d2020-05-12 18:20:40 -070033### [1.8.3](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.2...v1.8.3) (2020-05-01)
34
35
36### Bug Fixes
37
38* 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)
39
Bu Sun Kimbd581392020-04-21 13:05:36 -070040### [1.8.2](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.1...v1.8.2) (2020-04-21)
41
42
43### Bug Fixes
44
45* 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)
46
47
release-please[bot]df4aa2b2020-04-20 14:32:47 -070048### [1.8.1](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.0...v1.8.1) (2020-04-20)
49
50
51### Bug Fixes
52
53* 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)
54* 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))
55
56### v1.8.0
Bu Sun Kim26823fa2020-03-13 14:33:58 -070057 Version 1.8.0
58
59 Release to support API endpoint override.
60
61 New Features
62 - Add api endpoint override. ([#829](https://github.com/googleapis/google-api-python-client/pull/829))
63
64 Implementation Changes
65 - 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))
66
release-please[bot]df4aa2b2020-04-20 14:32:47 -070067### v1.7.12
Bu Sun Kim814c2822020-03-11 13:26:36 -070068 Version 1.7.12
69
70 Bugfix release
71
72 Implementation Changes
73 - Look for field 'detail' in error message. ([#739](https://github.com/googleapis/google-api-python-client/pull/739))
74 - Exclude 308s from httplib2 redirect codes list ([#813](https://github.com/googleapis/google-api-python-client/pull/813))
75
76 Documentation
77 - Remove oauth2client from docs ([#738](https://github.com/googleapis/google-api-python-client/pull/738))
78 - Fix typo. ([#745](https://github.com/googleapis/google-api-python-client/pull/745))
79 - Remove compatibility badges. ([#746](https://github.com/googleapis/google-api-python-client/pull/746))
80 - Fix TypeError: search_analytics_api_sample.py #732 ([#742](https://github.com/googleapis/google-api-python-client/pull/742))
81 - Correct response access ([#750](https://github.com/googleapis/google-api-python-client/pull/750))
82 - Fix link to API explorer ([#760](https://github.com/googleapis/google-api-python-client/pull/760))
83 - Fix argument typo in oauth2 code example ([#763](https://github.com/googleapis/google-api-python-client/pull/763))
84 - Recommend install with virtualenv ([#768](https://github.com/googleapis/google-api-python-client/pull/768))
85 - Fix capitalization in docs/README.md ([#770](https://github.com/googleapis/google-api-python-client/pull/770))
86
87 - Remove compatibility badges ([#796](https://github.com/googleapis/google-api-python-client/pull/796))
88 - Remove mentions of pycrypto ([#799](https://github.com/googleapis/google-api-python-client/pull/799))
89 - Fix typo in model.py
90 - Add note about Google Ads llibrary ([#814](https://github.com/googleapis/google-api-python-client/pull/814))
91
92
93 Internal / Testing Changes
94 - Blacken ([#772](https://github.com/googleapis/google-api-python-client/pull/722))
95 - Move kokoro configs ([#832](https://github.com/googleapis/google-api-python-client/pull/832))
96
release-please[bot]df4aa2b2020-04-20 14:32:47 -070097### v1.7.11
Bu Sun Kimbce1b1d2019-08-12 10:40:09 -070098 Version 1.7.11
99
100 Bugfix release
101
102 Implementation Changes
103 - Pass library and Python version in x-goog-api-client header ([#734](https://github.com/googleapis/google-api-python-client/pull/734))
104
105 Documentation
106 - Fix typo in filename used in 'docs/auth.md' ([#736](https://github.com/googleapis/google-api-python-client/pull/736))
107
108
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700109### v1.7.10
Bu Sun Kimc2936e12019-07-24 15:15:16 -0700110 Version 1.7.10
111
112 Bugfix release
113
114 Implementation Changes
115 - Decode service to utf-8 ([#723](https://github.com/googleapis/google-api-python-client/pull/723))
116 - Use print() function in both Python2 and Python 3 ([#722](https://github.com/googleapis/google-api-python-client/pull/722))
117 - Make http.MediaFileUpload close its file descriptor ([#600](https://github.com/googleapis/google-api-python-client/pull/600))
118 - Never make 'body' required ([#718](https://github.com/googleapis/google-api-python-client/pull/718))
119
120 Documentation
121 - Add compatability check badges to README ([#691](https://github.com/googleapis/google-api-python-client/pull/691))
122 - Regenerate docs ([#696](https://github.com/googleapis/google-api-python-client/pull/696), [#700](https://github.com/googleapis/google-api-python-client/pull/700))
123 - Create index file for dynamically generated docs ([#702](https://github.com/googleapis/google-api-python-client/pull/702))
124 - 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))
125
126 Internal / Testing Changes
127 - Fix http.py, lint errors, unit test ([#724](https://github.com/googleapis/google-api-python-client/pull/724))
128 - tox.ini: Look for Python syntax errors and undefined names ([#721](https://github.com/googleapis/google-api-python-client/pull/721))
129
130
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700131### v1.7.9
Bu Sun Kimffea1a72019-05-22 16:38:55 -0700132 Version 1.7.9
133
134 Bugfix release
135 - Remove Django Samples. ([#657](https://github.com/googleapis/google-api-python-client/pull/657))
136 - Call request_orig with kwargs ([#658](https://github.com/googleapis/google-api-python-client/pull/658))
137
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700138### v1.7.8
Bu Sun Kim9a25cc82019-01-28 14:21:05 -0800139 Version 1.7.8
140
141 Bugfix release
142 - Convert '$' in method name to '_' ([#616](https://github.com/googleapis/google-api-python-client/pull/616))
143 - 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 -0800144
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700145### v1.7.7
Christopher Wilcox6ed8dbb2018-12-18 15:44:15 -0800146 Version 1.7.7
147
148 Bugfix release
Marie J.I48f503f2020-05-15 13:32:11 -0400149 - Change xrange to range ([#601](https://github.com/googleapis/google-api-python-client/pull/601))
150 - Typo in http.py exception message. ([#602](https://github.com/googleapis/google-api-python-client/pull/602))
Christopher Wilcox6ed8dbb2018-12-18 15:44:15 -0800151
Marie J.I48f503f2020-05-15 13:32:11 -0400152 - Announce deprecation of Python 2.7 ([#603](https://github.com/googleapis/google-api-python-client/pull/603))
153 - Updates documentation for stopping channel subscriptions ([#598](https://github.com/googleapis/google-api-python-client/pull/598))
154 - Adding example for searchAppearance ([#414](https://github.com/googleapis/google-api-python-client/pull/414))
Christopher Wilcox6ed8dbb2018-12-18 15:44:15 -0800155
Marie J.I48f503f2020-05-15 13:32:11 -0400156 - Add badges ([#455](https://github.com/googleapis/google-api-python-client/pull/455))
Christopher Wilcox6ed8dbb2018-12-18 15:44:15 -0800157
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700158### v1.7.6
Bu Sun Kimb2743552018-12-06 13:13:43 -0800159 Version 1.7.6
160
161 Bugfix release
162
163 - Add client-side limit for batch requests (#585)
164
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700165### v1.7.5
Bu Sun Kimfef743a2018-11-30 11:23:11 -0800166 Version 1.7.5
167
168 Bugfix release
169
170 - Fix the client to respect the passed in developerKey and credentials
171
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700172### v1.7.4
Christopher Wilcoxa97f2b22018-07-11 12:49:54 -0700173 Version 1.7.4
Bu Sun Kimb2743552018-12-06 13:13:43 -0800174
Christopher Wilcoxa97f2b22018-07-11 12:49:54 -0700175 Bugfix release
176
177 - Catch ServerNotFoundError to retry the request (#532)
178
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700179### v1.7.3
Thea Flowersb0b1c1d2018-06-04 12:21:32 -0700180 Version 1.7.3
181
182 Bugfix release
183
184 - Make apiclient.sample_tools gracefully fail to import (#525).
185
186
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700187### v1.7.2
Thea Flowers5529b422018-06-04 09:31:44 -0700188 Version 1.7.2
189
190 Bugfix release
191
192 - Remove unnecessary check in apiclient/__ini__.py (#522).
193
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700194### v1.7.1
Thea Flowers081d2a32018-06-01 10:22:59 -0700195 Version 1.7.1
196
197 Bugfix release
198
199 - Remove unnecessary check in setup.py (#518).
200
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700201### v1.7.0
Thea Flowersa737c752018-05-31 16:04:34 -0700202 Version 1.7.0
203
204 This release drops the hard requirement on oauth2client and installs
205 google-auth by default instead. oauth2client is still supported but will
206 need to be explicitly installed.
207
208 - Drop oauth2client dependency (#499)
209 - Include tests in source distribution (#514)
210
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700211### v1.6.7
Jon Wayne Parrott504a6e52018-04-27 13:58:27 -0700212 Version 1.6.7
213
214 Bugfix release
215
216 **Note**: The next release of this library will no longer directly depend on
217 oauth2client. If you need to use oauth2client, you'll need to explicitly
218 install it.
219
220 - Make body optional for requests with no parameters. (#446)
221 - Fix retying on socket.timeout. (#495)
222 - Match travis matrix with tox testenv. (#498)
223 - Remove oauth2client._helpers dependency. (#493)
224 - Remove unused keyring test dependency. (#496)
225 - discovery.py: remove unused oauth2client import. (#492)
226 - Update README to reference GCP API client libraries. (#490)
227
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700228### v1.6.6
Jon Wayne Parrott9cdb2e22018-03-28 13:09:46 -0700229 Version 1.6.6
230
231 Bugfix release
232
233 - Warn when constructing BatchHttpRequest using the legacy batch URI (#488)
234 - Increase the default media chunksize to 100MB. (#482)
235 - Remove unnecessary parsing of mime headers in HttpRequest.__init__ (#467)
236
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700237### v1.6.5
Jon Wayne Parrott64367412018-01-18 09:38:27 -0800238 Version 1.6.5
239
240 Bugfix release
241
242 - Proactively refresh credentials when applying and treat a missing
243 `access_token` as invalid. Note: This change reveals surprising behavior
244 between default credentials and batches. If you allow
245 `googleapiclient.discovery.build` to use default credentials *and* specify
246 different credentials by providing `batch.execut()` with an explicit `http`
247 argument, your individual requests will use the default credentials and
248 *not* the credentials specified to the batch http. To avoid this, tell
249 `build` explicitly not to use default credentials by specifying
250 `build(..., http=httplib2.Http()`. (#469)
251 - Remove mutual exclusivity check for developerKey and credentials (#465)
252 - Handle unknown media length. (#406)
253 - Handle variant error format gracefully. (#459)
254 - Avoid testing against Django >= 2.0.0 on Python 2. (#460)
255
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700256### v1.6.4
Jon Wayne Parrottaf676692017-09-20 08:53:28 -0700257 Version 1.6.4
258
259 Bugfix release
260
261 - Warn when google-auth credentials are used but google-auth-httplib2 isn't available. (#443)
262
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700263### v1.6.3
Jon Wayne Parrottb63a71d2017-08-29 09:15:16 -0700264 Version 1.6.3
265
266 Bugfix release
267
268 - Add notification of maintenance mode to README. (#410)
269 - Fix generation of methods with abnormal page token conventions. (#338)
270 - Raise ValueError is credentials and developerKey are both specified. (#358)
271 - Re-generate documentation. (#364, #373, #401)
272 - Fix method signature documentation for multiline required parameters. (#374)
273 - Fix ZeroDivisionError in MediaDownloadProgress.progress. (#377)
274 - Fix dead link to WebTest in README. (#378)
275 - Fix details missing in googleapiclient.errors.HttpError. (#412)
276 - Don't treat httplib2.Credentials as oauth credentials. (#425)
277 - Various fixes to the Django sample. (#413)
278
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700279### v1.6.2
Jon Wayne Parrottafe134b2017-02-08 10:20:57 -0800280 Version 1.6.2
281
282 Bugfix release
283
284 - Fixed a bug where application default credentials would still be used even
285 when a developerKey was specified. (#347)
286 - Official support for Python 3.5 and 3.6. (#341)
287
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700288### v1.6.1
Jon Wayne Parrott811d5702017-01-11 14:45:20 -0800289 Version 1.6.1
290
291 Bugfix release
292
293 - Fixed a bug where using google-auth with scoped credentials would fail. (#328)
294
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700295### v1.6.0
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800296 Version 1.6.0
297
298 Release to drop support for Python 2.6 and add support for google-auth.
299
300 - Support for Python 2.6 has been dropped. (#319)
301 - The credentials argument to discovery.build and discovery.build_from_document
302 can be either oauth2client credentials or google-auth credentials. (#319)
303 - discovery.build and discovery.build_from_document now unambiguously use the
304 http argument to make all requests, including the request for the discovery
305 document. (#319)
306 - The http and credentials arguments to discovery.build and
307 discovery.build_from_document are now mutually exclusive, eliminating a
308 buggy edge case. (#319)
309 - If neither http or credentials is specified to discovery.build and
310 discovery.build_from_document, then Application Default Credentials will
311 be used. The library prefers google-auth for this if it is available, but
312 can also use oauth2client's implementation. (#319)
313 - Fixed resumable upload failure when receiving a 308 response. (#312)
314 - Clarified the support versions of Python 3. (#316)
315
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700316### v1.5.5
Brian J. Watson0711b8b2016-10-31 17:55:50 -0700317 Version 1.5.5
318
319 Bugfix release
320
321 - Allow explicit MIME type specification with media_mime_type keyword argument.
322 - Fix unprintable representation of BatchError with default constructor. (#165)
323 - Refresh all discovery docs, not just the preferred ones. (#298)
324 - Update minimum httplib2 dependency to >=0.9.2.
325
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700326### v1.5.4
Jon Wayne Parrotte2ce0042016-10-14 11:02:09 -0700327 Version 1.5.4
328
329 Bugfix release
330
331 - Properly handle errors when the API returns a mapping or sequence. (#289)
332 - Upgrade to unified uritemplate 3.0.0. (#293)
333 - Allow oauth2client 4.0.0, with the caveat that file-based discovery
334 caching is disabled.
335
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700336### v1.5.3
Jon Wayne Parrottc4dca352016-08-29 10:16:34 -0700337 Version 1.5.3
338
339 Bugfix release
340
341 - Fixed import error with oauth2client >= 3.0.0. (#270)
342
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700343### v1.5.2
Jon Wayne Parrottbf7066e2016-08-16 12:41:22 -0700344 Version 1.5.2
345
346 Bugfix release
347
348 - Allow using oauth2client >= 1.5.0, < 4.0.0. (#265)
349 - Fix project_id argument description. (#257)
350 - Retry chunk uploaded on rate limit exceeded errors. (#255)
351 - Obtain access token if necessary in BatchHttpRequest.execute(). (#232)
352 - Warn when running tests using HttpMock without having a cache. (#261)
353
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700354### v1.5.1
Jon Wayne Parrott2aedb522016-05-19 11:03:33 -0700355 Version 1.5.1
356
357 Bugfix release
358
359 - Allow using versions of oauth2client < 2.0.0. (#197)
360 - Check both current and new API discovery URL. (#202)
361 - Retry http requests on connection errors and timeouts. (#218)
362 - Retry http requests on rate limit responses. (#201)
363 - Import guards for ssl (for Google App Engine). (#220)
364 - Use named loggers instead of the root logger. (#206)
365 - New search console example. (#212)
366
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700367### v1.5.0
Jon Wayne Parrottda3e6892016-02-19 15:42:07 -0800368 Version 1.5.0
369
370 Release to support oauth2client >= 2.0.0.
371
372 - Fix file stream recognition in Python 3 (#141)
373 - Fix non-resumable binary uploads in Python 3 (#147)
374 - Default to 'octet-stream' if mimetype detection fails (#157)
375 - Handle SSL errors with retries (#160)
376 - Fix incompatibility with oauth2client v2.0.0 (#182)
377
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700378### v1.4.2
Takashi Matsuo05f19322015-09-11 13:56:00 -0700379 Version 1.4.2
380
381 Add automatic caching for the discovery docs.
382
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700383### v1.4.1
Nathaniel Manistadda86ad2015-06-15 17:24:11 +0000384 Version 1.4.1
385
386 Add the googleapiclient.discovery.Resource.new_batch_http_request method.
387
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700388### v1.4.0
Nathaniel Manista31c47b82015-03-10 23:31:35 +0000389 Version 1.4.0
390
391 Python 3 support.
392
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700393### v1.3.2
Craig Citro326cd512015-03-02 13:24:09 -0800394 Version 1.3.2
395
396 Small bugfix release.
Nathaniel Manista31c47b82015-03-10 23:31:35 +0000397
Craig Citro326cd512015-03-02 13:24:09 -0800398 - Fix an infinite loop for downloading small files.
399 - Fix a unicode error in error encoding.
400 - Better handling of `content-length` in media requests.
401 - Add support for methodPath entries containing colon.
Nathaniel Manista31c47b82015-03-10 23:31:35 +0000402
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700403### v1.3.1
Craig Citro49d45a62014-10-17 20:33:51 -0700404 Version 1.3.1
405
406 Quick release for a fix around aliasing in v1.3.
Nathaniel Manista31c47b82015-03-10 23:31:35 +0000407
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700408### v1.3
Craig Citro0e5b9bf2014-10-15 10:26:14 -0700409 Version 1.3
410
411 Add support for the Google Application Default Credentials.
412 Require python 2.6 as a minimum version.
413 Update several API samples.
414 Finish splitting out oauth2client repo and update tests.
415 Various doc cleanup and bugfixes.
Craig Citrof756c682014-10-15 23:01:31 -0700416
417 Two important notes:
418 * We've added `googleapiclient` as the primary suggested import
419 name, and kept `apiclient` as an alias, in order to have a more
420 appropriate import name. At some point, we will remove `apiclient`
421 as an alias.
422 * Due to an issue around in-place upgrades for Python packages,
423 it's not possible to do an upgrade from version 1.2 to 1.3. Instead,
424 setup.py attempts to detect this and prevents it. Simply remove
425 the previous version and reinstall to fix this.
426
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700427### v1.2
Joe Gregorioce67bc22013-07-02 13:50:31 -0400428 Version 1.2
429
430 The use of the gflags library is now deprecated, and is no longer a
431 dependency. If you are still using the oauth2client.tools.run() function
432 then include gflags as a dependency of your application or switch to
433 oauth2client.tools.run_flow.
434 Samples have been updated to use the new apiclient.sample_tools, and no
435 longer use gflags.
436 Added support for the experimental Object Change Notification, as found in
437 the Cloud Storage API.
438 The oauth2client App Engine decorators are now threadsafe.
439
440 - Use the following redirects feature of httplib2 where it returns the
441 ultimate URL after a series of redirects to avoid multiple hops for every
442 resumable media upload request.
443 - Updated AdSense Management API samples to V1.3
444 - Add option to automatically retry requests.
445 - Ability to list registered keys in multistore_file.
446 - User-agent must contain (gzip).
447 - The 'method' parameter for httplib2 is not positional. This would cause
448 spurious warnings in the logging.
449 - Making OAuth2Decorator more extensible. Fixes Issue 256.
450 - Update AdExchange Buyer API examples to version v1.2.
451
452
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700453### v1.1
Joe Gregorio3cc9a452013-03-07 10:08:39 -0500454 Version 1.1
455
456 Add PEM support to SignedJWTAssertionCredentials (used to only support
457 PKCS12 formatted keys). Note that if you use PEM formatted keys you can use
458 PyCrypto 2.6 or later instead of OpenSSL.
459
460 Allow deserialized discovery docs to be passed to build_from_document().
461
462 - Make ResumableUploadError derive from HttpError.
463 - Many changes to move all the closures in apiclient.discovery into real
464 - classes and objects.
465 - Make from_json behavior inheritable.
466 - Expose the full token response in OAuth2Client and OAuth2Decorator.
467 - Handle reasons that are None.
468 - Added support for NDB based storing of oauth2client objects.
469 - Update grant_type for AssertionCredentials.
470 - Adding a .revoke() to Credentials. Closes issue 98.
471 - Modify oauth2client.multistore_file to store and retrieve credentials
472 using an arbitrary key.
473 - Don't accept 403 challenges by default for auth challenges.
474 - Set httplib2.RETRIES to 1.
475 - Consolidate handling of scopes.
476 - Upgrade to httplib2 version 0.8.
477 - Allow setting the response_type in OAuth2WebServerFlow.
478 - Ensure that dataWrapper feature is checked before using the 'data' value.
479 - HMAC verification does not use a constant time algorithm.
480
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700481### v1.0
Joe Gregoriof4839b02012-09-06 13:47:24 -0400482 Version 1.0
483
484 - Changes to the code for running tests and building releases.
485
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700486### v1.0c3
Joe Gregorio73774c52012-08-29 09:45:53 -0400487 Version 1.0 Release Candidate 3
488
489 - In samples and oauth2 decorator, escape untrusted content before displaying it.
490 - Do not allow credentials files to be symlinks.
491 - Add XSRF protection to oauth2decorator callback 'state'.
492 - Handle uploading chunked media by stream.
493 - Handle passing streams directly to httplib2.
494 - Add support for Google Compute Engine service accounts.
495 - Flows no longer need to be saved between uses.
496 - Change GET to POST if URI is too long. Fixes issue #96.
497 - Add a keyring based Storage.
498 - More robust picking up JSON error responses.
499 - Make batch errors align with normal errors.
500 - Add a Google Compute sample.
501 - Token refresh to work with 'old' GData API
502 - Loading of client_secrets JSON file backed by a cache.
503 - Switch to new discovery path parameters.
504 - Add support for additionalProperties when printing schema'd objects.
505 - Fix media upload parameter names. Reviewed in http://codereview.appspot.com/6374062/
506 - oauth2client support for URL-encoded format of exchange token response (e.g. Facebook)
507 - Build cleaner and easier to read docs for dynamic surfaces.
508
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700509### v1.0c2
Joe Gregoriobf14cef2012-06-22 15:26:16 -0400510 Version 1.0 Release Candidate 2
511
512 - Parameter values of None should be treated as missing. Fixes issue #144.
513 - Distribute the samples separately from the library source. Fixes issue #155.
514 - Move all remaining samples over to client_secrets.json. Fixes issue #156.
515 - Make locked_file.py understand win32file primitives for better awesomeness.
516
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700517### v1.0c1
Joe Gregorio1aaec4b2012-06-15 16:20:41 -0400518 Version 1.0 Release Candidate 1
519
Joe Gregorio638663c2012-06-15 14:40:47 -0400520 - Documentation for the library has switched to epydoc:
521 http://google-api-python-client.googlecode.com/hg/docs/epy/index.html
522 - Many improvements for media support:
523 * Added media download support, including resumable downloads.
524 * Better handling of streams that report their size as 0.
525 * Update Media Upload to include io.Base and also fix some bugs.
526 - OAuth bug fixes and improvements.
527 * Remove OAuth 1.0 support.
528 * Added credentials_from_code and credentials_from_clientsecrets_and_code.
529 * Make oauth2client support Windows-friendly locking.
530 * Fix bug in StorageByKeyName.
531 * Fix None handling in Django fields. Reviewed in http://codereview.appspot.com/6298084/. Fixes issue #128.
532 - Add epydoc generated docs. Reviewed in http://codereview.appspot.com/6305043/
533 - Move to PEP386 compliant version numbers.
534 - New and updated samples
535 * Ad Exchange Buyer API v1 code samples.
536 * Automatically generate Samples wiki page from README files.
537 * Update Google Prediction samples.
538 * Add a Tasks sample that demonstrates Service accounts.
539 * new analytics api samples. Reviewed here: http://codereview.appspot.com/5494058/
540 - Convert all inline samples to the Farm API for consistency.
541
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700542### v1.0beta8
Joe Gregoriod02bf5e2012-03-02 13:21:32 -0800543 - Updated meda upload support.
544 - Many fixes for batch requests.
545 - Better handling for requests that don't require a body.
546 - Fix issues with Google App Engine Python 2.7 runtime.
547 - Better support for proxies.
548 - All Storages now have a .delete() method.
549 - Important changes which might break your code:
550 * apiclient.anyjson has moved to oauth2client.anyjson.
551 * Some calls, for example, taskqueue().lease() used to require a parameter
552 named body. In this new release only methods that really need to send a body
553 require a body parameter, and so you may get errors about an unknown
554 'body' parameter in your call. The solution is to remove the unneeded
555 body={} parameter.
556
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700557### v1.0beta7
Joe Gregorio205a0612011-12-14 11:38:16 -0500558 - Support for batch requests. http://code.google.com/p/google-api-python-client/wiki/Batch
559 - Support for media upload. http://code.google.com/p/google-api-python-client/wiki/MediaUpload
560 - Better handling for APIs that return something other than JSON.
561 - Major cleanup and consolidation of the samples.
562 - Bug fixes and other enhancements:
563 72 Defect Appengine OAuth2Decorator: Convert redirect address to string
564 22 Defect Better error handling for unknown service name or version
565 48 Defect StorageByKeyName().get() has side effects
566 50 Defect Need sample client code for Admin Audit API
567 28 Defect better comments for app engine sample Nov 9
568 63 Enhancement Let OAuth2Decorator take a list of scope