What the versions mean
Where they must agree
A mismatch is reported as
MismatchedVersion (MBX-SDK-002) — a fast,
actionable failure, not a hang.
Check everything from one place:
Upgrade checklist
- Read the compatibility page and the changelog delta between your current and target versions.
- Verify the target artifact (see Package & install).
- Stage the upgrade in sandbox, then staging, then production — never land a version jump straight to production.
- Run the certification gate in CI:
- Re-run
musterbox sdk smoke-testto prove the local lifecycle. - Update your vendored artifact pin and the SDK version reported in your own diagnostics.
Distribution status note
SDK packages are currently distributed as local tarballs indist/;
publication to npm (@musterbox/sdk-*) and crates.io is not yet live. Migrating
between versions therefore means changing your vendored pin — do not mix
artifacts from different dist/ snapshots.
Next: FAQ.
