Skip to content

Releases: googleapis/python-api-core

v1.11.1

07 Feb 02:26
Compare
Choose a tag to compare

05-28-2019 11:19 PDT

Implementation Changes

  • Classify 503 Service Unavailable errors as transient. (#8182)

Dependencies

  • Pin grpcio < 2.0dev. (#8182)

Internal / Testing Changes

  • Add parameterized test for from_rfc3339 with nanos (#7675)
  • Unbreak pytype by silencing a false positive. (#8106)

v1.11.0

07 Feb 02:26
Compare
Choose a tag to compare

05-15-2019 10:29 PDT

New Features

  • Refactor 'client_info' support. (#7849)

v1.10.0

07 Feb 02:26
Compare
Choose a tag to compare

04-29-2019 10:12 PDT

Implementation Changes

  • Append leading zeros for nanosecond precision DateTimes
    (#7663)

New Features

  • Add user_agent property to ClientInfo
    (#7799)

v1.9.0

07 Feb 02:26
Compare
Choose a tag to compare

04-05-2019 10:38 PDT

Implementation Changes

  • Allow passing metadata as part of creating a bidi (#7514)

Internal / Testing Changes

  • Update setup.py
  • API Core: specify a pytype output directory in setup.cfg. (#7639)

v1.8.2: Release api_core 1.8.2 (#7549)

07 Feb 02:26
Compare
Choose a tag to compare

03-22-2019 16:27 PDT

Implementation Changes

  • Remove classifier for Python 3.4 for end-of-life. (#7535)

Internal / Testing Changes

  • When re-opening a ResumableBidiRPC set _request_queue_generator to None. (#7548)

v1.8.1: Release api_core 1.8.1 (#7506)

07 Feb 02:27
Compare
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
Compare
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
Compare
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
Compare
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
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)