2.0.0
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'sInitializeAsyncmethod to add a cancellation token:public async Task InitializeAsync(CancellationToken cancellationToken)