Changelog
Last updated
Was this helpful?
Updated to DNS API version 1.18.0
Added 409 Conflict error handling for record create (POST) and update (PUT) operations
Added debug logging for endpoint resolution, request failures, retry logic, and rate limiting
Fixed version and user-agent strings (removed path prefix, e.g. products/dns/v2.2.2 → 2.2.3)
Fixed filter.recordIp query parameter serialization in reverse records list endpoint
Updated dependencies (shared v0.1.6, golang.org/x/oauth2 v0.30.0)
Added DNSSEC support:
New models: Algorithm, KskBits, ZskBits, NsecMode, NsecParameters, KeyData, KeyParameters, DnssecKey, DnssecKeyCreate, DnssecKeyParameters, DnssecKeyReadCreation, DnssecKeyReadList, DnssecKeyReadListMetadata, DnssecKeyReadListProperties, DnssecKeyReadListPropertiesKeyParameters, DnssecKeyReadListPropertiesNsecParameters
New models: ZoneTransferPrimaryIpStatus, ZoneTransferPrimaryIpsStatus, MetadataForSecondaryZoneRecords
Added RecordType model for strongly-typed DNS record type values
Bug fixes and stability improvements
New major version with updated models and APIs
Full support for Zones, Records, Reverse Records, Secondary Zones, Zone Files, DNSSEC, and Quota APIs
Fixed date parser error
Fixed the number of returned params for delete functions
Renamed some models and methods:
provisioningState to ProvisioningState
zonesResponse to ZoneReadList
zoneCreateRequest to ZoneCreate
zoneResponse to ZoneRead
zoneUpdateRequest to ZoneEnsure
recordsResponse to RecordReadList
recordCreateRequest to RecordCreate
recordResponse to RecordRead
recordUpdateRequest to RecordEnsure
RecordMetadata to MetadataWithStateFqdnZoneId
ErrorResponse to Error
ErrorMessage to ErrorMessages
ZoneResponseMetadata to MetadataWithStateNameservers
RecordProperties to Record
ZoneResponseProperties to Zone
Added new models:
Links
Metadata
MetadataWithStateFqdnZoneIdAllOf
Added documentation for Links, Metadata
NOTE: Cloud DNS is currently in the Early Access (EA) phase. We recommend keeping usage and testing to non-production critical applications. Please contact your sales representative or support for more information.
Last updated
Was this helpful?
Was this helpful?