All notable changes to this project will be documented in this file.
Major changes:
- Remove the concept of
ScanStatus
to simplify the scanning interface
For more context on this change see: harlow#75
Major changes:
- Remove concept of
Client
it was confusing as it wasn't a direct standin for a Kinesis client. - Rename
ScanError
toScanStatus
as it's not always an error.
Minor changes:
- Update tests to use Kinesis mock
This is the last stable release from which there is a separate Client. It has caused confusion and will be removed going forward.
https://github.com/harlow/kinesis-consumer/releases/tag/v0.2.0
This is the last stable release of the consumer which aggregated records in batch
before calling the callback func.
https://github.com/harlow/kinesis-consumer/releases/tag/v0.1.0