Skip to content

Releases: googleapis/python-api-core

v1.8.1: Release api_core 1.8.1 (#7506)

07 Feb 02:27

Choose a tag to compare

03-12-2019 12:45 PDT

Implementation Changes

  • Protect the creation of a background thread in BackgroundConsumer and wait on it starting. (#7499)

v1.8.0

07 Feb 02:27

Choose a tag to compare

02-23-2019 15:46 PST

New Features

  • Add support to unwrap Anys into wrapped pb2 objects. (#7430)
  • Add Operation.deserialize. (#7427)

Documentation

  • Updated client library documentation URLs. (#7307)

Internal / Testing Changes

  • Fix new lint failure. (#7382)

v1.7.0

07 Feb 02:27

Choose a tag to compare

12-17-2018 13:56 PST

New Features

  • Support converting DatetimeWithNanos to / from google.protobuf.timestamp_pb2.Timestamp. (#6919)

Documentation

  • Document Python 2 deprecation. (#6910)
  • Add usage example for google.api_core.iam.Polcy. (#6855)

Internal / Testing Changes

  • Work around pytype big for ABCMeta.register. (#6873)

v1.6.0

07 Feb 02:27

Choose a tag to compare

11-30-2018 12:45 PST

Implementation Changes

  • Import stdlib ABCs from 'collections.abc' rather than 'collections'. (#6451)

New Features

  • Move google.cloud.iam (core) to google.api_core.iam (#6740)
  • Add bidi support to api_core. (#6191)

Documentation

Internal / Testing Changes

  • blacken api_core and core (#6668)

v1.5.2: Release api_core 1.5.2 (#6471)

07 Feb 02:28

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

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

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

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

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

Choose a tag to compare

New Features

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