Skip to content

Releases: googleapis/python-api-core

v1.14.2

07 Feb 02:25

Choose a tag to compare

07-30-2019 14:08 PDT

Documentation

  • Add client_options documentation. (#8834)

v1.14.1

07 Feb 02:25

Choose a tag to compare

07-30-2019 12:24 PDT

Implementation Changes

  • Remove error log entry on clean BiDi shutdown. (#8806)
  • Forward 'timeout' arg from 'exception' to _blocking_poll. (#8735)

Documentation

  • Update intersphinx mapping for requests. (#8805)
  • Link to googleapis.dev documentation in READMEs. (#8705)

v1.14.0

07 Feb 02:25

Choose a tag to compare

07-17-2019 13:16 PDT

New Features

  • Firestore: Add should_terminate predicate for clean BiDi shutdown. (#8650)

Dependencies

  • Update pins of 'googleapis-common-protos. (#8688)

Documentation

  • Add compatibility check badges to READMEs. (#8288)

Internal / Testing Changes

  • All: Add docs job to publish to googleapis.dev. (#8464)

v1.13.0

07 Feb 02:25

Choose a tag to compare

06-24-2019 10:34 PDT

New Features

  • Add client_options.ClientOptions object. (#8265)

v1.12.0

07 Feb 02:25

Choose a tag to compare

06-18-2019 12:37 PDT

New Features

  • Add Throttling to Bidi Reopening. Mitigates ResumableBidiRpc consuming 100% CPU (#8193)

v1.11.1

07 Feb 02:26

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

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

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

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

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)