GA 1.4.0
DigiCert® is pleased to announce the release of DigiCert® DNS GA 1.4.0.
This release expands IP set and zone transfer health functionality and introduces additional data surfaced in the UI to improve operational visibility. It also includes structural updates to several API endpoints to better align request and response schemas with the product’s evolving data model.
As part of this work, multiple endpoints were refactored to standardize response structures, consolidate schema definitions, and improve consistency across primary and secondary IP set operations. These updates include changes to response body formats, schema composition, and the removal of certain properties.
Because some of these changes modify existing API contracts, this release contains breaking changes. Customers integrating directly with affected endpoints should review the details below and update their implementations as needed.
We welcome your feedback as we continue to expand and refine the platform.
Breaking changes
This release includes the following breaking changes:
GET /health/secondary/{domainId}/health/zonetransfercheck200response changed from an object to an array.Removed previously required fields from the
200response:lastTransferStatus,lastTransferTime,secondaryIpset,serial,status,transferFrom
GET /ipsets/primary200responseitemsschema updated (object → updated schema composition).Removed optional properties from
items:domains,ipSetId,name,notifyTo,transferToAdded
PrimaryIpSetUpdatetoitems.allOffor200
POST /ipsets/primary200response schema updated (object → updated schema composition).Removed optional properties from the
200response:domains,ipSetId,name,notifyTo,transferToAdded
PrimaryIpSetUpdateto responseallOffor200
GET /ipsets/primary/{ipSetId}200response schema updated (object → updated schema composition).Removed optional properties from the
200response:domains,ipSetId,name,notifyTo,transferToAdded
PrimaryIpSetUpdateto responseallOffor200
PUT /ipsets/primary/{ipSetId}Removed request property:
domains200response schema updated (object → updated schema composition).Removed optional properties from the
200response:domains,ipSetId,name,notifyTo,transferToAdded
PrimaryIpSetUpdateto responseallOffor200
GET /ipsets/secondary200responseitemsschema updated (object → updated schema composition).Removed optional properties from
items:domains,ipSetId,name,notifyFrom,transferFromAdded
SecondaryIpSetUpdatetoitems.allOffor200
POST /ipsets/secondary200response schema updated (object → updated schema composition).Removed optional properties from the
200response:domains,ipSetId,name,notifyFrom,transferFromAdded
SecondaryIpSetUpdateto responseallOffor200
GET /ipsets/secondary/{ipSetId}200response schema updated (object → updated schema composition).Removed optional properties from the
200response:domains,ipSetId,name,notifyFrom,transferFromAdded
SecondaryIpSetUpdateto responseallOffor200
PUT /ipsets/secondary/{ipSetId}Removed request property:
domainsAdded new optional request property:
ipSetId200response schema updated (object → updated schema composition).Removed optional properties from the
200response:domains,ipSetId,name,notifyFrom,transferFromAdded
SecondaryIpSetUpdateto responseallOffor200
New features
This release introduces the following new endpoints:
Support
For help with troubleshooting, feature-related questions, or technical support, consult the Support section.