google-api-python-client v2.0.0 Release Notes

Release Date: 2021-03-03 // about 3 years ago
  • โš  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)