Expand googleauth dependency to support future 1.x versions
0.35.0 / 2021-03-10
Features
Drop support for Ruby 2.4 and add support for Ruby 3.0
0.34.0 / 2021-01-13
Features
Replace google-api-client with google-apis-dns_v1
0.33.0 / 2020-09-16
Features
quota_project can be set via library configuration (#7628)
0.32.1 / 2020-05-28
Documentation
Fix a few broken links
0.32.0 / 2019-10-29
This release requires Ruby 2.4 or later.
Documentation
Clarify which Google Cloud Platform products support automatic authentication
0.31.0 / 2019-10-01
Features
Support overriding of service endpoint
0.30.2 / 2019-08-23
Documentation
Update documentation
0.30.1 / 2019-07-15
Ensure use of a sufficiently recent REST client with the correct endpoint.
0.30.0 / 2019-02-01
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.:
0.29.4 / 2018-09-20
Update documentation.
Change documentation URL to googleapis GitHub org.
Fix circular require warning.
0.29.3 / 2018-09-12
Add missing documentation files to package.
0.29.2 / 2018-09-10
Update documentation.
0.29.1 / 2018-08-21
Reduce memory usage.
Update documentation.
0.29.0 / 2018-06-22
Updated dependencies.
0.28.0 / 2018-02-27
Add Shared Configuration.
Update Google API Client dependency.
0.27.0 / 2017-11-14
AddGoogle::Cloud::Dns::Credentialsclass.
Rename constructor arguments toproject_idandcredentials.
(The previous argumentsprojectandkeyfileare still supported.)
Dependency on Google API Client has been updated to 0.10.x.
0.21.0 / 2016-10-20
New service constructor Google::Cloud::Dns.new
0.20.1 / 2016-09-02
Fix for timeout on uploads.
0.20.0 / 2016-08-26
This gem contains the Google Cloud DNS service implementation for thegoogle-cloudgem. Thegoogle-cloudgem replaces the oldgcloudgem. Legacy code can continue to use thegcloudgem.
Namespace is nowGoogle::Cloud
Thegoogle-cloudgem is now an umbrella package for individual gems
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["Version latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/ruby/docs/reference/google-cloud-dns/latest/CHANGELOG)\n- [1.0.0](/ruby/docs/reference/google-cloud-dns/1.0.0/CHANGELOG)\n- [0.37.0](/ruby/docs/reference/google-cloud-dns/0.37.0/CHANGELOG)\n- [0.36.1](/ruby/docs/reference/google-cloud-dns/0.36.1/CHANGELOG)\n- [0.35.1](/ruby/docs/reference/google-cloud-dns/0.35.1/CHANGELOG) \n\nRelease history for google-cloud-dns\n====================================\n\n### 1.1.0 (2025-03-04)\n\n#### Features\n\n- Update minimum Ruby version to 3.0 ([#29261](https://github.com/googleapis/google-cloud-ruby/issues/29261))\n\n### 1.0.0 (2024-08-05)\n\n#### Features\n\n- Bump version to 1.0.0 ([#26585](https://github.com/googleapis/google-cloud-ruby/issues/26585))\n\n### 0.37.0 (2024-03-07)\n\n#### Features\n\n- Update minimum supported Ruby version to 2.7 ([#25298](https://github.com/googleapis/google-cloud-ruby/issues/25298))\n\n### 0.36.1 (2023-05-19)\n\n#### Documentation\n\n- Fixed broken links in authentication documentation ([#21619](https://github.com/googleapis/google-cloud-ruby/issues/21619))\n\n### 0.36.0 (2022-07-28)\n\n#### Features\n\n- Update minimum Ruby version to 2.6 ([#18869](https://github.com/googleapis/google-cloud-ruby/issues/18869))\n\n### 0.35.1 / 2021-06-17\n\n#### Bug Fixes\n\n- Expand googleauth dependency to support future 1.x versions\n\n### 0.35.0 / 2021-03-10\n\n#### Features\n\n- Drop support for Ruby 2.4 and add support for Ruby 3.0\n\n### 0.34.0 / 2021-01-13\n\n#### Features\n\n- Replace google-api-client with google-apis-dns_v1\n\n### 0.33.0 / 2020-09-16\n\n#### Features\n\n- quota_project can be set via library configuration ([#7628](https://www.github.com/googleapis/google-cloud-ruby/issues/7628))\n\n### 0.32.1 / 2020-05-28\n\n#### Documentation\n\n- Fix a few broken links\n\n### 0.32.0 / 2019-10-29\n\nThis release requires Ruby 2.4 or later.\n\n#### Documentation\n\n- Clarify which Google Cloud Platform products support automatic authentication\n\n### 0.31.0 / 2019-10-01\n\n#### Features\n\n- Support overriding of service endpoint\n\n### 0.30.2 / 2019-08-23\n\n#### Documentation\n\n- Update documentation\n\n### 0.30.1 / 2019-07-15\n\n- Ensure use of a sufficiently recent REST client with the correct endpoint.\n\n### 0.30.0 / 2019-02-01\n\n- Make use of Credentials#project_id\n - 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.\n - 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.:\n\n### 0.29.4 / 2018-09-20\n\n- Update documentation.\n - Change documentation URL to googleapis GitHub org.\n- Fix circular require warning.\n\n### 0.29.3 / 2018-09-12\n\n- Add missing documentation files to package.\n\n### 0.29.2 / 2018-09-10\n\n- Update documentation.\n\n### 0.29.1 / 2018-08-21\n\n- Reduce memory usage.\n- Update documentation.\n\n### 0.29.0 / 2018-06-22\n\n- Updated dependencies.\n\n### 0.28.0 / 2018-02-27\n\n- Add Shared Configuration.\n- Update Google API Client dependency.\n\n### 0.27.0 / 2017-11-14\n\n- Add `Google::Cloud::Dns::Credentials` class.\n- Rename constructor arguments to `project_id` and `credentials`. (The previous arguments `project` and `keyfile` are still supported.)\n- Document `Google::Auth::Credentials` as `credentials` value.\n- Updated `google-api-client`, `googleauth` dependencies.\n\n### 0.26.0 / 2017-09-28\n\n- Update Google API Client dependency to 0.14.x.\n\n### 0.25.0 / 2017-06-27\n\n- Upgrade dependency on Google API Client.\n- Update gem spec homepage links.\n- Update tests.\n\n### 0.24.0 / 2017-04-05\n\n- Upgrade dependency on Google API Client\n\n### 0.23.0 / 2017-03-31\n\n- Updated documentation\n\n### 0.22.0 / 2017-03-03\n\n- Updated documentation and code examples.\n- Dependency on Google API Client has been updated to 0.10.x.\n\n### 0.21.0 / 2016-10-20\n\n- New service constructor Google::Cloud::Dns.new\n\n### 0.20.1 / 2016-09-02\n\n- Fix for timeout on uploads.\n\n### 0.20.0 / 2016-08-26\n\nThis 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.\n\n- Namespace is now `Google::Cloud`\n- The `google-cloud` gem is now an umbrella package for individual gems"]]