vpsm-sh/vpsm v0.4.3 → v0.5.0

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-check endpoint. Account ID is discovered automatically from the token with GET /accounts and cached per provider instance, so it fits the existing single-token login UX. This requires Account:Read and Registrar permissions in addition to the existing Zone:Read and DNS:Edit. (#28)

Other notable changes

  • Various internal updates, including semver tagging target bumping and Vultr provider work.

Contributors

  • @NathanBeddoeWebDev