1
- v1.8.0
1
+ # Changelog
2
+
3
+ ### [ 1.8.1] ( https://www.github.com/googleapis/google-api-python-client/compare/v1.8.0...v1.8.1 ) (2020-04-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * 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 )
9
+ * 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 ) )
10
+
11
+ ### v1.8.0
2
12
Version 1.8.0
3
13
4
14
Release to support API endpoint override.
9
19
Implementation Changes
10
20
- 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 ) )
11
21
12
- v1.7.12
22
+ ### v1.7.12
13
23
Version 1.7.12
14
24
15
25
Bugfix release
@@ -39,7 +49,7 @@ v1.7.12
39
49
- Blacken ([ #772 ] ( https://github.com/googleapis/google-api-python-client/pull/722 ) )
40
50
- Move kokoro configs ([ #832 ] ( https://github.com/googleapis/google-api-python-client/pull/832 ) )
41
51
42
- v1.7.11
52
+ ### v1.7.11
43
53
Version 1.7.11
44
54
45
55
Bugfix release
@@ -51,7 +61,7 @@ v1.7.11
51
61
- Fix typo in filename used in 'docs/auth.md' ([ #736 ] ( https://github.com/googleapis/google-api-python-client/pull/736 ) )
52
62
53
63
54
- v1.7.10
64
+ ### v1.7.10
55
65
Version 1.7.10
56
66
57
67
Bugfix release
@@ -73,21 +83,21 @@ v1.7.10
73
83
- tox.ini: Look for Python syntax errors and undefined names ([ #721 ] ( https://github.com/googleapis/google-api-python-client/pull/721 ) )
74
84
75
85
76
- v1.7.9
86
+ ### v1.7.9
77
87
Version 1.7.9
78
88
79
89
Bugfix release
80
90
- Remove Django Samples. ([ #657 ] ( https://github.com/googleapis/google-api-python-client/pull/657 ) )
81
91
- Call request_orig with kwargs ([ #658 ] ( https://github.com/googleapis/google-api-python-client/pull/658 ) )
82
92
83
- v1.7.8
93
+ ### v1.7.8
84
94
Version 1.7.8
85
95
86
96
Bugfix release
87
97
- Convert '$' in method name to '_ ' ([ #616 ] ( https://github.com/googleapis/google-api-python-client/pull/616 ) )
88
98
- Alias unitest2 import as unittest in test__ auth.py ([ #613 ] ( https://github.com/googleapis/google-api-python-client/pull/613 ) )
89
99
90
- v1.7.7
100
+ ### v1.7.7
91
101
Version 1.7.7
92
102
93
103
Bugfix release
@@ -100,50 +110,50 @@ v1.7.7
100
110
101
111
- Add badges ([#455](https://github.com/google/google-api-python-client/pull/455))
102
112
103
- v1.7.6
113
+ ### v1.7.6
104
114
Version 1.7.6
105
115
106
116
Bugfix release
107
117
108
118
- Add client-side limit for batch requests (#585 )
109
119
110
- v1.7.5
120
+ ### v1.7.5
111
121
Version 1.7.5
112
122
113
123
Bugfix release
114
124
115
125
- Fix the client to respect the passed in developerKey and credentials
116
126
117
- v1.7.4
127
+ ### v1.7.4
118
128
Version 1.7.4
119
129
120
130
Bugfix release
121
131
122
132
- Catch ServerNotFoundError to retry the request (#532 )
123
133
124
- v1.7.3
134
+ ### v1.7.3
125
135
Version 1.7.3
126
136
127
137
Bugfix release
128
138
129
139
- Make apiclient.sample_tools gracefully fail to import (#525 ).
130
140
131
141
132
- v1.7.2
142
+ ### v1.7.2
133
143
Version 1.7.2
134
144
135
145
Bugfix release
136
146
137
147
- Remove unnecessary check in apiclient/__ ini__ .py (#522 ).
138
148
139
- v1.7.1
149
+ ### v1.7.1
140
150
Version 1.7.1
141
151
142
152
Bugfix release
143
153
144
154
- Remove unnecessary check in setup.py (#518 ).
145
155
146
- v1.7.0
156
+ ### v1.7.0
147
157
Version 1.7.0
148
158
149
159
This release drops the hard requirement on oauth2client and installs
@@ -153,7 +163,7 @@ v1.7.0
153
163
- Drop oauth2client dependency (#499 )
154
164
- Include tests in source distribution (#514 )
155
165
156
- v1.6.7
166
+ ### v1.6.7
157
167
Version 1.6.7
158
168
159
169
Bugfix release
@@ -170,7 +180,7 @@ v1.6.7
170
180
- discovery.py: remove unused oauth2client import. (#492 )
171
181
- Update README to reference GCP API client libraries. (#490 )
172
182
173
- v1.6.6
183
+ ### v1.6.6
174
184
Version 1.6.6
175
185
176
186
Bugfix release
@@ -179,7 +189,7 @@ v1.6.6
179
189
- Increase the default media chunksize to 100MB. (#482 )
180
190
- Remove unnecessary parsing of mime headers in HttpRequest.__ init__ (#467 )
181
191
182
- v1.6.5
192
+ ### v1.6.5
183
193
Version 1.6.5
184
194
185
195
Bugfix release
@@ -198,14 +208,14 @@ v1.6.5
198
208
- Handle variant error format gracefully. (#459 )
199
209
- Avoid testing against Django >= 2.0.0 on Python 2. (#460 )
200
210
201
- v1.6.4
211
+ ### v1.6.4
202
212
Version 1.6.4
203
213
204
214
Bugfix release
205
215
206
216
- Warn when google-auth credentials are used but google-auth-httplib2 isn't available. (#443 )
207
217
208
- v1.6.3
218
+ ### v1.6.3
209
219
Version 1.6.3
210
220
211
221
Bugfix release
@@ -221,7 +231,7 @@ v1.6.3
221
231
- Don't treat httplib2.Credentials as oauth credentials. (#425 )
222
232
- Various fixes to the Django sample. (#413 )
223
233
224
- v1.6.2
234
+ ### v1.6.2
225
235
Version 1.6.2
226
236
227
237
Bugfix release
@@ -230,14 +240,14 @@ v1.6.2
230
240
when a developerKey was specified. (#347 )
231
241
- Official support for Python 3.5 and 3.6. (#341 )
232
242
233
- v1.6.1
243
+ ### v1.6.1
234
244
Version 1.6.1
235
245
236
246
Bugfix release
237
247
238
248
- Fixed a bug where using google-auth with scoped credentials would fail. (#328 )
239
249
240
- v1.6.0
250
+ ### v1.6.0
241
251
Version 1.6.0
242
252
243
253
Release to drop support for Python 2.6 and add support for google-auth.
@@ -258,7 +268,7 @@ v1.6.0
258
268
- Fixed resumable upload failure when receiving a 308 response. (#312 )
259
269
- Clarified the support versions of Python 3. (#316 )
260
270
261
- v1.5.5
271
+ ### v1.5.5
262
272
Version 1.5.5
263
273
264
274
Bugfix release
@@ -268,7 +278,7 @@ v1.5.5
268
278
- Refresh all discovery docs, not just the preferred ones. (#298 )
269
279
- Update minimum httplib2 dependency to >=0.9.2.
270
280
271
- v1.5.4
281
+ ### v1.5.4
272
282
Version 1.5.4
273
283
274
284
Bugfix release
@@ -278,14 +288,14 @@ v1.5.4
278
288
- Allow oauth2client 4.0.0, with the caveat that file-based discovery
279
289
caching is disabled.
280
290
281
- v1.5.3
291
+ ### v1.5.3
282
292
Version 1.5.3
283
293
284
294
Bugfix release
285
295
286
296
- Fixed import error with oauth2client >= 3.0.0. (#270 )
287
297
288
- v1.5.2
298
+ ### v1.5.2
289
299
Version 1.5.2
290
300
291
301
Bugfix release
@@ -296,7 +306,7 @@ v1.5.2
296
306
- Obtain access token if necessary in BatchHttpRequest.execute(). (#232 )
297
307
- Warn when running tests using HttpMock without having a cache. (#261 )
298
308
299
- v1.5.1
309
+ ### v1.5.1
300
310
Version 1.5.1
301
311
302
312
Bugfix release
@@ -309,7 +319,7 @@ v1.5.1
309
319
- Use named loggers instead of the root logger. (#206 )
310
320
- New search console example. (#212 )
311
321
312
- v1.5.0
322
+ ### v1.5.0
313
323
Version 1.5.0
314
324
315
325
Release to support oauth2client >= 2.0.0.
@@ -320,22 +330,22 @@ v1.5.0
320
330
- Handle SSL errors with retries (#160 )
321
331
- Fix incompatibility with oauth2client v2.0.0 (#182 )
322
332
323
- v1.4.2
333
+ ### v1.4.2
324
334
Version 1.4.2
325
335
326
336
Add automatic caching for the discovery docs.
327
337
328
- v1.4.1
338
+ ### v1.4.1
329
339
Version 1.4.1
330
340
331
341
Add the googleapiclient.discovery.Resource.new_batch_http_request method.
332
342
333
- v1.4.0
343
+ ### v1.4.0
334
344
Version 1.4.0
335
345
336
346
Python 3 support.
337
347
338
- v1.3.2
348
+ ### v1.3.2
339
349
Version 1.3.2
340
350
341
351
Small bugfix release.
@@ -345,12 +355,12 @@ v1.3.2
345
355
- Better handling of ` content-length ` in media requests.
346
356
- Add support for methodPath entries containing colon.
347
357
348
- v1.3.1
358
+ ### v1.3.1
349
359
Version 1.3.1
350
360
351
361
Quick release for a fix around aliasing in v1.3.
352
362
353
- v1.3
363
+ ### v1.3
354
364
Version 1.3
355
365
356
366
Add support for the Google Application Default Credentials.
369
379
setup.py attempts to detect this and prevents it. Simply remove
370
380
the previous version and reinstall to fix this.
371
381
372
- v1.2
382
+ ### v1.2
373
383
Version 1.2
374
384
375
385
The use of the gflags library is now deprecated, and is no longer a
395
405
- Update AdExchange Buyer API examples to version v1.2.
396
406
397
407
398
- v1.1
408
+ ### v1.1
399
409
Version 1.1
400
410
401
411
Add PEM support to SignedJWTAssertionCredentials (used to only support
@@ -423,12 +433,12 @@ v1.1
423
433
- Ensure that dataWrapper feature is checked before using the 'data' value.
424
434
- HMAC verification does not use a constant time algorithm.
425
435
426
- v1.0
436
+ ### v1.0
427
437
Version 1.0
428
438
429
439
- Changes to the code for running tests and building releases.
430
440
431
- v1.0c3
441
+ ### v1.0c3
432
442
Version 1.0 Release Candidate 3
433
443
434
444
- In samples and oauth2 decorator, escape untrusted content before displaying it.
@@ -451,15 +461,15 @@ v1.0c3
451
461
- oauth2client support for URL-encoded format of exchange token response (e.g. Facebook)
452
462
- Build cleaner and easier to read docs for dynamic surfaces.
453
463
454
- v1.0c2
464
+ ### v1.0c2
455
465
Version 1.0 Release Candidate 2
456
466
457
467
- Parameter values of None should be treated as missing. Fixes issue #144 .
458
468
- Distribute the samples separately from the library source. Fixes issue #155 .
459
469
- Move all remaining samples over to client_secrets.json. Fixes issue #156 .
460
470
- Make locked_file.py understand win32file primitives for better awesomeness.
461
471
462
- v1.0c1
472
+ ### v1.0c1
463
473
Version 1.0 Release Candidate 1
464
474
465
475
- Documentation for the library has switched to epydoc:
@@ -484,7 +494,7 @@ v1.0c1
484
494
* new analytics api samples. Reviewed here: http://codereview.appspot.com/5494058/
485
495
- Convert all inline samples to the Farm API for consistency.
486
496
487
- v1.0beta8
497
+ ### v1.0beta8
488
498
- Updated meda upload support.
489
499
- Many fixes for batch requests.
490
500
- Better handling for requests that don't require a body.
@@ -499,7 +509,7 @@ v1.0beta8
499
509
'body' parameter in your call. The solution is to remove the unneeded
500
510
body={} parameter.
501
511
502
- v1.0beta7
512
+ ### v1.0beta7
503
513
- Support for batch requests. http://code.google.com/p/google-api-python-client/wiki/Batch
504
514
- Support for media upload. http://code.google.com/p/google-api-python-client/wiki/MediaUpload
505
515
- Better handling for APIs that return something other than JSON.
0 commit comments