Changelog
1.14.1 (2025-02-18)
Bug Fixes
- deps:Require grpc-google-iam-v1>=0.14.0 ( 770cf0f )
1.14.0 (2024-12-12)
Features
- Add support for opt-in debug logging ( 8e6b0cc )
Bug Fixes
- Fix typing issue with gRPC metadata when key ends in -bin ( 8e6b0cc )
1.13.1 (2024-11-11)
Bug Fixes
1.13.0 (2024-10-24)
Features
1.12.5 (2024-07-30)
Bug Fixes
- Retry and timeout values do not propagate in requests during pagination ( 52db52e )
1.12.4 (2024-07-08)
Bug Fixes
1.12.3 (2024-03-05)
Bug Fixes
1.12.2 (2024-02-22)
Bug Fixes
-
deps:[Many APIs] Require
google-api-core>=1.34.1
( #12309 ) ( c23398a ) -
fix ValueError in test__validate_universe_domain ( 89c1b05 )
1.12.1 (2024-02-06)
Bug Fixes
-
Add google-auth as a direct dependency ( 9e8d039 )
-
Add staticmethod decorator to
_get_client_cert_source
and_get_api_endpoint
( 9e8d039 ) -
Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ ( 9e8d039 )
1.12.0 (2024-02-01)
Features
- Allow users to explicitly configure universe domain ( 4368029 )
1.11.0 (2023-12-07)
Features
-
Add support for python 3.12 ( e9655df )
-
Introduce compatibility with native namespace packages ( e9655df )
Bug Fixes
-
Require proto-plus >= 1.22.3 ( e9655df )
-
Use
retry_async
instead ofretry
in async client ( e9655df )
1.10.4 (2023-09-19)
Documentation
- Minor formatting ( 025219f )
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
andnamespaced_tag_value
inEffectiveTag
,parent
inListTagKeysRequest
,parent
inTagKey
, andnamespaced_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
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
1.6.0 (2022-07-13)
Features
- add audience parameter ( eed6fed )
Bug Fixes
1.5.1 (2022-06-06)
Bug Fixes
Documentation
1.5.0 (2022-05-05)
Features
- AuditConfig for IAM v1 ( 8f4c7ff )
Bug Fixes
Documentation
- fix type in docstring for map fields ( 8f4c7ff )
1.4.1 (2022-03-05)
Bug Fixes
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
Documentation
- list oneofs in docstring ( a6a9231 )
1.3.0 (2021-10-14)
Features
1.2.0 (2021-10-07)
Features
1.2.0 (2021-10-07)
Features
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
1.0.2 (2021-07-27)
Bug Fixes
Documentation
Miscellaneous Chores
1.0.1 (2021-07-20)
Bug Fixes
1.0.0 (2021-07-18)
Features
Bug Fixes
-
remove v1beta1 ( 72f69f0 )
Documentation
Miscellaneous Chores
1.0.0-rc1 (2021-06-14)
Features
Bug Fixes
Miscellaneous Chores
0.30.3 (2020-12-10)
Documentation
0.30.2 (2020-05-19)
Bug Fixes
0.30.1 (2020-02-20)
Bug Fixes
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 usinggoogle-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
fromgoogle.api_core
. ( #6741 ) -
Fix
filter_params
argument inlist_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 ongoogle-api-core
(#4221, #4280)
PyPI: https://pypi.org/project/google-cloud-resource-manager/0.28.0/