Skip to content

2.0.0

Choose a tag to compare

@thomaslevesque thomaslevesque released this 05 Apr 01:41
· 22 commits to master since this release
4820a0c

New

  • Support for cancellation (#5), thanks to @candoumbe.
    This is a breaking change; if you're upgrading from 1.0.0, you will need to change the signature of your initializer's InitializeAsync method to add a cancellation token:

    public async Task InitializeAsync(CancellationToken cancellationToken)