What's Changed
- Fix / Add support for Azure SQL Temporal Tables by @gebirgslok in #94
- fix: Turn on system-versioning in finally block by @anthony-keller in #102
- Fix naming problems by @jbogard in #103
New Contributors
- @gebirgslok made their first contribution in #94
- @anthony-keller made their first contribution in #102
Full Changelog: v5.0.1...v6.0.0
Migration Guide
This release contains breaking changes:
Checkpoint
class renamed toRespawner
Checkpoint
options moved toRespawnerOptions
- Instantiation broken in two steps -
Respawner.CreateAsync
takes a connection and options object and returns aRespawner
with SQL initialized Reset
method renamed toResetAsync
to avoid async confusion