feat(versionresolver): support skip-forward resume for orphan ledger versions

This commit is contained in:
2026-04-08 13:36:38 +00:00
parent 5ffeeefc7a
commit 4e3fd845d4
6 changed files with 104 additions and 15 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-08 - 1.2.0 - feat(versionresolver)
support skip-forward resume for orphan ledger versions
- Update migration planning to resume from the first step whose toVersion is greater than the current ledger version instead of requiring an exact fromVersion match.
- Log when a migration step runs in skip-forward mode so operators can identify idempotent replays against partially migrated data.
- Add tests and documentation for skip-forward resume behavior and TARGET_NOT_REACHABLE error handling when the chain cannot advance.
## 2026-04-07 - 1.1.1 - fix(repo)
no changes to commit