Skip to main content

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/zonetransfercheck

    • 200 response changed from an object to an array.

    • Removed previously required fields from the 200 response: lastTransferStatuslastTransferTimesecondaryIpsetserialstatustransferFrom

  • GET /ipsets/primary

    • 200 response items schema updated (object → updated schema composition).

    • Removed optional properties from itemsdomainsipSetIdnamenotifyTotransferTo

    • Added PrimaryIpSetUpdate to items.allOf for 200

  • POST /ipsets/primary

    • 200 response schema updated (object → updated schema composition).

    • Removed optional properties from the 200 response: domainsipSetIdnamenotifyTotransferTo

    • Added PrimaryIpSetUpdate to response allOf for 200

  • GET /ipsets/primary/{ipSetId}

    • 200 response schema updated (object → updated schema composition).

    • Removed optional properties from the 200 response: domainsipSetIdnamenotifyTotransferTo

    • Added PrimaryIpSetUpdate to response allOf for 200

  • PUT /ipsets/primary/{ipSetId}

    • Removed request property: domains

    • 200 response schema updated (object → updated schema composition).

    • Removed optional properties from the 200 response: domainsipSetIdnamenotifyTotransferTo

    • Added PrimaryIpSetUpdate to response allOf for 200

  • GET /ipsets/secondary

    • 200 response items schema updated (object → updated schema composition).

    • Removed optional properties from itemsdomainsipSetIdnamenotifyFromtransferFrom

    • Added SecondaryIpSetUpdate to items.allOf for 200

  • POST /ipsets/secondary

    • 200 response schema updated (object → updated schema composition).

    • Removed optional properties from the 200 response: domainsipSetIdnamenotifyFromtransferFrom

    • Added SecondaryIpSetUpdate to response allOf for 200

  • GET /ipsets/secondary/{ipSetId}

    • 200 response schema updated (object → updated schema composition).

    • Removed optional properties from the 200 response: domainsipSetIdnamenotifyFromtransferFrom

    • Added SecondaryIpSetUpdate to response allOf for 200

  • PUT /ipsets/secondary/{ipSetId}

    • Removed request property: domains

    • Added new optional request property: ipSetId

    • 200 response schema updated (object → updated schema composition).

    • Removed optional properties from the 200 response: domainsipSetIdnamenotifyFromtransferFrom

    • Added SecondaryIpSetUpdate to response allOf for 200

New features

This release introduces the following new endpoints:

Support

For help with troubleshooting, feature-related questions, or technical support, consult the Support section.