- add warning about loading unvalidated credentials (#32121)
- Update minimum Ruby version to 3.0 (#29261)
- Bump version to 1.0.0 (#26585)
- Update minimum supported Ruby version to 2.7 (#25298)
- Fixed broken links in authentication documentation (#21619)
- Update minimum Ruby version to 2.6 (#18869)
- 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-dns_v1
- quota_project can be set via library configuration (#7628)
- Fix a few broken links
This release requires Ruby 2.4 or later.
- Clarify which Google Cloud Platform products support automatic authentication
- Support overriding of service endpoint
- Update documentation
- Ensure use of a sufficiently recent REST client with the correct endpoint.
- Make use of Credentials#project_id
- Use Credentials#project_id If a project_id is not provided, use the value on the Credentials object. This value was added in googleauth 0.7.0.
- Loosen googleauth dependency Allow for new releases up to 0.10. The googleauth devs have committed to maintaining the current API and will not make backwards compatible changes before 0.10.:
- Update documentation.
- Change documentation URL to googleapis GitHub org.
- Fix circular require warning.
- Add missing documentation files to package.
- Update documentation.
- Reduce memory usage.
- Update documentation.
- Updated dependencies.
- Add Shared Configuration.
- Update Google API Client dependency.
- Add
Google::Cloud::Dns::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.
- Update gem spec homepage links.
- Update tests.
- Upgrade dependency on Google API Client
- Updated documentation
- Updated documentation and code examples.
- Dependency on Google API Client has been updated to 0.10.x.
- New service constructor Google::Cloud::Dns.new
- Fix for timeout on uploads.
This gem contains the Google Cloud DNS 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