All Versions
136
Latest Version
Avg Release Cycle
10 days
Latest Release
504 days ago

Changelog History
Page 8

  • v2.1.0 Changes

    March 31, 2021

    ๐Ÿ”‹ Features

    • โž• add status_code property on http error handling (#1185) (db2a766)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ”„ Change default of static_discovery when discoveryServiceUrl set (#1261) (3b4f2e2)
    • correct api version in oauth-installed.md (#1258) (d1a255f)
    • ๐Ÿ›  fix .close() (#1231) (a9583f7)
    • Resolve issue where num_retries would have no effect (#1244) (c518472)

    ๐Ÿ“š Documentation

    • ๐Ÿ“„ Distinguish between public/private docs in 2.0 guide (#1226) (a6f1706)
    • โšก๏ธ Update README to promote cloud client libraries (#1252) (22807c9)
  • v2.0.2 Changes

    March 04, 2021

    ๐Ÿ› Bug Fixes

    • ๐Ÿ“ฆ Include discovery artifacts in published package (#1221) (ad618d0)
  • v2.0.1 Changes

    March 04, 2021

    ๐Ÿ› Bug Fixes

    ๐Ÿ“š Documentation

    • โž• add a link to the migration guide in the changelog (#1213) (b85da5b)
  • v2.0.0 Changes

    March 03, 2021

    โš  BREAKING CHANGES

    ๐Ÿš€ The 2.0 release of google-api-python-client is a significant upgrade compared to v1. Please see the [Migration Guide](UPGRADING.md) for more information.

    • deps: require 3.6+. (#961)

    ๐Ÿ”‹ Features

    • โž• Add support for using static discovery documents (#1109) (32d1c59)
    • โšก๏ธ Update synth.py to copy discovery files from discovery-artifact-manager (#1104) (af918e8)

    ๐Ÿ› Bug Fixes

    • Catch ECONNRESET and other errors more reliably (#1147) (ae9cd99)
    • deps: add upper-bound google-auth dependency (#1180) (c687f42)
    • ๐Ÿ– handle error on service not enabled (#1117) (c691283)
    • ๐Ÿ‘Œ Improve support for error_details (#1126) (e6a1da3)
    • MediaFileUpload error if file does not exist (#1127) (2c6d029)
    • ๐Ÿ—„ replace deprecated socket.error with OSError (#1161) (b7b9986)
    • ๐ŸŒฒ Use logging level info when file_cache is not available (#1125) (0b32e69)

    Miscellaneous Chores

    ๐Ÿ“š Documentation

    • โž• add networkconnectivity v1alpha1 (#1176) (91b61d3)
    • โœ‚ Delete redundant oauth-web.md (#1142) (70bc6c9)
    • ๐Ÿ›  fix MediaIoBaseUpload broken link (#1112) (334b6e6)
    • ๐Ÿ›  fix regression with incorrect args order in docs (#1141) (4249a7b)
    • ๐Ÿ›  fix typo in thread safety example code (#1100) (5ae088d)
    • โฌ‡๏ธ Reduce noisy changes in docs regen (#1135) (b1b0c83)
    • โšก๏ธ update docs/dyn (#1096) (c2228be)
    • โšก๏ธ update guidance on service accounts (#1120) (b2ea122)
  • v1.12.8 Changes

    November 18, 2020

    ๐Ÿ“š Documentation

  • v1.12.7 Changes

    November 17, 2020

    ๐Ÿ“š Documentation

    • โšก๏ธ Update Webmasters API sample (#1092) (12831f3)
  • v1.12.6 Changes

    November 16, 2020

    ๐Ÿ“š Documentation

    • ๐Ÿ”„ Change error parsing to check for 'message' (#1083) (a341c5a), closes #1082
    • โšก๏ธ Update oauth docs to include snippet to get email address of authenticated user (#1088) (25fba64), closes #1071
  • v1.12.5 Changes

    October 22, 2020

    ๐Ÿ› Bug Fixes

    • don't raise when downloading zero byte files (#1074) (86d8788)
  • v1.12.4 Changes

    October 20, 2020

    ๐Ÿ› Bug Fixes

    • don't set content-range on empty uploads (#1070) (af6035f)

    ๐Ÿ“š Documentation

  • v1.12.3 Changes

    September 29, 2020

    ๐Ÿ› Bug Fixes

    • deps: update setup.py to install httplib2>=0.15.0 (#1050) (c00f70d)