v1.0 stable · Open-source core

Migration

Upgrade notes for package boundaries, auth routes, UI options, and adapter changes.

Overview

Migration notes should separate SDK changes from optional hosted-service changes.

Breaking adapter contract changes must include fixture and sample adapter updates.

Requirements

  • Move chain-neutral types to @dolphin-id/core and chain behavior to adapter packages.
  • Prefer createAuthRouteHandlers or framework helpers for route migrations.
  • Keep custom UI on headless hooks and adopt @dolphin-id/ui only when default components fit.
  • Run adapter contract tests before shipping a third-party adapter upgrade.

Related