Skip to content

Releases: googleapis/python-cloud-core

v1.7.0

14 Jun 21:33
e1c8d77
Compare
Choose a tag to compare

Features

Documentation

  • update python contributing guide (#80) (58deef8)

v1.6.0

06 Feb 01:17
4c834e2
Compare
Choose a tag to compare

Features

Documentation

  • python: document adding Python 3.9 support, dropping 3.5 support (#65) (860f345), closes #787

v1.5.0

14 Dec 19:20
d01c825
Compare
Choose a tag to compare

Features

  • add support for Python 3.9, drop support for Python 3.5 (#55) (ddf7ce5)

v1.4.4

02 Dec 17:47
fa5f312
Compare
Choose a tag to compare

Dependencies

  • require six>=1.12.0 and google-api-core>=1.21.0 (#46) (a97b9ca)

v1.4.3

06 Oct 20:32
4040b5b
Compare
Choose a tag to compare

Bug Fixes

  • avoid using 'pkg_resources' to determine version (#40) (568578d), closes #39

v1.4.2

02 Oct 19:02
23894f1
Compare
Choose a tag to compare

Bug Fixes

  • handle query_params tuples in JSONConnection.build_api_url (#34) (6a9adb3)

Performance Improvements

  • use prettyPrint=false by default (#28) (c407b5d)

v1.4.2rc2

29 Sep 19:01
14fd826
Compare
Choose a tag to compare

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

22 Sep 14:31
acfc071
Compare
Choose a tag to compare

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.1

06 Aug 07:32
0273a96
Compare
Choose a tag to compare

Bug Fixes

Documentation

v1.4.0

04 Aug 20:01
0969ab4
Compare
Choose a tag to compare

Features

  • add quota_project, credentials file, and scopes options (#15) (a1e11e1)
  • add support for Python 3.8 (#17) (f727aba), closes #16