Releases: googleapis/python-api-core
Releases · googleapis/python-api-core
v1.15.0
12-16-2019 15:27 PST
New Features
- Make the last retry happen at deadline. (#9873)
- Add a repr method for ClientOptions. (#9849)
- Simplify
from_rfc3339
methods. (#9641)
- Provide a
raw_page
field for page_iterator.Page
. (#9486)
Documentation
- Add Python 2 sunset banner to documentation. (#9036)
- Remove references to the old authentication credentials. (#9456)
v1.14.3
10-07-2019 10:35 PDT
Implementation Changes
- Finalize during close of 'ResumableBidiRpc' (#9337)
- add on_error to Retry.init (#8892)
- Fix race in 'BackgroundConsumer._thread_main'. (#8883)
Documentation
- Fix intersphinx reference to requests (#9294)
- Fix broken links in docs. (#9148)
- About of time -> amount of time (#9052)
- Remove compatability badges from READMEs. (#9035)
Internal / Testing Changes
- Remove CI for gh-pages, use googleapis.dev for api_core refs. (#9085)
v1.14.2
07-30-2019 14:08 PDT
Documentation
- Add client_options documentation. (#8834)
v1.14.1
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-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
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)