Skip to content

docs: add v6 migration guide for breaking changes in v6.0.0 - #1368

Merged
ankita10119 merged 2 commits into
masterfrom
DXCDT-2008
Jul 10, 2026
Merged

docs: add v6 migration guide for breaking changes in v6.0.0#1368
ankita10119 merged 2 commits into
masterfrom
DXCDT-2008

Conversation

@ankita10119

Copy link
Copy Markdown
Contributor

Changes

Adds a v6_MIGRATION_GUIDE.md to help consumers migrate from 5.x to 6.x. This is needed as v6.0.0 introduces breaking changes that were previously shipped in minor releases under v5.x.

Breaking changes documented:

  1. ConnectionAttributeIdentifier removed - replaced with three identifier-specific types (EmailAttributeIdentifier, PhoneAttributeIdentifier, UsernameAttributeIdentifier) to correctly type the default_method field per identifier. Before/after code examples included.
  2. PhoneProviderProtectionBackoffStrategyEnum.None: "none"Default: "default" - reflects an API-side change confirmed in the api2 spec. Before/after code examples included.

References

Testing

Documentation-only change, no code changes.

  • This change adds unit test coverage
  • This change adds integration test coverage

Checklist

@ankita10119
ankita10119 requested a review from a team as a code owner July 10, 2026 11:19
@codecov

codecov Bot commented Jul 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.72%. Comparing base (279fd80) to head (c295b84).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #1368    +/-   ##
========================================
  Coverage   89.72%   89.72%            
========================================
  Files         433      433            
  Lines       20115    20115            
  Branches     9426     9786   +360     
========================================
  Hits        18048    18048            
  Misses       2067     2067            
Flag Coverage Δ
alltests 89.72% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@developerkunal developerkunal left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ankita10119
ankita10119 merged commit 066ff9e into master Jul 10, 2026
11 checks passed
@ankita10119
ankita10119 deleted the DXCDT-2008 branch July 10, 2026 14:25
fern-api Bot added a commit that referenced this pull request Jul 14, 2026
Patches applied (1):
  - patch-066ff9e0: docs: add v6 migration guide for breaking changes in v6.0.0 (#1368)
fern-api Bot added a commit that referenced this pull request Jul 15, 2026
Patches applied (1):
  - patch-066ff9e0: docs: add v6 migration guide for breaking changes in v6.0.0 (#1368)
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.

3 participants