chore(main): release 0.3.0 - #173
Closed
github-actions[bot] wants to merge 1 commit into
Closed
Conversation
Collaborator
|
Closing — this PR's changelog is polluted by a stale pre-branch-swap |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.3.0 (2026-08-01)
⚠ BREAKING CHANGES
--searchis now a realsearch <query...> [--scope <path>]command (from cli-engine 0.5.0), not a global flag that could attach to (and silently swallow the output of) any other command. Per-environment override env vars are now app-scoped (GDDY_AUTH_URL,GDDY_TOKEN_URL,GDDY_DOMAINS_API_URL,GDDY_ACCOUNT_URL) instead of environment-scoped (<ENV>_OAUTH_AUTH_URL,<ENV>_OAUTH_TOKEN_URL,<ENV>_DOMAINS_API_URL,<ENV>_ACCOUNT_URL);api_urlis no longer env-var overridable at all. An environment defined only via<PREFIX>_API_URL, with no compiled-in orenvironments.tomlentry, no longer resolves — every environment must now be a builtin (ote/prod) or a realenvironments.tomlentry. A malformed (non-blank) override, from an env var orenvironments.toml, is now a hard error instead of silently falling back to the derived default (blank/ whitespace-only overrides still fall back, unchanged). An unknown or misconfigured--envis now a hard error everywhere, instead of silently falling back to prod's API URL.Features
domain operation statusto poll async domain operations (#86) (4ad277c)gddy auth scopes(DEVEX-886, DEVEX-891) (#116) (cb16cc9)Bug Fixes
ACTIVE | INACTIVE(#132) [DEVEX-709] (565e0d7)dns setfrom wiping zones via the v3 replace-record PUT (#143) (90c2408)domain agreementshuman output (#82) (6cf9112)Miscellaneous
Code Refactoring
Tests
This PR was generated with Release Please. See documentation.