Releases: googleapis/python-api-core
Releases · googleapis/python-api-core
v1.13.0
06-24-2019 10:34 PDT
New Features
- Add
client_options.ClientOptions
object. (#8265)
v1.12.0
06-18-2019 12:37 PDT
New Features
- Add Throttling to Bidi Reopening. Mitigates ResumableBidiRpc consuming 100% CPU (#8193)
v1.11.1
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
05-15-2019 10:29 PDT
New Features
- Refactor 'client_info' support. (#7849)
v1.10.0
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
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)
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)
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
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
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)