Releases: googleapis/python-cloud-core
Releases · googleapis/python-cloud-core
v1.6.0
Features
Documentation
- python: document adding Python 3.9 support, dropping 3.5 support (#65) (860f345), closes #787
v1.5.0
Features
- add support for Python 3.9, drop support for Python 3.5 (#55) (ddf7ce5)
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