Skip to main content

Changelog

This page lists all changes made to our API routes and objects.
It will help you keep your API client up to date so you can take advantage of the latest features.


Version 3

2025-09-04

This release adds the ability to search for records across all your zones.

New routes

Updated objects

2025-07-07 (Initial release)

You can now search for zones that use Nameshield's DNS as secondaries on the List zones entry.
New properties has been added to the Zone and ZoneSummary objects, and the List zones entry now allows you to search on these properties.
You can now specify tags on a record.

Updated routes

  • List zone records
    New search parameters : tag, tag_value
  • List zones
    New search parameters : dns_hosting_only, managed_primary_dns, nameserver, parent_zone

New objects

Updated objects

  • Zone
    New properties : parent_zone, dns_hosting_only, managed_primary_dns, nameservers
  • ZoneSummary
    New properties : parent_zone, dns_hosting_only, managed_primary_dns, nameservers
  • Record
    New property : tags
  • InputRecord
    New property : tags
  • ZoneSearchResults
    Deleted properties : sort, name, customer_id, status, dnssec_status, strategic, include_subsidiaries
  • RecordSearchResults
    Deleted properties : sort, name, type, data, comment

Version 2

2025-03-24

This release allows you to create and delete zones with DNS hosting only.
It also allows you to secure or unsecure a zone and manage its DNSSEC keys.

New routes

New objects

2023-06-09 (Initial release)

A new route has been added, allowing you to export zone content from multiple zones in BIND or JSON format.
New properties has been added to the Zone and ZoneSummary objects, and the List zones entry now allows you to search on these properties.
You can now specify comments on a record.

New routes

Updated routes

  • List zones
    New search parameters : customer_id, dnssec_status, strategic, include_subsidiaries

New objects

Updated objects