- add warning about loading unvalidated credentials (#32121)
- Add examples to wrapper libraries README.md (#31320)
- Add h1 heading to migration docs (#30436)
- Fixed several issues with validating credential configs
- Reworked the client to be a wrapper around the V3 service (#29337)
- Update minimum Ruby version to 3.0 (#29261)
- Update minimum supported Ruby version to 2.7 (#25298)
- Update minimum Ruby version to 2.6 (#18444)
- Update AUTHENTICATION.md in handwritten packages
- Expand googleauth dependency to support future 1.x versions
- Drop support for Ruby 2.4 and add support for Ruby 3.0
- Replace google-api-client with google-apis-cloudresourcemanager_v1
- quota_project can be set via library configuration
- Fix a few broken links
- fix some incorrect markdown causing spurious links
- List all projects example
This release requires Ruby 2.4 or later.
- Clarify which Google Cloud Platform environments support automatic authentication
- Support overriding of service endpoint
- Update documentation
- Add parent resoure to
Project:- Add
Project#parent. - Add
parentoptional named argument toManager#create_project. - Add
Resourceclass. - Add
Manager#resourceconvenience method.
- Add
- Update documentation.
- Change documentation URL to googleapis GitHub org.
- Fix circular require warning.
- Add missing documentation files to package.
- Update documentation.
- Update Policy, protect from role duplication.
- Updated dependencies.
- Support Shared Configuration.
- Fix issue with IAM Policy not refreshing properly.
- Update Google API Client dependency.
- Add
Google::Cloud::ResourceManager::Credentialsclass. - Rename constructor arguments to
project_idandcredentials. (The previous argumentsprojectandkeyfileare still supported.) - Document
Google::Auth::Credentialsascredentialsvalue. - Updated
google-api-client,googleauthdependencies.
- Update Google API Client dependency to 0.14.x.
- Upgrade dependency on Google API Client
- Fix apiary client argument case.
- Update gem spec homepage links.
- Remove memoization of Policy.
- Remove force parameter from Project#policy.
- Remove Policy#deep_dup.
- Fix error due to missing require.
- Upgrade dependency on Google API Client
- Updated documentation
- Dependency on Google API Client has been updated to 0.10.x.
- New service constructor Google::Cloud::ResourceManager.new
- Fix for timeout on uploads.
This gem contains the Google Cloud Resource Manager service implementation for the google-cloud gem. The google-cloud gem replaces the old gcloud gem. Legacy code can continue to use the gcloud gem.
- Namespace is now
Google::Cloud - The
google-cloudgem is now an umbrella package for individual gems