Skip to content

Releases: googleapis/google-api-python-client

v1.9.1

02 Jun 18:46
936caa5
Compare
Choose a tag to compare
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

02 Jun 17:46
cafb9e0
Compare
Choose a tag to compare
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

26 May 20:16
b8458c0
Compare
Choose a tag to compare
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

13 May 01:31
54aa94d
Compare
Choose a tag to compare
chore: release 1.8.3 (#887)

v1.8.2

21 Apr 20:18
bd58139
Compare
Choose a tag to compare

Bug Fixes

v1.8.1

20 Apr 21:37
df4aa2b
Compare
Choose a tag to compare

(2020-04-20)

Bug Fixes


v1.8.0

13 Mar 22:45
26823fa
Compare
Choose a tag to compare

Release to support API endpoint override.

New Features

  • Add api endpoint override. (#829)

Implementation Changes

  • Don't set http.redirect_codes if the attr doesn't exist and allow more httplib2 versions. (#841)

v1.7.12

11 Mar 20:28
814c282
Compare
Choose a tag to compare

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)

  • Fix TypeError: search_analytics_api_sample.py #732 (#742)

  • 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

  • Blacken (#772)
  • Move kokoro configs (#832)

v1.7.11

12 Aug 17:41
bce1b1d
Compare
Choose a tag to compare

Bugfix release

Implementation Changes

  • Pass library and Python version in x-goog-api-client header (#734)

Documentation

  • Fix typo in filename used in 'docs/auth.md' (#736)

v1.7.10

24 Jul 22:16
c2936e1
Compare
Choose a tag to compare

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

  • Fix http.py, lint errors, unit test (#724)
  • tox.ini: Look for Python syntax errors and undefined names (#721)