Skip to content

Latest commit

 

History

History
210 lines (115 loc) · 4.64 KB

File metadata and controls

210 lines (115 loc) · 4.64 KB

Release History

1.0.4 (2025-10-31)

Documentation

  • add warning about loading unvalidated credentials (#32121)

1.0.3 (2025-09-12)

Documentation

  • Add examples to wrapper libraries README.md (#31320)

1.0.2 (2025-05-27)

Documentation

  • Add h1 heading to migration docs (#30436)

1.0.1 (2025-04-29)

Bug Fixes

  • Fixed several issues with validating credential configs

1.0.0 (2025-03-14)

⚠ BREAKING CHANGES

  • Reworked the client to be a wrapper around the V3 service (#29337)

Features

  • Bump version to 1.0.0 (#29353)
  • Reworked the client to be a wrapper around the V3 service (#29337)

0.39.0 (2025-03-04)

Features

  • Update minimum Ruby version to 3.0 (#29261)

0.38.0 (2024-03-07)

Features

  • Update minimum supported Ruby version to 2.7 (#25298)

0.37.0 (2022-06-30)

Features

  • Update minimum Ruby version to 2.6 (#18444)

0.36.2 / 2021-07-08

Documentation

  • Update AUTHENTICATION.md in handwritten packages

0.36.1 / 2021-06-17

Bug Fixes

  • Expand googleauth dependency to support future 1.x versions

0.36.0 / 2021-03-10

Features

  • Drop support for Ruby 2.4 and add support for Ruby 3.0

0.35.0 / 2021-01-13

Features

  • Replace google-api-client with google-apis-cloudresourcemanager_v1

0.34.0 / 2020-09-16

Features

  • quota_project can be set via library configuration

0.33.3 / 2020-05-28

Documentation

  • Fix a few broken links

0.33.2 / 2020-04-01

Documentation

  • fix some incorrect markdown causing spurious links

0.33.1 / 2020-02-04

Bug Fixes

  • List all projects example

0.33.0 / 2019-10-29

This release requires Ruby 2.4 or later.

Documentation

  • Clarify which Google Cloud Platform environments support automatic authentication

0.32.0 / 2019-10-01

Features

  • Support overriding of service endpoint

0.31.1 / 2019-08-23

Documentation

  • Update documentation

0.31.0 / 2019-02-12

  • Add parent resoure to Project:
    • Add Project#parent.
    • Add parent optional named argument to Manager#create_project.
    • Add Resource class.
    • Add Manager#resource convenience method.

0.30.3 / 2018-09-20

  • Update documentation.
    • Change documentation URL to googleapis GitHub org.
  • Fix circular require warning.

0.30.2 / 2018-09-12

  • Add missing documentation files to package.

0.30.1 / 2018-09-10

  • Update documentation.

0.30.0 / 2018-06-22

  • Update Policy, protect from role duplication.
  • Updated dependencies.

0.29.0 / 2018-02-27

  • Support Shared Configuration.
  • Fix issue with IAM Policy not refreshing properly.
  • Update Google API Client dependency.

0.28.0 / 2017-11-14

  • Add Google::Cloud::ResourceManager::Credentials class.
  • Rename constructor arguments to project_id and credentials. (The previous arguments project and keyfile are still supported.)
  • Document Google::Auth::Credentials as credentials value.
  • Updated google-api-client, googleauth dependencies.

0.27.0 / 2017-09-28

  • Update Google API Client dependency to 0.14.x.

0.26.0 / 2017-06-27

  • Upgrade dependency on Google API Client

0.25.0 / 2017-06-01

  • Fix apiary client argument case.
  • Update gem spec homepage links.
  • Remove memoization of Policy.
  • Remove force parameter from Project#policy.
  • Remove Policy#deep_dup.

0.24.1 / 2017-04-06

  • Fix error due to missing require.

0.24.0 / 2017-04-05

  • Upgrade dependency on Google API Client

0.23.0 / 2017-03-31

  • Updated documentation

0.22.0 / 2017-03-03

  • Dependency on Google API Client has been updated to 0.10.x.

0.21.0 / 2016-10-20

  • New service constructor Google::Cloud::ResourceManager.new

0.20.1 / 2016-09-02

  • Fix for timeout on uploads.

0.20.0 / 2016-08-26

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-cloud gem is now an umbrella package for individual gems