Skip to content

feat(vercel): implement domain alias lifecycle management with DNS au…#697

Merged
temma02 merged 1 commit into
StellerCraft:mainfrom
ALLEN-AYODEJI:feat/issue-116-vercel-domain-alias-lifecycle
May 30, 2026
Merged

feat(vercel): implement domain alias lifecycle management with DNS au…#697
temma02 merged 1 commit into
StellerCraft:mainfrom
ALLEN-AYODEJI:feat/issue-116-vercel-domain-alias-lifecycle

Conversation

@ALLEN-AYODEJI
Copy link
Copy Markdown
Contributor

Summary

Implements issue-652: Full lifecycle management for Vercel project domain aliases with DNS automation.

Changes

  • Automated DNS record creation when a custom domain is added
  • DNS propagation verification before domain activation
  • DNS record and alias cleanup on domain removal
  • Graceful partial-failure state handling (no orphaned records)
  • New docs/VERCEL_DOMAIN_LIFECYCLE.md

Test Results

  • All new domain lifecycle tests pass ✅
  • No regressions on existing tests

Closes #652

…tomation

Implements issue-652: DNS record creation, propagation verification, domain removal cleanup, partial-failure handling. Ref: issue-652
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 29, 2026

@ALLEN-AYODEJI Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@ALLEN-AYODEJI ALLEN-AYODEJI reopened this May 29, 2026
@temma02 temma02 merged commit d51c49d into StellerCraft:main May 30, 2026
0 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Vercel Project Domain Alias Lifecycle Management with DNS Automation

2 participants