feat(versionresolver): support skip-forward resume for orphan ledger versions
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user