Releases: googleapis/python-cloud-core
Releases · googleapis/python-cloud-core
v1.3.0
v1.2.0
v1.1.0: chore(core): release 1.1.0 (#9917)
12-04-2019 13:56 PST
New Features
- Add timeout param to
JSONConnection.api_request()
. (#9915)
Documentation
- 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)
v1.0.3
07-26-2019 10:34 PDT
Implementation Changes
- Make
Client.build_api_url
an instance method. (#8747)
Dependencies
- Bump minimum version for google-api-core to 1.14.0. (#8709)
Documentation
- 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
**kwargs
in order to not conflict with type checkers. (#8546)
Internal / Testing Changes
v1.0.2
v1.0.1
v1.0.0
v0.29.1: Release core 0.29.1 (#6942)
v0.29.0: Release core 0.29.0 (#6834)
12-03-2018 15:54 PST
Breaking Changes
- Remove iam module from core. This module is now available as part of google-api-core. (#6775)
Implementation Changes
- Fix
_time_from_iso8601_time_naive
for values with micros. (#5756) - Import stdlib ABCs from
collections.abc
rather thancollections
. (#6451)
Dependencies
- Bump minimum
api_core
version to 1.0.0. (#6391)
Internal / Testing Changes
v0.28.1
Dependencies
- Update dependency range for api-core to include v1.0.0 releases (#4944)
- Requiring 'grpcio >= 1.8.2'. (#4642)
Documentation
- 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)
Testing and internal changes
- Re-enable lint for tests, remove usage of pylint (#4921)
- Normalize all setup.py files (#4909)
- Making a
nox -s default
session for all packages. (#4324) - Shorten test names (#4321)