All Versions
155
Latest Version
Avg Release Cycle
58 days
Latest Release
27 days ago

Changelog History
Page 12

  • v1.8.3 Changes

    May 01, 2020

    ๐Ÿ› Bug Fixes

    • โฌ‡๏ธ downgrade repetitive logging calls to debug (#885) (3bf2781), closes #781
  • v1.8.2 Changes

    April 21, 2020

    ๐Ÿ› Bug Fixes

  • v1.8.1 Changes

    April 20, 2020

    (2020-04-20)

    ๐Ÿ› Bug Fixes


  • v1.8.0 Changes

    March 13, 2020

    Version 1.8.0

    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 Changes

    March 11, 2020

    ๐Ÿ›  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 Changes

    August 12, 2019

    Version 1.7.11

    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 Changes

    July 24, 2019

    Version 1.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

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

    May 22, 2019

    Version 1.7.9

    Bugfix release

    • Remove Django Samples. (#657)
    • Call request_orig with kwargs (#658)
  • v1.7.8 Changes

    January 28, 2019

    Version 1.7.8

    Bugfix release

    • Convert '$' in method name to '_' (#616)
    • Alias unitest2 import as unittest in test__auth.py (#613)
  • v1.7.7 Changes

    December 19, 2018

    Version 1.7.7

    Bugfix release
    - Change xrange to range ([#601](https://github.com/googleapis/google-api-python-client/pull/601))
    - Typo in http.py exception message. ([#602](https://github.com/googleapis/google-api-python-client/pull/602))
    
    - Announce deprecation of Python 2.7 ([#603](https://github.com/googleapis/google-api-python-client/pull/603))
    - Updates documentation for stopping channel subscriptions ([#598](https://github.com/googleapis/google-api-python-client/pull/598))
    - Adding example for searchAppearance ([#414](https://github.com/googleapis/google-api-python-client/pull/414))
    
    - Add badges ([#455](https://github.com/googleapis/google-api-python-client/pull/455))