Skip to content

v1.0.2

Compare
Choose a tag to compare
@bobvawter bobvawter released this 30 Aug 16:51
· 8 commits to release-v1.0 since this release

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.

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.

Full Changelog: v1.0.1...v1.0.2