Releases: googleapis/python-cloud-core
Releases · googleapis/python-cloud-core
v1.4.4
Dependencies
- require
six>=1.12.0
and google-api-core>=1.21.0
(#46) (a97b9ca)
v1.4.3
Bug Fixes
- avoid using 'pkg_resources' to determine version (#40) (568578d), closes #39
v1.4.2
Bug Fixes
- handle query_params tuples in JSONConnection.build_api_url (#34) (6a9adb3)
Performance Improvements
v1.4.2rc2
09-24-2020 09:29 PDT
Implementation Changes
- fix: handle query_params tuples in JSONConnection.build_api_url (#34)
Internal / Testing Changes
- chore: add default CODEOWNERS (#33)
v1.4.2rc1
09-21-2020 14:45 PDT
Implementation Changes
- perf: use prettyPrint=false by default (#28)
Internal / Testing Changes
- test: fix mock credentials to allow for quota projects (#29)
v1.4.0
Features
- add quota_project, credentials file, and scopes options (#15) (a1e11e1)
- add support for Python 3.8 (#17) (f727aba), closes #16
v1.3.0
01-31-2020 13:30 PST
New Features
- Change default api_request() timeout to non-None (#10219)
v1.2.0
01-14-2020 13:22 PST
Dependencies
- chores(core): bump api-core dependency to 1.16.0 (#10111)
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)