Skip to content

Releases: googleapis/python-api-core

v1.5.2: Release api_core 1.5.2 (#6471)

07 Feb 02:28
Compare
Choose a tag to compare

11-09-2018 14:22 PST

Implementation Changes

  • Retry transient errors in 'PollingFuture.result'. (#6305)

Dependencies

  • Remove hyphen from named extra in api_core. (#6468)
  • Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. (#6391)
  • Avoid broken 'google-common-apis 1.5.4' release. (#6355)

v1.5.1

07 Feb 02:28
Compare
Choose a tag to compare

10-29-2018 13:29 PDT

Implementation Changes

  • Don't URL-encode slashes in gRPC request headers. (#6310)

Internal / Testing Changes

  • Back out changes from #6267 / api_core-1.6.0a1 release. (#6328)

v1.5.0

07 Feb 02:28
Compare
Choose a tag to compare

New Features

  • Add bidi, Bidirection Streaming, to api-core (#6211)

Internal / Testing Changes

v1.4.1

07 Feb 02:28
Compare
Choose a tag to compare

Dependencies

  • Pin minimum protobuf dependency to 3.4.0. (#6132)

Internal / Testing Changes

  • Add type-checking via pytype to api_core. (#6116

v1.4.0

07 Feb 02:29
Compare
Choose a tag to compare

Dependencies

  • Add support for gRPC connection management (available when using optional grpc_gcp dependency) (#5553) (#5904)
  • Update classifiers to drop Python 3.4 and add Python 3.7 (#5702)

v1.3.0

07 Feb 02:29
Compare
Choose a tag to compare

New Features

  • Add protobuf_helpers.field_mask to calculate a field mask from two messages (#5320)

v1.2.1

07 Feb 02:31
Compare
Choose a tag to compare

Implementation Changes

  • Make client_info work without gRPC installed. (#5075)
  • Rename x-goog-header-params to x-goog-request-params (#5495)

v1.2.0

07 Feb 02:32
Compare
Choose a tag to compare

Implementation Changes

  • Add close method to grpc Channel (#5333

Internal / Testing Changes

  • Fix tests after grpcio update (#5333
  • Add Test runs for Python 3.7 and remove 3.4 (#5295

v1.1.2

07 Feb 02:32
Compare
Choose a tag to compare

Packaging

  • Update setuptools before packaging (#5265)

v1.1.1

07 Feb 02:33
Compare
Choose a tag to compare

Internal / Testing Changes

  • Use install_requires for platform dependencies instead of extras_require (#4991)
  • Update trove classifer to '5 - Production/Stable'