Skip to content

Releases: googleapis/google-api-python-client

v2.3.0

28 Apr 13:03
1f32aa8

Choose a tag to compare

Features

  • apigee: update the api (3fd11cb)
  • dataflow: update the api (3fd11cb)
  • dialogflow: update the api (3fd11cb)
  • documentai: update the api (3fd11cb)
  • healthcare: update the api (3fd11cb)
  • osconfig: update the api (afea316)
  • sqladmin: update the api (cec4393)

v2.2.0

13 Apr 19:02
c4ecb6c

Choose a tag to compare

Features

  • Adds support for errors.py to also use 'errors' for error_details (#1281) (a5d2081)

v2.1.0

31 Mar 20:49
cc717a1

Choose a tag to compare

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

04 Mar 17:48
b9f1d0b

Choose a tag to compare

Bug Fixes

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

v2.0.1

04 Mar 12:47
401c05e

Choose a tag to compare

Bug Fixes

Documentation

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

v2.0.0

03 Mar 22:02
a9c7ddc

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

Choose a tag to compare

Documentation

v1.12.7

18 Nov 12:32
b94e360

Choose a tag to compare

Documentation

v1.12.6

17 Nov 18:16
5c9bab1

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

Choose a tag to compare

Bug Fixes

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