v0.3.2
- It's now possible to define on your handler the method
HandleBlockRangeCompletion(ctx context.Context, cursor *sink.Cursor) error
which will be called back when thesink.Sinker
instance fully completed the request block range (infinite streaming or terminate because of an error does not trigger it).