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
212 Version 1.8.0
313
414 Release to support API endpoint override.
919 Implementation Changes
1020 - 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 ) )
1121
12- v1.7.12
22+ ### v1.7.12
1323 Version 1.7.12
1424
1525 Bugfix release
@@ -39,7 +49,7 @@ v1.7.12
3949 - Blacken ([ #772 ] ( https://github.com/googleapis/google-api-python-client/pull/722 ) )
4050 - Move kokoro configs ([ #832 ] ( https://github.com/googleapis/google-api-python-client/pull/832 ) )
4151
42- v1.7.11
52+ ### v1.7.11
4353 Version 1.7.11
4454
4555 Bugfix release
@@ -51,7 +61,7 @@ v1.7.11
5161 - Fix typo in filename used in 'docs/auth.md' ([ #736 ] ( https://github.com/googleapis/google-api-python-client/pull/736 ) )
5262
5363
54- v1.7.10
64+ ### v1.7.10
5565 Version 1.7.10
5666
5767 Bugfix release
@@ -73,21 +83,21 @@ v1.7.10
7383 - tox.ini: Look for Python syntax errors and undefined names ([ #721 ] ( https://github.com/googleapis/google-api-python-client/pull/721 ) )
7484
7585
76- v1.7.9
86+ ### v1.7.9
7787 Version 1.7.9
7888
7989 Bugfix release
8090 - Remove Django Samples. ([ #657 ] ( https://github.com/googleapis/google-api-python-client/pull/657 ) )
8191 - Call request_orig with kwargs ([ #658 ] ( https://github.com/googleapis/google-api-python-client/pull/658 ) )
8292
83- v1.7.8
93+ ### v1.7.8
8494 Version 1.7.8
8595
8696 Bugfix release
8797 - Convert '$' in method name to '_ ' ([ #616 ] ( https://github.com/googleapis/google-api-python-client/pull/616 ) )
8898 - Alias unitest2 import as unittest in test__ auth.py ([ #613 ] ( https://github.com/googleapis/google-api-python-client/pull/613 ) )
8999
90- v1.7.7
100+ ### v1.7.7
91101 Version 1.7.7
92102
93103 Bugfix release
@@ -100,50 +110,50 @@ v1.7.7
100110
101111 - Add badges ([#455](https://github.com/google/google-api-python-client/pull/455))
102112
103- v1.7.6
113+ ### v1.7.6
104114 Version 1.7.6
105115
106116 Bugfix release
107117
108118 - Add client-side limit for batch requests (#585 )
109119
110- v1.7.5
120+ ### v1.7.5
111121 Version 1.7.5
112122
113123 Bugfix release
114124
115125 - Fix the client to respect the passed in developerKey and credentials
116126
117- v1.7.4
127+ ### v1.7.4
118128 Version 1.7.4
119129
120130 Bugfix release
121131
122132 - Catch ServerNotFoundError to retry the request (#532 )
123133
124- v1.7.3
134+ ### v1.7.3
125135 Version 1.7.3
126136
127137 Bugfix release
128138
129139 - Make apiclient.sample_tools gracefully fail to import (#525 ).
130140
131141
132- v1.7.2
142+ ### v1.7.2
133143 Version 1.7.2
134144
135145 Bugfix release
136146
137147 - Remove unnecessary check in apiclient/__ ini__ .py (#522 ).
138148
139- v1.7.1
149+ ### v1.7.1
140150 Version 1.7.1
141151
142152 Bugfix release
143153
144154 - Remove unnecessary check in setup.py (#518 ).
145155
146- v1.7.0
156+ ### v1.7.0
147157 Version 1.7.0
148158
149159 This release drops the hard requirement on oauth2client and installs
@@ -153,7 +163,7 @@ v1.7.0
153163 - Drop oauth2client dependency (#499 )
154164 - Include tests in source distribution (#514 )
155165
156- v1.6.7
166+ ### v1.6.7
157167 Version 1.6.7
158168
159169 Bugfix release
@@ -170,7 +180,7 @@ v1.6.7
170180 - discovery.py: remove unused oauth2client import. (#492 )
171181 - Update README to reference GCP API client libraries. (#490 )
172182
173- v1.6.6
183+ ### v1.6.6
174184 Version 1.6.6
175185
176186 Bugfix release
@@ -179,7 +189,7 @@ v1.6.6
179189 - Increase the default media chunksize to 100MB. (#482 )
180190 - Remove unnecessary parsing of mime headers in HttpRequest.__ init__ (#467 )
181191
182- v1.6.5
192+ ### v1.6.5
183193 Version 1.6.5
184194
185195 Bugfix release
@@ -198,14 +208,14 @@ v1.6.5
198208 - Handle variant error format gracefully. (#459 )
199209 - Avoid testing against Django >= 2.0.0 on Python 2. (#460 )
200210
201- v1.6.4
211+ ### v1.6.4
202212 Version 1.6.4
203213
204214 Bugfix release
205215
206216 - Warn when google-auth credentials are used but google-auth-httplib2 isn't available. (#443 )
207217
208- v1.6.3
218+ ### v1.6.3
209219 Version 1.6.3
210220
211221 Bugfix release
@@ -221,7 +231,7 @@ v1.6.3
221231 - Don't treat httplib2.Credentials as oauth credentials. (#425 )
222232 - Various fixes to the Django sample. (#413 )
223233
224- v1.6.2
234+ ### v1.6.2
225235 Version 1.6.2
226236
227237 Bugfix release
@@ -230,14 +240,14 @@ v1.6.2
230240 when a developerKey was specified. (#347 )
231241 - Official support for Python 3.5 and 3.6. (#341 )
232242
233- v1.6.1
243+ ### v1.6.1
234244 Version 1.6.1
235245
236246 Bugfix release
237247
238248 - Fixed a bug where using google-auth with scoped credentials would fail. (#328 )
239249
240- v1.6.0
250+ ### v1.6.0
241251 Version 1.6.0
242252
243253 Release to drop support for Python 2.6 and add support for google-auth.
@@ -258,7 +268,7 @@ v1.6.0
258268 - Fixed resumable upload failure when receiving a 308 response. (#312 )
259269 - Clarified the support versions of Python 3. (#316 )
260270
261- v1.5.5
271+ ### v1.5.5
262272 Version 1.5.5
263273
264274 Bugfix release
@@ -268,7 +278,7 @@ v1.5.5
268278 - Refresh all discovery docs, not just the preferred ones. (#298 )
269279 - Update minimum httplib2 dependency to >=0.9.2.
270280
271- v1.5.4
281+ ### v1.5.4
272282 Version 1.5.4
273283
274284 Bugfix release
@@ -278,14 +288,14 @@ v1.5.4
278288 - Allow oauth2client 4.0.0, with the caveat that file-based discovery
279289 caching is disabled.
280290
281- v1.5.3
291+ ### v1.5.3
282292 Version 1.5.3
283293
284294 Bugfix release
285295
286296 - Fixed import error with oauth2client >= 3.0.0. (#270 )
287297
288- v1.5.2
298+ ### v1.5.2
289299 Version 1.5.2
290300
291301 Bugfix release
@@ -296,7 +306,7 @@ v1.5.2
296306 - Obtain access token if necessary in BatchHttpRequest.execute(). (#232 )
297307 - Warn when running tests using HttpMock without having a cache. (#261 )
298308
299- v1.5.1
309+ ### v1.5.1
300310 Version 1.5.1
301311
302312 Bugfix release
@@ -309,7 +319,7 @@ v1.5.1
309319 - Use named loggers instead of the root logger. (#206 )
310320 - New search console example. (#212 )
311321
312- v1.5.0
322+ ### v1.5.0
313323 Version 1.5.0
314324
315325 Release to support oauth2client >= 2.0.0.
@@ -320,22 +330,22 @@ v1.5.0
320330 - Handle SSL errors with retries (#160 )
321331 - Fix incompatibility with oauth2client v2.0.0 (#182 )
322332
323- v1.4.2
333+ ### v1.4.2
324334 Version 1.4.2
325335
326336 Add automatic caching for the discovery docs.
327337
328- v1.4.1
338+ ### v1.4.1
329339 Version 1.4.1
330340
331341 Add the googleapiclient.discovery.Resource.new_batch_http_request method.
332342
333- v1.4.0
343+ ### v1.4.0
334344 Version 1.4.0
335345
336346 Python 3 support.
337347
338- v1.3.2
348+ ### v1.3.2
339349 Version 1.3.2
340350
341351 Small bugfix release.
@@ -345,12 +355,12 @@ v1.3.2
345355 - Better handling of ` content-length ` in media requests.
346356 - Add support for methodPath entries containing colon.
347357
348- v1.3.1
358+ ### v1.3.1
349359 Version 1.3.1
350360
351361 Quick release for a fix around aliasing in v1.3.
352362
353- v1.3
363+ ### v1.3
354364 Version 1.3
355365
356366 Add support for the Google Application Default Credentials.
369379 setup.py attempts to detect this and prevents it. Simply remove
370380 the previous version and reinstall to fix this.
371381
372- v1.2
382+ ### v1.2
373383 Version 1.2
374384
375385 The use of the gflags library is now deprecated, and is no longer a
395405 - Update AdExchange Buyer API examples to version v1.2.
396406
397407
398- v1.1
408+ ### v1.1
399409 Version 1.1
400410
401411 Add PEM support to SignedJWTAssertionCredentials (used to only support
@@ -423,12 +433,12 @@ v1.1
423433 - Ensure that dataWrapper feature is checked before using the 'data' value.
424434 - HMAC verification does not use a constant time algorithm.
425435
426- v1.0
436+ ### v1.0
427437 Version 1.0
428438
429439 - Changes to the code for running tests and building releases.
430440
431- v1.0c3
441+ ### v1.0c3
432442 Version 1.0 Release Candidate 3
433443
434444 - In samples and oauth2 decorator, escape untrusted content before displaying it.
@@ -451,15 +461,15 @@ v1.0c3
451461 - oauth2client support for URL-encoded format of exchange token response (e.g. Facebook)
452462 - Build cleaner and easier to read docs for dynamic surfaces.
453463
454- v1.0c2
464+ ### v1.0c2
455465 Version 1.0 Release Candidate 2
456466
457467 - Parameter values of None should be treated as missing. Fixes issue #144 .
458468 - Distribute the samples separately from the library source. Fixes issue #155 .
459469 - Move all remaining samples over to client_secrets.json. Fixes issue #156 .
460470 - Make locked_file.py understand win32file primitives for better awesomeness.
461471
462- v1.0c1
472+ ### v1.0c1
463473 Version 1.0 Release Candidate 1
464474
465475 - Documentation for the library has switched to epydoc:
@@ -484,7 +494,7 @@ v1.0c1
484494 * new analytics api samples. Reviewed here: http://codereview.appspot.com/5494058/
485495 - Convert all inline samples to the Farm API for consistency.
486496
487- v1.0beta8
497+ ### v1.0beta8
488498 - Updated meda upload support.
489499 - Many fixes for batch requests.
490500 - Better handling for requests that don't require a body.
@@ -499,7 +509,7 @@ v1.0beta8
499509 'body' parameter in your call. The solution is to remove the unneeded
500510 body={} parameter.
501511
502- v1.0beta7
512+ ### v1.0beta7
503513 - Support for batch requests. http://code.google.com/p/google-api-python-client/wiki/Batch
504514 - Support for media upload. http://code.google.com/p/google-api-python-client/wiki/MediaUpload
505515 - Better handling for APIs that return something other than JSON.
0 commit comments