Add v7-to-v8 migration guide#287
Merged
kkozik-amplify merged 1 commit intorelease/8.xfrom Apr 7, 2026
Merged
Conversation
…docs table (#286) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
79da4d4 to
c8b60bc
Compare
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.
Summary
Issue #286 surfaced a common upgrade pain point:
load()now preserves HCL string quotes by default, which silently changes dict values. This adds a dedicated migration guide covering all breaking changes between v7 and v8, ordered by likelihood of impact.Relates to #286
Changes
docs/06_migrating_to_v8.mdcovering 10 breaking changes: string quoting, new metadata keys, signature changes, removed functions, return type changes, removed internals, new pipeline stages, CLI changes, and Python version dropV7_COMPATquick-reference snippet for users who want the old behaviorManual testing checklist
V7_COMPAToptions snippet produces v7-shaped output🤖 Co-Authored-By: Claude Opus 4.6 (1M context) Claude Code