Changelog¶
1.5.0 (2020-12-14)¶
Bug Fixes¶
deps: fix missing scopes attribute in client_options (#24) (a0e7730), closes /github.com/googleapis/python-cloud-core/issues/23#issuecomment-669504557
1.4.2rc2¶
09-24-2020 09:29 PDT
1.4.2rc1¶
09-21-2020 14:45 PDT
1.1.0¶
12-04-2019 13:56 PST
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)
1.0.2¶
06/11/2019 15:19 PDT
1.0.0¶
05-15-2019 13:09 PDT
0.29.0¶
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¶
0.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)
0.28.0¶
Notable Implementation Changes¶
A large portion of the implementation has moved into
google-api-core
(#4022, #4041, #4057, #4067, #4069, #4079, #4081, #4166, #4221)
Dependencies¶
Explicit depending on
google-api-core
and upgrading togrpcio >= 1.7.0
(see #4096, #4280 and https://github.com/grpc/grpc/issues/12455)
Interface changes / additions¶
Rename
google.cloud.obselete
module toobsolete
(#3913, h/t to @dimaqq)
PyPI: https://pypi.org/project/google-cloud-core/0.28.0/