- 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)