Skip to content

Releases: googleapis/google-api-python-client

v2.0.0

03 Mar 22:02
a9c7ddc
Compare
Choose a tag to compare

⚠ 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

v1.12.8

18 Nov 17:32
d0110cf
Compare
Choose a tag to compare

Documentation

v1.12.7

18 Nov 12:32
b94e360
Compare
Choose a tag to compare

Documentation

v1.12.6

17 Nov 18:16
5c9bab1
Compare
Choose a tag to compare

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

22 Oct 15:17
8430fac
Compare
Choose a tag to compare

Bug Fixes

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

v1.12.4

20 Oct 23:07
857eaf3
Compare
Choose a tag to compare

Bug Fixes

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

Documentation

v1.12.3

29 Sep 16:17
a527de2
Compare
Choose a tag to compare

Bug Fixes

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

v1.12.2

23 Sep 17:31
2d076b8
Compare
Choose a tag to compare

Bug Fixes

v1.12.1

14 Sep 20:46
73d71a4
Compare
Choose a tag to compare

Bug Fixes

v1.12.0

14 Sep 16:01
269fdb8
Compare
Choose a tag to compare

Features

  • add quota_project, credentials_file, and scopes support (#1022) (790e702)

Documentation