Skip to content

Releases: googleapis/python-api-core

v1.27.0

18 May 00:32
c4ff747
Compare
Choose a tag to compare

Features

  • Add support for rest/ token in x-goog-api-client header (#189) (15aca6b)
  • retry google.auth TransportError and requests ConnectionError (#178) (6ae04a8)

v1.26.3

29 Mar 19:47
a5b175f
Compare
Choose a tag to compare

Bug Fixes

  • skip empty policy bindings in len() and iter() (#159) (9eaa786)

Documentation

v1.26.2

23 Mar 19:33
611b6dc
Compare
Choose a tag to compare

Bug Fixes

v1.26.1

01 Mar 17:03
b4860fe
Compare
Choose a tag to compare

Bug Fixes

  • add operation name to x-goog-request-params in async client (#137) (7271b23)

v1.26.0

08 Feb 17:33
7273090
Compare
Choose a tag to compare

Features

  • allow default_host and default_scopes to be passed to create_channel (#134) (94c76e0)

v1.25.1

25 Jan 19:52
5e8923f
Compare
Choose a tag to compare

Bug Fixes

  • add operation name to x-goog-request-params (#133) (97cef4a)

Documentation

v1.25.0

14 Jan 22:02
30211b4
Compare
Choose a tag to compare

Features

  • allow gRPC metadata to be passed to operations client (#127) (73854e8)

Documentation

  • python: document adding Python 3.9 support, dropping 3.5 support (#120) (b51b7f5), closes #787

v1.24.1

16 Dec 18:32
4e12b76
Compare
Choose a tag to compare

Bug Fixes

  • support 'retry' for ops built from HTTP/gRPC responses (#115) (7a38243), closes #87

v1.24.0

14 Dec 19:20
b394c08
Compare
Choose a tag to compare

Features

  • add support for Python 3.9, drop support for Python 3.5 (#111) (fdbed0f), closes #110

Documentation

  • explain how to create credentials from dict (#109) (5dce6d6)

v1.23.0

20 Oct 16:46
3e98cf5
Compare
Choose a tag to compare

Features

  • api-core: pass retry from result() to done() (#9) (6623b31)

Bug Fixes

  • map LRO errors to library exception types (#86) (a855339), closes #15
  • harden install to use full paths, and windows separators on windows (#88) (db8e636)
  • update out-of-date comment in exceptions.py (#93) (70ebe42)