Changelog

PyPI History

1.10.3 (2023-08-03)

Documentation

1.10.2 (2023-07-05)

Bug Fixes

1.10.1 (2023-05-04)

Documentation

  • Add documentation for additional acceptable formats for namespaced_tag_key and namespaced_tag_value in EffectiveTag , parent in ListTagKeysRequest , parent in TagKey , and namespaced_name in `TagValue ( bb3ec07 )

  • Update formatting for Purpose class documentation ( bb3ec07 )

  • Update the table format in SearchProjects docs ( bb3ec07 )

1.10.0 (2023-04-19)

Features

  • Add support for project parented tags ( bb78042 )

  • Add TagHolds, GetNamespacedTagKey, and GetNamespacedTagValue APIs ( bb78042 )

1.9.1 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring ( #266 ) ( a6d7aeb )

1.9.0 (2023-02-28)

Features

  • Enable “rest” transport in Python for services supporting numeric enums ( c146fa0 )

1.8.1 (2023-01-20)

Bug Fixes

  • Add context manager return types ( 37552c8 )

Documentation

  • Add documentation for enums ( 37552c8 )

1.8.0 (2023-01-10)

Features

1.7.0 (2022-12-15)

Features

  • Add typing to proto.Message based class attributes ( 4f0f409 )

Bug Fixes

  • Add dict typing for client_options ( 4f0f409 )

  • deps:Require google-api-core >=1.34.0, >=2.11.0 ( 4f0f409 )

  • Drop usage of pkg_resources ( 4f0f409 )

  • Fix timeout default values ( 4f0f409 )

Documentation

  • samples:Snippetgen handling of repeated enum field ( 4f0f409 )

  • samples:Snippetgen should call await on the operation coroutine before calling result ( 4f0f409 )

1.6.3 (2022-10-07)

Bug Fixes

1.6.2 (2022-09-29)

Bug Fixes

1.6.1 (2022-08-11)

Bug Fixes

  • deps:allow protobuf < 5.0.0 ( #222 ) ( 1bb1a3d )

  • deps:require proto-plus >= 1.22.0 ( 1bb1a3d )

1.6.0 (2022-07-13)

Features

  • add audience parameter ( eed6fed )

Bug Fixes

1.5.1 (2022-06-06)

Bug Fixes

Documentation

  • fix changelog header to consistent size ( #200 ) ( 65e3cad )

1.5.0 (2022-05-05)

Features

  • AuditConfig for IAM v1 ( 8f4c7ff )

Bug Fixes

  • deps:require grpc-google-iam-v1 >=0.12.4 ( 8f4c7ff )

  • don’t package tests ( #193 ) ( be8ecab )

Documentation

  • fix type in docstring for map fields ( 8f4c7ff )

1.4.1 (2022-03-05)

Bug Fixes

  • deps:require google-api-core>=1.31.5, >=2.3.2 ( #168 ) ( 36d05bb )

1.4.0 (2022-02-26)

Features

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file ( e335369 )

1.3.3 (2021-11-13)

Documentation

1.3.2 (2021-11-05)

Documentation

1.3.1 (2021-11-01)

Bug Fixes

  • deps:drop packaging dependency ( a6a9231 )

  • deps:require google-api-core >= 1.28.0 ( a6a9231 )

Documentation

  • list oneofs in docstring ( a6a9231 )

1.3.0 (2021-10-14)

Features

1.2.0 (2021-10-07)

Features

  • add context manager support in client ( #120 ) ( 49df2ea )

1.2.0 (2021-10-07)

Features

  • add context manager support in client ( #120 ) ( 49df2ea )

1.1.2 (2021-09-30)

Bug Fixes

  • improper types in pagers generation ( e48478b )

1.1.1 (2021-09-24)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ ( e322b1e )

1.1.0 (2021-08-19)

Features

  • bump release level to production/stable ( #96 ) ( aac0a24 )

1.0.2 (2021-07-27)

Bug Fixes

  • enable self signed jwt for grpc ( #92 ) ( 9df35b3 )

Documentation

  • add Samples section to CONTRIBUTING.rst ( #85 ) ( d0f63b8 )

Miscellaneous Chores

1.0.1 (2021-07-20)

Bug Fixes

  • deps:pin ‘google-{api,cloud}-core’, ‘google-auth’ to allow 2.x versions ( #84 ) ( 92c3ec8 )

1.0.0 (2021-07-18)

Features

Bug Fixes

Documentation

Miscellaneous Chores

1.0.0-rc1 (2021-06-14)

Features

Bug Fixes

Miscellaneous Chores

0.30.3 (2020-12-10)

Documentation

  • update intersphinx for grpc and auth ( #35 ) ( e98319c )

  • update language of py2 admonition ( #26 ) ( 07bdc02 )

0.30.2 (2020-05-19)

Bug Fixes

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

0.30.1 (2020-02-20)

Bug Fixes

  • resourcemanager:update test assertion and core version pin ( #10095 ) ( 9269dbc )

0.30.0

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 )

0.29.2

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 )

0.29.1

06-04-2019 11:14 PDT

Dependencies

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

0.29.0

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 )

0.28.3

12-17-2018 16:59 PST

Documentation

  • Document Python 2 deprecation ( #6910 )

  • Docs/fixit: normalize docs for page_size / max_results / page_token . ( #6842 )

0.28.2

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

0.28.1

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)

0.28.0

Documentation

  • Added link to “Python Development Environment Setup Guide” in project README (#4187, h/t to @michaelawyu)

Dependencies

  • Upgrading to google-cloud-core >= 0.28.0 and adding dependency on google-api-core (#4221, #4280)

PyPI: https://pypi.org/project/google-cloud-resource-manager/0.28.0/

Create a Mobile Website
View Site in Mobile | Classic
Share by: