Skip to content

Bump google-api-python-client from 1.12.8 to 2.0.2

Bumps google-api-python-client from 1.12.8 to 2.0.2.

Release notes

Sourced from google-api-python-client's releases.

v2.0.2

Bug Fixes

  • Include discovery artifacts in published package (#1221) (ad618d0)

v2.0.1

Bug Fixes

Documentation

  • add a link to the migration guide in the changelog (#1213) (b85da5b)

v2.0.0

BREAKING CHANGES

  • 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

... (truncated)

Changelog

Sourced from google-api-python-client's changelog.

2.0.2 (2021-03-04)

Bug Fixes

  • Include discovery artifacts in published package (#1221) (ad618d0)

2.0.1 (2021-03-04)

Bug Fixes

Documentation

  • add a link to the migration guide in the changelog (#1213) (b85da5b)

2.0.0 (2021-03-03)

BREAKING CHANGES

The 2.0 release of google-api-python-client is a significant upgrade compared to v1. Please see the Migration Guide 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

... (truncated)

Commits

Merge request reports