Skip to content

Releases: googleapis/python-cloud-core

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

v1.3.0

07 Feb 02:05
Compare
Choose a tag to compare

01-31-2020 13:30 PST

New Features

  • Change default api_request() timeout to non-None (#10219)

v1.2.0

07 Feb 02:05
Compare
Choose a tag to compare

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)

07 Feb 02:06
Compare
Choose a tag to compare

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)