blob: dd976eaf2cb68887e23449d6599e7e31fde35c55 [file] [log] [blame] [view]
release-please[bot]df4aa2b2020-04-20 14:32:47 -07001# Changelog
2
release-please[bot]8430fac2020-10-22 15:06:03 +00003### [1.12.5](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.4...v1.12.5) (2020-10-22)
4
5
6### Bug Fixes
7
8* don't raise when downloading zero byte files ([#1074](https://www.github.com/googleapis/google-api-python-client/issues/1074)) ([86d8788](https://www.github.com/googleapis/google-api-python-client/commit/86d8788ee8a766ca6818620f3fd2899be0e44190))
9
release-please[bot]857eaf32020-10-20 22:50:02 +000010### [1.12.4](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.3...v1.12.4) (2020-10-20)
11
12
13### Bug Fixes
14
15* don't set content-range on empty uploads ([#1070](https://www.github.com/googleapis/google-api-python-client/issues/1070)) ([af6035f](https://www.github.com/googleapis/google-api-python-client/commit/af6035f6754a155ee6b04bbbc5c39410c7316d6a))
16
17
18### Documentation
19
20* fix typo in oauth.md ([#1058](https://www.github.com/googleapis/google-api-python-client/issues/1058)) ([30eff9d](https://www.github.com/googleapis/google-api-python-client/commit/30eff9d8276919b8c4e50df2d3b1982594423692))
21* update generated docs ([#1053](https://www.github.com/googleapis/google-api-python-client/issues/1053)) ([3e17f89](https://www.github.com/googleapis/google-api-python-client/commit/3e17f8990db54bec16c48c319072799a14f5a53f)), closes [#1049](https://www.github.com/googleapis/google-api-python-client/issues/1049)
22
release-please[bot]a527de22020-09-29 10:16:59 -060023### [1.12.3](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.2...v1.12.3) (2020-09-29)
24
25
26### Bug Fixes
27
28* **deps:** update setup.py to install httplib2>=0.15.0 ([#1050](https://www.github.com/googleapis/google-api-python-client/issues/1050)) ([c00f70d](https://www.github.com/googleapis/google-api-python-client/commit/c00f70d565a002b92374356be087927b131ce135))
29
release-please[bot]2d076b82020-09-23 17:26:05 +000030### [1.12.2](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.1...v1.12.2) (2020-09-23)
31
32
33### Bug Fixes
34
35* add method to close httplib2 connections ([#1038](https://www.github.com/googleapis/google-api-python-client/issues/1038)) ([98888da](https://www.github.com/googleapis/google-api-python-client/commit/98888dadf04e7e00524b6de273d28d02d7abc2c0)), closes [#618](https://www.github.com/googleapis/google-api-python-client/issues/618)
36
release-please[bot]73d71a42020-09-14 14:34:01 -060037### [1.12.1](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.0...v1.12.1) (2020-09-14)
38
39
40### Bug Fixes
41
42* **deps:** require six>=1.13.0 ([#1030](https://www.github.com/googleapis/google-api-python-client/issues/1030)) ([4acecc3](https://www.github.com/googleapis/google-api-python-client/commit/4acecc3c0cd31308f9a256f065b7b1d1c3a4798d))
43
release-please[bot]269fdb82020-09-14 09:56:46 -060044## [1.12.0](https://www.github.com/googleapis/google-api-python-client/compare/v1.11.0...v1.12.0) (2020-09-12)
45
46
47### Features
48
49* add quota_project, credentials_file, and scopes support ([#1022](https://www.github.com/googleapis/google-api-python-client/issues/1022)) ([790e702](https://www.github.com/googleapis/google-api-python-client/commit/790e70224c8110bfb1191333ce448c2b0fe54ea6))
50
51
52### Documentation
53
54* convert `print` statement to function ([#988](https://www.github.com/googleapis/google-api-python-client/issues/988)) ([16448bc](https://www.github.com/googleapis/google-api-python-client/commit/16448bc666e032abd83096faadcda56f86f36f18)), closes [#987](https://www.github.com/googleapis/google-api-python-client/issues/987)
55* remove http from batch execute docs ([#1003](https://www.github.com/googleapis/google-api-python-client/issues/1003)) ([5028fe7](https://www.github.com/googleapis/google-api-python-client/commit/5028fe76c8075c6594b1999074f91eed7f7dd329)), closes [#1002](https://www.github.com/googleapis/google-api-python-client/issues/1002)
56
release-please[bot]f76e4032020-08-27 14:23:46 -070057## [1.11.0](https://www.github.com/googleapis/google-api-python-client/compare/v1.10.1...v1.11.0) (2020-08-27)
58
59
60### Features
61
62* add support for mtls env variables ([#1008](https://www.github.com/googleapis/google-api-python-client/issues/1008)) ([2fc5ca1](https://www.github.com/googleapis/google-api-python-client/commit/2fc5ca1b6aa880aab2067ab7eb96780a1b28d4c7))
63
release-please[bot]10263752020-08-25 12:06:15 -060064### [1.10.1](https://www.github.com/googleapis/google-api-python-client/compare/v1.10.0...v1.10.1) (2020-08-03)
65
66
67### Bug Fixes
68
69* discovery uses V2 when version is None ([#975](https://www.github.com/googleapis/google-api-python-client/issues/975)) ([cd4e8f4](https://www.github.com/googleapis/google-api-python-client/commit/cd4e8f429422232dd82ef7e9bc685061d5df94a1)), closes [#971](https://www.github.com/googleapis/google-api-python-client/issues/971)
70
71
72### Documentation
73
74* fix deprecation warnings due to invalid escape sequences. ([#996](https://www.github.com/googleapis/google-api-python-client/issues/996)) ([0f60eda](https://www.github.com/googleapis/google-api-python-client/commit/0f60eda81ea524dcd1358d87b06da701412bb414)), closes [#995](https://www.github.com/googleapis/google-api-python-client/issues/995)
75* fix link to service accounts documentation ([#986](https://www.github.com/googleapis/google-api-python-client/issues/986)) ([edb2516](https://www.github.com/googleapis/google-api-python-client/commit/edb2516eb59770546e7960ca633c7be0ca7b1ad4))
76* update generated docs ([#981](https://www.github.com/googleapis/google-api-python-client/issues/981)) ([d059ad8](https://www.github.com/googleapis/google-api-python-client/commit/d059ad881c7ae58c67931c48788d0bd7343ab16c))
77
release-please[bot]c72efbc2020-07-15 20:20:08 +000078## [1.10.0](https://www.github.com/googleapis/google-api-python-client/compare/v1.9.3...v1.10.0) (2020-07-15)
79
80
81### Features
82
83* allow to use 'six.moves.collections_abc.Mapping' in 'client_options.from_dict()' ([#943](https://www.github.com/googleapis/google-api-python-client/issues/943)) ([21af37b](https://www.github.com/googleapis/google-api-python-client/commit/21af37b11ea2d6a89b3df484e1b2fa1d12849510))
84* Build universal wheels ([#948](https://www.github.com/googleapis/google-api-python-client/issues/948)) ([3e28a1e](https://www.github.com/googleapis/google-api-python-client/commit/3e28a1e0d47f829182cd92f37475ab91fa5e4afc))
85* discovery supports retries ([#967](https://www.github.com/googleapis/google-api-python-client/issues/967)) ([f3348f9](https://www.github.com/googleapis/google-api-python-client/commit/f3348f98bf91a88a28bf61b12b95e391cc3be1ff)), closes [#848](https://www.github.com/googleapis/google-api-python-client/issues/848)
86
87
88### Documentation
89
90* consolidating and updating the Contribution Guide ([#964](https://www.github.com/googleapis/google-api-python-client/issues/964)) ([63f97f3](https://www.github.com/googleapis/google-api-python-client/commit/63f97f37daee37a725eb05df3097b20d5d4eaaf0)), closes [#963](https://www.github.com/googleapis/google-api-python-client/issues/963)
91
release-please[bot]cc83ec22020-06-10 19:31:19 -070092### [1.9.3](https://www.github.com/googleapis/google-api-python-client/compare/v1.9.2...v1.9.3) (2020-06-10)
93
94
95### Bug Fixes
96
97* update GOOGLE_API_USE_MTLS values ([#940](https://www.github.com/googleapis/google-api-python-client/issues/940)) ([19908ed](https://www.github.com/googleapis/google-api-python-client/commit/19908edcd8a3df1db41e34100acc1f15c3c99397))
98
release-please[bot]47ca3612020-06-09 15:28:09 -070099### [1.9.2](https://www.github.com/googleapis/google-api-python-client/compare/v1.9.1...v1.9.2) (2020-06-04)
100
101
102### Bug Fixes
103
104* 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))
105
release-please[bot]936caa52020-06-02 18:38:06 +0000106### [1.9.1](https://www.github.com/googleapis/google-api-python-client/compare/v1.9.0...v1.9.1) (2020-06-02)
107
108
109### Bug Fixes
110
111* 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))
112
release-please[bot]cafb9e02020-06-02 17:34:04 +0000113## [1.9.0](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.4...v1.9.0) (2020-06-02)
114
115
116### Features
117
118* 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))
119* 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))
120
release-please[bot]b8458c02020-05-26 13:03:47 -0700121### [1.8.4](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.3...v1.8.4) (2020-05-20)
122
123
124### Bug Fixes
125
126* 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))
127* 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))
128
release-please[bot]54aa94d2020-05-12 18:20:40 -0700129### [1.8.3](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.2...v1.8.3) (2020-05-01)
130
131
132### Bug Fixes
133
134* 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)
135
Bu Sun Kimbd581392020-04-21 13:05:36 -0700136### [1.8.2](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.1...v1.8.2) (2020-04-21)
137
138
139### Bug Fixes
140
141* 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)
142
143
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700144### [1.8.1](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.0...v1.8.1) (2020-04-20)
145
146
147### Bug Fixes
148
149* 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)
150* 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))
151
152### v1.8.0
Bu Sun Kim26823fa2020-03-13 14:33:58 -0700153 Version 1.8.0
154
155 Release to support API endpoint override.
156
157 New Features
158 - Add api endpoint override. ([#829](https://github.com/googleapis/google-api-python-client/pull/829))
159
160 Implementation Changes
161 - 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))
162
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700163### v1.7.12
Bu Sun Kim814c2822020-03-11 13:26:36 -0700164 Version 1.7.12
165
166 Bugfix release
167
168 Implementation Changes
169 - Look for field 'detail' in error message. ([#739](https://github.com/googleapis/google-api-python-client/pull/739))
170 - Exclude 308s from httplib2 redirect codes list ([#813](https://github.com/googleapis/google-api-python-client/pull/813))
171
172 Documentation
173 - Remove oauth2client from docs ([#738](https://github.com/googleapis/google-api-python-client/pull/738))
174 - Fix typo. ([#745](https://github.com/googleapis/google-api-python-client/pull/745))
175 - Remove compatibility badges. ([#746](https://github.com/googleapis/google-api-python-client/pull/746))
176 - Fix TypeError: search_analytics_api_sample.py #732 ([#742](https://github.com/googleapis/google-api-python-client/pull/742))
177 - Correct response access ([#750](https://github.com/googleapis/google-api-python-client/pull/750))
178 - Fix link to API explorer ([#760](https://github.com/googleapis/google-api-python-client/pull/760))
179 - Fix argument typo in oauth2 code example ([#763](https://github.com/googleapis/google-api-python-client/pull/763))
180 - Recommend install with virtualenv ([#768](https://github.com/googleapis/google-api-python-client/pull/768))
181 - Fix capitalization in docs/README.md ([#770](https://github.com/googleapis/google-api-python-client/pull/770))
182
183 - Remove compatibility badges ([#796](https://github.com/googleapis/google-api-python-client/pull/796))
184 - Remove mentions of pycrypto ([#799](https://github.com/googleapis/google-api-python-client/pull/799))
185 - Fix typo in model.py
186 - Add note about Google Ads llibrary ([#814](https://github.com/googleapis/google-api-python-client/pull/814))
187
188
189 Internal / Testing Changes
190 - Blacken ([#772](https://github.com/googleapis/google-api-python-client/pull/722))
191 - Move kokoro configs ([#832](https://github.com/googleapis/google-api-python-client/pull/832))
192
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700193### v1.7.11
Bu Sun Kimbce1b1d2019-08-12 10:40:09 -0700194 Version 1.7.11
195
196 Bugfix release
197
198 Implementation Changes
199 - Pass library and Python version in x-goog-api-client header ([#734](https://github.com/googleapis/google-api-python-client/pull/734))
200
201 Documentation
202 - Fix typo in filename used in 'docs/auth.md' ([#736](https://github.com/googleapis/google-api-python-client/pull/736))
203
204
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700205### v1.7.10
Bu Sun Kimc2936e12019-07-24 15:15:16 -0700206 Version 1.7.10
207
208 Bugfix release
209
210 Implementation Changes
211 - Decode service to utf-8 ([#723](https://github.com/googleapis/google-api-python-client/pull/723))
212 - Use print() function in both Python2 and Python 3 ([#722](https://github.com/googleapis/google-api-python-client/pull/722))
213 - Make http.MediaFileUpload close its file descriptor ([#600](https://github.com/googleapis/google-api-python-client/pull/600))
214 - Never make 'body' required ([#718](https://github.com/googleapis/google-api-python-client/pull/718))
215
216 Documentation
217 - Add compatability check badges to README ([#691](https://github.com/googleapis/google-api-python-client/pull/691))
218 - Regenerate docs ([#696](https://github.com/googleapis/google-api-python-client/pull/696), [#700](https://github.com/googleapis/google-api-python-client/pull/700))
219 - Create index file for dynamically generated docs ([#702](https://github.com/googleapis/google-api-python-client/pull/702))
220 - 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))
221
222 Internal / Testing Changes
223 - Fix http.py, lint errors, unit test ([#724](https://github.com/googleapis/google-api-python-client/pull/724))
224 - tox.ini: Look for Python syntax errors and undefined names ([#721](https://github.com/googleapis/google-api-python-client/pull/721))
225
226
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700227### v1.7.9
Bu Sun Kimffea1a72019-05-22 16:38:55 -0700228 Version 1.7.9
229
230 Bugfix release
231 - Remove Django Samples. ([#657](https://github.com/googleapis/google-api-python-client/pull/657))
232 - Call request_orig with kwargs ([#658](https://github.com/googleapis/google-api-python-client/pull/658))
233
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700234### v1.7.8
Bu Sun Kim9a25cc82019-01-28 14:21:05 -0800235 Version 1.7.8
236
237 Bugfix release
238 - Convert '$' in method name to '_' ([#616](https://github.com/googleapis/google-api-python-client/pull/616))
239 - 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 -0800240
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700241### v1.7.7
Christopher Wilcox6ed8dbb2018-12-18 15:44:15 -0800242 Version 1.7.7
243
244 Bugfix release
Marie J.I48f503f2020-05-15 13:32:11 -0400245 - Change xrange to range ([#601](https://github.com/googleapis/google-api-python-client/pull/601))
246 - Typo in http.py exception message. ([#602](https://github.com/googleapis/google-api-python-client/pull/602))
Christopher Wilcox6ed8dbb2018-12-18 15:44:15 -0800247
Marie J.I48f503f2020-05-15 13:32:11 -0400248 - Announce deprecation of Python 2.7 ([#603](https://github.com/googleapis/google-api-python-client/pull/603))
249 - Updates documentation for stopping channel subscriptions ([#598](https://github.com/googleapis/google-api-python-client/pull/598))
250 - Adding example for searchAppearance ([#414](https://github.com/googleapis/google-api-python-client/pull/414))
Christopher Wilcox6ed8dbb2018-12-18 15:44:15 -0800251
Marie J.I48f503f2020-05-15 13:32:11 -0400252 - Add badges ([#455](https://github.com/googleapis/google-api-python-client/pull/455))
Christopher Wilcox6ed8dbb2018-12-18 15:44:15 -0800253
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700254### v1.7.6
Bu Sun Kimb2743552018-12-06 13:13:43 -0800255 Version 1.7.6
256
257 Bugfix release
258
259 - Add client-side limit for batch requests (#585)
260
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700261### v1.7.5
Bu Sun Kimfef743a2018-11-30 11:23:11 -0800262 Version 1.7.5
263
264 Bugfix release
265
266 - Fix the client to respect the passed in developerKey and credentials
267
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700268### v1.7.4
Christopher Wilcoxa97f2b22018-07-11 12:49:54 -0700269 Version 1.7.4
Bu Sun Kimb2743552018-12-06 13:13:43 -0800270
Christopher Wilcoxa97f2b22018-07-11 12:49:54 -0700271 Bugfix release
272
273 - Catch ServerNotFoundError to retry the request (#532)
274
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700275### v1.7.3
Thea Flowersb0b1c1d2018-06-04 12:21:32 -0700276 Version 1.7.3
277
278 Bugfix release
279
280 - Make apiclient.sample_tools gracefully fail to import (#525).
281
282
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700283### v1.7.2
Thea Flowers5529b422018-06-04 09:31:44 -0700284 Version 1.7.2
285
286 Bugfix release
287
288 - Remove unnecessary check in apiclient/__ini__.py (#522).
289
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700290### v1.7.1
Thea Flowers081d2a32018-06-01 10:22:59 -0700291 Version 1.7.1
292
293 Bugfix release
294
295 - Remove unnecessary check in setup.py (#518).
296
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700297### v1.7.0
Thea Flowersa737c752018-05-31 16:04:34 -0700298 Version 1.7.0
299
300 This release drops the hard requirement on oauth2client and installs
301 google-auth by default instead. oauth2client is still supported but will
302 need to be explicitly installed.
303
304 - Drop oauth2client dependency (#499)
305 - Include tests in source distribution (#514)
306
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700307### v1.6.7
Jon Wayne Parrott504a6e52018-04-27 13:58:27 -0700308 Version 1.6.7
309
310 Bugfix release
311
312 **Note**: The next release of this library will no longer directly depend on
313 oauth2client. If you need to use oauth2client, you'll need to explicitly
314 install it.
315
316 - Make body optional for requests with no parameters. (#446)
317 - Fix retying on socket.timeout. (#495)
318 - Match travis matrix with tox testenv. (#498)
319 - Remove oauth2client._helpers dependency. (#493)
320 - Remove unused keyring test dependency. (#496)
321 - discovery.py: remove unused oauth2client import. (#492)
322 - Update README to reference GCP API client libraries. (#490)
323
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700324### v1.6.6
Jon Wayne Parrott9cdb2e22018-03-28 13:09:46 -0700325 Version 1.6.6
326
327 Bugfix release
328
329 - Warn when constructing BatchHttpRequest using the legacy batch URI (#488)
330 - Increase the default media chunksize to 100MB. (#482)
331 - Remove unnecessary parsing of mime headers in HttpRequest.__init__ (#467)
332
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700333### v1.6.5
Jon Wayne Parrott64367412018-01-18 09:38:27 -0800334 Version 1.6.5
335
336 Bugfix release
337
338 - Proactively refresh credentials when applying and treat a missing
339 `access_token` as invalid. Note: This change reveals surprising behavior
340 between default credentials and batches. If you allow
341 `googleapiclient.discovery.build` to use default credentials *and* specify
342 different credentials by providing `batch.execut()` with an explicit `http`
343 argument, your individual requests will use the default credentials and
344 *not* the credentials specified to the batch http. To avoid this, tell
345 `build` explicitly not to use default credentials by specifying
346 `build(..., http=httplib2.Http()`. (#469)
347 - Remove mutual exclusivity check for developerKey and credentials (#465)
348 - Handle unknown media length. (#406)
349 - Handle variant error format gracefully. (#459)
350 - Avoid testing against Django >= 2.0.0 on Python 2. (#460)
351
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700352### v1.6.4
Jon Wayne Parrottaf676692017-09-20 08:53:28 -0700353 Version 1.6.4
354
355 Bugfix release
356
357 - Warn when google-auth credentials are used but google-auth-httplib2 isn't available. (#443)
358
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700359### v1.6.3
Jon Wayne Parrottb63a71d2017-08-29 09:15:16 -0700360 Version 1.6.3
361
362 Bugfix release
363
364 - Add notification of maintenance mode to README. (#410)
365 - Fix generation of methods with abnormal page token conventions. (#338)
366 - Raise ValueError is credentials and developerKey are both specified. (#358)
367 - Re-generate documentation. (#364, #373, #401)
368 - Fix method signature documentation for multiline required parameters. (#374)
369 - Fix ZeroDivisionError in MediaDownloadProgress.progress. (#377)
370 - Fix dead link to WebTest in README. (#378)
371 - Fix details missing in googleapiclient.errors.HttpError. (#412)
372 - Don't treat httplib2.Credentials as oauth credentials. (#425)
373 - Various fixes to the Django sample. (#413)
374
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700375### v1.6.2
Jon Wayne Parrottafe134b2017-02-08 10:20:57 -0800376 Version 1.6.2
377
378 Bugfix release
379
380 - Fixed a bug where application default credentials would still be used even
381 when a developerKey was specified. (#347)
382 - Official support for Python 3.5 and 3.6. (#341)
383
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700384### v1.6.1
Jon Wayne Parrott811d5702017-01-11 14:45:20 -0800385 Version 1.6.1
386
387 Bugfix release
388
389 - Fixed a bug where using google-auth with scoped credentials would fail. (#328)
390
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700391### v1.6.0
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800392 Version 1.6.0
393
394 Release to drop support for Python 2.6 and add support for google-auth.
395
396 - Support for Python 2.6 has been dropped. (#319)
397 - The credentials argument to discovery.build and discovery.build_from_document
398 can be either oauth2client credentials or google-auth credentials. (#319)
399 - discovery.build and discovery.build_from_document now unambiguously use the
400 http argument to make all requests, including the request for the discovery
401 document. (#319)
402 - The http and credentials arguments to discovery.build and
403 discovery.build_from_document are now mutually exclusive, eliminating a
404 buggy edge case. (#319)
405 - If neither http or credentials is specified to discovery.build and
406 discovery.build_from_document, then Application Default Credentials will
407 be used. The library prefers google-auth for this if it is available, but
408 can also use oauth2client's implementation. (#319)
409 - Fixed resumable upload failure when receiving a 308 response. (#312)
410 - Clarified the support versions of Python 3. (#316)
411
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700412### v1.5.5
Brian J. Watson0711b8b2016-10-31 17:55:50 -0700413 Version 1.5.5
414
415 Bugfix release
416
417 - Allow explicit MIME type specification with media_mime_type keyword argument.
418 - Fix unprintable representation of BatchError with default constructor. (#165)
419 - Refresh all discovery docs, not just the preferred ones. (#298)
420 - Update minimum httplib2 dependency to >=0.9.2.
421
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700422### v1.5.4
Jon Wayne Parrotte2ce0042016-10-14 11:02:09 -0700423 Version 1.5.4
424
425 Bugfix release
426
427 - Properly handle errors when the API returns a mapping or sequence. (#289)
428 - Upgrade to unified uritemplate 3.0.0. (#293)
429 - Allow oauth2client 4.0.0, with the caveat that file-based discovery
430 caching is disabled.
431
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700432### v1.5.3
Jon Wayne Parrottc4dca352016-08-29 10:16:34 -0700433 Version 1.5.3
434
435 Bugfix release
436
437 - Fixed import error with oauth2client >= 3.0.0. (#270)
438
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700439### v1.5.2
Jon Wayne Parrottbf7066e2016-08-16 12:41:22 -0700440 Version 1.5.2
441
442 Bugfix release
443
444 - Allow using oauth2client >= 1.5.0, < 4.0.0. (#265)
445 - Fix project_id argument description. (#257)
446 - Retry chunk uploaded on rate limit exceeded errors. (#255)
447 - Obtain access token if necessary in BatchHttpRequest.execute(). (#232)
448 - Warn when running tests using HttpMock without having a cache. (#261)
449
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700450### v1.5.1
Jon Wayne Parrott2aedb522016-05-19 11:03:33 -0700451 Version 1.5.1
452
453 Bugfix release
454
455 - Allow using versions of oauth2client < 2.0.0. (#197)
456 - Check both current and new API discovery URL. (#202)
457 - Retry http requests on connection errors and timeouts. (#218)
458 - Retry http requests on rate limit responses. (#201)
459 - Import guards for ssl (for Google App Engine). (#220)
460 - Use named loggers instead of the root logger. (#206)
461 - New search console example. (#212)
462
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700463### v1.5.0
Jon Wayne Parrottda3e6892016-02-19 15:42:07 -0800464 Version 1.5.0
465
466 Release to support oauth2client >= 2.0.0.
467
468 - Fix file stream recognition in Python 3 (#141)
469 - Fix non-resumable binary uploads in Python 3 (#147)
470 - Default to 'octet-stream' if mimetype detection fails (#157)
471 - Handle SSL errors with retries (#160)
472 - Fix incompatibility with oauth2client v2.0.0 (#182)
473
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700474### v1.4.2
Takashi Matsuo05f19322015-09-11 13:56:00 -0700475 Version 1.4.2
476
477 Add automatic caching for the discovery docs.
478
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700479### v1.4.1
Nathaniel Manistadda86ad2015-06-15 17:24:11 +0000480 Version 1.4.1
481
482 Add the googleapiclient.discovery.Resource.new_batch_http_request method.
483
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700484### v1.4.0
Nathaniel Manista31c47b82015-03-10 23:31:35 +0000485 Version 1.4.0
486
487 Python 3 support.
488
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700489### v1.3.2
Craig Citro326cd512015-03-02 13:24:09 -0800490 Version 1.3.2
491
492 Small bugfix release.
Nathaniel Manista31c47b82015-03-10 23:31:35 +0000493
Craig Citro326cd512015-03-02 13:24:09 -0800494 - Fix an infinite loop for downloading small files.
495 - Fix a unicode error in error encoding.
496 - Better handling of `content-length` in media requests.
497 - Add support for methodPath entries containing colon.
Nathaniel Manista31c47b82015-03-10 23:31:35 +0000498
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700499### v1.3.1
Craig Citro49d45a62014-10-17 20:33:51 -0700500 Version 1.3.1
501
502 Quick release for a fix around aliasing in v1.3.
Nathaniel Manista31c47b82015-03-10 23:31:35 +0000503
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700504### v1.3
Craig Citro0e5b9bf2014-10-15 10:26:14 -0700505 Version 1.3
506
507 Add support for the Google Application Default Credentials.
508 Require python 2.6 as a minimum version.
509 Update several API samples.
510 Finish splitting out oauth2client repo and update tests.
511 Various doc cleanup and bugfixes.
Craig Citrof756c682014-10-15 23:01:31 -0700512
513 Two important notes:
514 * We've added `googleapiclient` as the primary suggested import
515 name, and kept `apiclient` as an alias, in order to have a more
516 appropriate import name. At some point, we will remove `apiclient`
517 as an alias.
518 * Due to an issue around in-place upgrades for Python packages,
519 it's not possible to do an upgrade from version 1.2 to 1.3. Instead,
520 setup.py attempts to detect this and prevents it. Simply remove
521 the previous version and reinstall to fix this.
522
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700523### v1.2
Joe Gregorioce67bc22013-07-02 13:50:31 -0400524 Version 1.2
525
526 The use of the gflags library is now deprecated, and is no longer a
527 dependency. If you are still using the oauth2client.tools.run() function
528 then include gflags as a dependency of your application or switch to
529 oauth2client.tools.run_flow.
530 Samples have been updated to use the new apiclient.sample_tools, and no
531 longer use gflags.
532 Added support for the experimental Object Change Notification, as found in
533 the Cloud Storage API.
534 The oauth2client App Engine decorators are now threadsafe.
535
536 - Use the following redirects feature of httplib2 where it returns the
537 ultimate URL after a series of redirects to avoid multiple hops for every
538 resumable media upload request.
539 - Updated AdSense Management API samples to V1.3
540 - Add option to automatically retry requests.
541 - Ability to list registered keys in multistore_file.
542 - User-agent must contain (gzip).
543 - The 'method' parameter for httplib2 is not positional. This would cause
544 spurious warnings in the logging.
545 - Making OAuth2Decorator more extensible. Fixes Issue 256.
546 - Update AdExchange Buyer API examples to version v1.2.
547
548
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700549### v1.1
Joe Gregorio3cc9a452013-03-07 10:08:39 -0500550 Version 1.1
551
552 Add PEM support to SignedJWTAssertionCredentials (used to only support
553 PKCS12 formatted keys). Note that if you use PEM formatted keys you can use
554 PyCrypto 2.6 or later instead of OpenSSL.
555
556 Allow deserialized discovery docs to be passed to build_from_document().
557
558 - Make ResumableUploadError derive from HttpError.
559 - Many changes to move all the closures in apiclient.discovery into real
560 - classes and objects.
561 - Make from_json behavior inheritable.
562 - Expose the full token response in OAuth2Client and OAuth2Decorator.
563 - Handle reasons that are None.
564 - Added support for NDB based storing of oauth2client objects.
565 - Update grant_type for AssertionCredentials.
566 - Adding a .revoke() to Credentials. Closes issue 98.
567 - Modify oauth2client.multistore_file to store and retrieve credentials
568 using an arbitrary key.
569 - Don't accept 403 challenges by default for auth challenges.
570 - Set httplib2.RETRIES to 1.
571 - Consolidate handling of scopes.
572 - Upgrade to httplib2 version 0.8.
573 - Allow setting the response_type in OAuth2WebServerFlow.
574 - Ensure that dataWrapper feature is checked before using the 'data' value.
575 - HMAC verification does not use a constant time algorithm.
576
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700577### v1.0
Joe Gregoriof4839b02012-09-06 13:47:24 -0400578 Version 1.0
579
580 - Changes to the code for running tests and building releases.
581
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700582### v1.0c3
Joe Gregorio73774c52012-08-29 09:45:53 -0400583 Version 1.0 Release Candidate 3
584
585 - In samples and oauth2 decorator, escape untrusted content before displaying it.
586 - Do not allow credentials files to be symlinks.
587 - Add XSRF protection to oauth2decorator callback 'state'.
588 - Handle uploading chunked media by stream.
589 - Handle passing streams directly to httplib2.
590 - Add support for Google Compute Engine service accounts.
591 - Flows no longer need to be saved between uses.
592 - Change GET to POST if URI is too long. Fixes issue #96.
593 - Add a keyring based Storage.
594 - More robust picking up JSON error responses.
595 - Make batch errors align with normal errors.
596 - Add a Google Compute sample.
597 - Token refresh to work with 'old' GData API
598 - Loading of client_secrets JSON file backed by a cache.
599 - Switch to new discovery path parameters.
600 - Add support for additionalProperties when printing schema'd objects.
601 - Fix media upload parameter names. Reviewed in http://codereview.appspot.com/6374062/
602 - oauth2client support for URL-encoded format of exchange token response (e.g. Facebook)
603 - Build cleaner and easier to read docs for dynamic surfaces.
604
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700605### v1.0c2
Joe Gregoriobf14cef2012-06-22 15:26:16 -0400606 Version 1.0 Release Candidate 2
607
608 - Parameter values of None should be treated as missing. Fixes issue #144.
609 - Distribute the samples separately from the library source. Fixes issue #155.
610 - Move all remaining samples over to client_secrets.json. Fixes issue #156.
611 - Make locked_file.py understand win32file primitives for better awesomeness.
612
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700613### v1.0c1
Joe Gregorio1aaec4b2012-06-15 16:20:41 -0400614 Version 1.0 Release Candidate 1
615
Joe Gregorio638663c2012-06-15 14:40:47 -0400616 - Documentation for the library has switched to epydoc:
617 http://google-api-python-client.googlecode.com/hg/docs/epy/index.html
618 - Many improvements for media support:
619 * Added media download support, including resumable downloads.
620 * Better handling of streams that report their size as 0.
621 * Update Media Upload to include io.Base and also fix some bugs.
622 - OAuth bug fixes and improvements.
623 * Remove OAuth 1.0 support.
624 * Added credentials_from_code and credentials_from_clientsecrets_and_code.
625 * Make oauth2client support Windows-friendly locking.
626 * Fix bug in StorageByKeyName.
627 * Fix None handling in Django fields. Reviewed in http://codereview.appspot.com/6298084/. Fixes issue #128.
628 - Add epydoc generated docs. Reviewed in http://codereview.appspot.com/6305043/
629 - Move to PEP386 compliant version numbers.
630 - New and updated samples
631 * Ad Exchange Buyer API v1 code samples.
632 * Automatically generate Samples wiki page from README files.
633 * Update Google Prediction samples.
634 * Add a Tasks sample that demonstrates Service accounts.
635 * new analytics api samples. Reviewed here: http://codereview.appspot.com/5494058/
636 - Convert all inline samples to the Farm API for consistency.
637
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700638### v1.0beta8
Joe Gregoriod02bf5e2012-03-02 13:21:32 -0800639 - Updated meda upload support.
640 - Many fixes for batch requests.
641 - Better handling for requests that don't require a body.
642 - Fix issues with Google App Engine Python 2.7 runtime.
643 - Better support for proxies.
644 - All Storages now have a .delete() method.
645 - Important changes which might break your code:
646 * apiclient.anyjson has moved to oauth2client.anyjson.
647 * Some calls, for example, taskqueue().lease() used to require a parameter
648 named body. In this new release only methods that really need to send a body
649 require a body parameter, and so you may get errors about an unknown
650 'body' parameter in your call. The solution is to remove the unneeded
651 body={} parameter.
652
release-please[bot]df4aa2b2020-04-20 14:32:47 -0700653### v1.0beta7
Joe Gregorio205a0612011-12-14 11:38:16 -0500654 - Support for batch requests. http://code.google.com/p/google-api-python-client/wiki/Batch
655 - Support for media upload. http://code.google.com/p/google-api-python-client/wiki/MediaUpload
656 - Better handling for APIs that return something other than JSON.
657 - Major cleanup and consolidation of the samples.
658 - Bug fixes and other enhancements:
659 72 Defect Appengine OAuth2Decorator: Convert redirect address to string
660 22 Defect Better error handling for unknown service name or version
661 48 Defect StorageByKeyName().get() has side effects
662 50 Defect Need sample client code for Admin Audit API
663 28 Defect better comments for app engine sample Nov 9
664 63 Enhancement Let OAuth2Decorator take a list of scope