Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Releases: googleapis/python-resource-manager

v0.30.2

19 May 17:49
b876d04
Compare
Choose a tag to compare

Bug Fixes

  • fix list_projects behavior for multiple filter params (#20) (26a708a)

v0.30.1

02 Mar 18:01
27cf673
Compare
Choose a tag to compare
chore: release 0.30.1 (#11)

v0.30.0

04 Feb 22:58
Compare
Choose a tag to compare

10-10-2019 11:38 PDT

New Features

  • Add client_options support. (#9043)

Dependencies

  • Pin minimum version of google-cloud-core to 1.0.3. (#9043)

Documentation

  • Fix intersphinx reference to requests. (#9294)
  • 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)

v0.29.2

04 Feb 22:58
Compare
Choose a tag to compare

07-24-2019 17:25 PDT

Documentation

  • Link to googleapis.dev documentation in READMEs. (#8705)
  • Add compatibility check badges to READMEs. (#8288)

Internal / Testing Changes

  • Add nox session 'docs' to remaining manual clients. (#8478)
  • Add docs job to publish to googleapis.dev. (#8464)

v0.29.1

04 Feb 22:58
Compare
Choose a tag to compare

06-04-2019 11:14 PDT

Dependencies

  • Don't pin google-api-core in libs using google-cloud-core. (#8213)

v0.29.0

04 Feb 22:59
Compare
Choose a tag to compare

05-16-2019 12:31 PDT

Implementation Changes

  • Remove classifier for Python 3.4 for end-of-life. (#7535)

New Features

  • Add client_info support to client / connection. (#7870)

Dependencies

  • Pin google-cloud-core >= 1.0.0, < 2.0dev. (#7993)

Documentation

  • Updated client library documentation URLs. (#7307)

v0.28.3: Release resource_manager 0.28.3 (#6950)

04 Feb 22:59
Compare
Choose a tag to compare

12-17-2018 16:59 PST

Documentation

  • Document Python 2 deprecation (#6910)
  • Docs/fixit: normalize docs for page_size / max_results / page_token. (#6842)

v0.28.2: Release resource_manager 0.28.2 (#6894)

04 Feb 22:59
Compare
Choose a tag to compare

12-10-2018 13:00 PST

Implementation Changes

  • Import iam.policy from google.api_core. (#6741)
  • Fix filter_params argument in list_projects (#5383)

Dependencies

  • Update dependency to google-cloud-core (#6835)
  • Bump minimum api_core version for all GAPIC libs to 1.4.1. (#6391)

Documentation

  • Normalize use of support level badges (#6159)
  • Prep docs for repo split. (#6022)
  • Declutter sidebar by supplying explict short titles. (#5939)

Internal / Testing Changes

  • Add blacken to noxfile (#6795)
  • Add templates for flake8, coveragerc, noxfile, and black. (#6642)
  • Use new Nox (#6175)
  • Nox: use inplace installs (#5865)
  • Add Test runs for Python 3.7 and remove 3.4 (#5295)
  • Fix bad trove classifier

v0.28.1

04 Feb 22:59
Compare
Choose a tag to compare

Dependencies

  • Update dependency range for api-core to include v1.0.0 releases (#4944)

Documentation

  • Fixing "Fore" -> "For" typo in README docs. (#4317)

Testing and internal changes

  • Install local dependencies when running lint (#4936)
  • Re-enable lint for tests, remove usage of pylint (#4921)
  • Normalize all setup.py files (#4909)
  • Making a nox -s default session for all packages. (#4324)
  • Shorten test names (#4321)