01-31-2020 13:30 PST
- Change default api_request() timeout to non-None (#10219)
01-14-2020 13:22 PST
- chores(core): bump api-core dependency to 1.16.0 (#10111)
12-04-2019 13:56 PST
- Add timeout param to
JSONConnection.api_request(). (#9915)
- Add Python 2 sunset banner to documentation. (#9036)
- Fix intersphinx reference to requests. (#9294)
- Fix Google Auth Credentials help link now. (#9260)
- Remove CI for gh-pages, use googleapis.dev for api_core refs. (#9085)
- Remove compatability badges from READMEs. (#9035)
- Update intersphinx mapping for requests. (#8805)
07-26-2019 10:34 PDT
- Make
Client.build_api_urlan instance method. (#8747)
- Bump minimum version for google-api-core to 1.14.0. (#8709)
- Linkify the PR in the change log. (#8790)
- Link to googleapis.dev documentation in READMEs. (#8705)
- Add compatibility check badges to READMEs. (#8288)
- Removing typing information for
**kwargsin order to not conflict with type checkers. (#8546)
- Add nox session 'docs' to remaining manual clients. (#8478)
- Add docs job to publish to googleapis.dev. (#8464)
06/11/2019 15:19 PDT
- Prevent requests from hanging on SSL handshake issue by adding a max timeout of 5 minutes. (#8207)
05-28-2019 11:22 PDT
- Pin
grpcio < 2.0dev. (#8182)
05-15-2019 13:09 PDT
- Remove classifier for Python 3.4 for end-of-life. (#7535)
- Refactor
client_infosupport. (#7849)
- Update dep on
api_core>= 1.11.0. (#7986)
- Updated client library documentation URLs. (#7307)
12-17-2018 16:35 PST
- Document Python 2 deprecation (#6910)
12-03-2018 15:54 PST
- Remove iam module from core. This module is now available as part of google-api-core. (#6775)
- Fix
_time_from_iso8601_time_naivefor values with micros. (#5756) - Import stdlib ABCs from
collections.abcrather thancollections. (#6451)
- Bump minimum
api_coreversion to 1.0.0. (#6391)
- Blacken api_core and core. (#6668)
- Add / fix badges for PyPI / versions. (#6158)
- Use new Nox. (#6175)
- Use inplace installs for nox (#5865)
- Fix bad trove classifier.
- Add Test runs for Python 3.7 and remove 3.4 (#5295)
- Update dependency range for api-core to include v1.0.0 releases (#4944)
- Requiring 'grpcio >= 1.8.2'. (#4642)
- DefaultCredentialsError could be raised if credentials not supplied (#4688)
- Unreachable links in the readme files have been fixed. (#4406)
- Fixing "Fore" -> "For" typo in README docs. (#4317)
- Re-enable lint for tests, remove usage of pylint (#4921)
- Normalize all setup.py files (#4909)
- Making a
nox -s defaultsession for all packages. (#4324) - Shorten test names (#4321)
- A large portion of the implementation has moved into
google-api-core(#4022, #4041, #4057, #4067, #4069, #4079, #4081, #4166, #4221)
- Explicit depending on
google-api-coreand upgrading togrpcio >= 1.7.0(see #4096, #4280 and grpc/grpc#12455)
- Rename
google.cloud.obseletemodule toobsolete(#3913, h/t to @dimaqq)