v0.5.0 is a small feature release focused on domain availability checks. It adds one new provider integration and keeps the existing single-token login flow intact.
What's new
- Adds Cloudflare domain availability search via the Registrar API’s
domain-checkendpoint. Account ID is discovered automatically from the token withGET /accountsand cached per provider instance, so it fits the existing single-token login UX. This requiresAccount:ReadandRegistrarpermissions in addition to the existingZone:ReadandDNS:Edit. (#28)
Other notable changes
- Various internal updates, including semver tagging target bumping and Vultr provider work.
Contributors
- @NathanBeddoeWebDev