Skip to content

v6.0.0

Compare
Choose a tag to compare
@jbogard jbogard released this 30 Sep 12:33
· 19 commits to master since this release
c3f5d4a

What's Changed

New Contributors

Full Changelog: v5.0.1...v6.0.0

Migration Guide

This release contains breaking changes:

  • Checkpoint class renamed to Respawner
  • Checkpoint options moved to RespawnerOptions
  • Instantiation broken in two steps - Respawner.CreateAsync takes a connection and options object and returns a Respawner with SQL initialized
  • Reset method renamed to ResetAsync to avoid async confusion