v1.0.2
What's Changed
Enhancements
- checkpoint: Add option to limit the resolving range by @bobvawter in #984
- The
--limitLookahead
flag can be used to limit the number of checkpoints to be considered when computing the resolving range. Note that this may cause replication to stall completely if older mutations cannot be applied.
- The
Bug Fixes
- sequencer: Improve visibility of long-running background tasks by @bobvawter in #982
- This change ensures that tasks from previous iterations of the replication loop have terminated, for example, relatively long-running database queries. If the previous loop cannot be cleaned up within
--taskGracePeriod
, the Replicator process will exit.
- This change ensures that tasks from previous iterations of the replication loop have terminated, for example, relatively long-running database queries. If the previous loop cannot be cleaned up within
Full Changelog: v1.0.1...v1.0.2