Releases: googleapis/google-api-python-client
Releases · googleapis/google-api-python-client
v1.9.1
chore: release 1.9.1 (#932) :robot: I have created a release \*beep\* \*boop\* --- ### [1.9.1](https://www.github.com/googleapis/google-api-python-client/compare/v1.9.0...v1.9.1) (2020-06-02) ### Bug Fixes * 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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
v1.9.0
chore: release 1.9.0 (#925) :robot: I have created a release \*beep\* \*boop\* --- ## [1.9.0](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.4...v1.9.0) (2020-06-02) ### Features * 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)) * 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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
v1.8.4
chore: release 1.8.4 (#904) * updated CHANGELOG.md [ci skip] * updated setup.py [ci skip] Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
v1.8.3
chore: release 1.8.3 (#887)
v1.8.2
Bug Fixes
- Remove
apiclient.__version__
(#871) (c7516a2), closes googleapis#870
v1.8.1
v1.8.0
v1.7.12
Bugfix release
Implementation Changes
- Look for field 'detail' in error message. (#739)
- Exclude 308s from httplib2 redirect codes list (#813)
Documentation
-
Remove oauth2client from docs (#738)
-
Fix typo. (#745)
-
Remove compatibility badges. (#746)
-
Correct response access (#750)
-
Fix link to API explorer (#760)
-
Fix argument typo in oauth2 code example (#763)
-
Recommend install with virtualenv (#768)
-
Fix capitalization in docs/README.md (#770)
-
Remove compatibility badges (#796)
-
Remove mentions of pycrypto (#799)
-
Fix typo in model.py
-
Add note about Google Ads llibrary (#814)
Internal / Testing Changes
v1.7.11
v1.7.10
Bugfix release
Implementation Changes
- Decode service to utf-8 (#723)
- Use print() function in both Python2 and Python 3 (#722)
- Make http.MediaFileUpload close its file descriptor (#600)
- Never make 'body' required (#718)
Documentation
- Add compatability check badges to README (#691)
- Regenerate docs (#696, #700)
- Create index file for dynamically generated docs (#702)
- Add docs folder with guides from developers.google.com (#706, #710)
Internal / Testing Changes