2017-11-21 01:27:39 +00:00
|
|
|
# Change Log
|
|
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
|
|
## [Unreleased (`master`)][unreleased]
|
|
|
|
|
|
|
|
|
|
Major changes:
|
|
|
|
|
|
2019-04-07 23:29:12 +00:00
|
|
|
* Remove the concept of `ScanStatus` to simplify the scanning interface
|
|
|
|
|
|
|
|
|
|
For more context on this change see: https://github.com/harlow/kinesis-consumer/issues/75
|
|
|
|
|
|
|
|
|
|
## v0.3.0 - 2018-12-28
|
|
|
|
|
|
|
|
|
|
Major changes:
|
|
|
|
|
|
2018-07-29 05:53:33 +00:00
|
|
|
* Remove concept of `Client` it was confusing as it wasn't a direct standin for a Kinesis client.
|
|
|
|
|
* Rename `ScanError` to `ScanStatus` as it's not always an error.
|
2017-11-21 01:27:39 +00:00
|
|
|
|
|
|
|
|
Minor changes:
|
|
|
|
|
|
2018-07-29 05:53:33 +00:00
|
|
|
* Update tests to use Kinesis mock
|
2017-11-21 01:27:39 +00:00
|
|
|
|
2018-07-29 05:53:33 +00:00
|
|
|
## v0.2.0 - 2018-07-28
|
|
|
|
|
|
|
|
|
|
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
|
2017-11-21 01:27:39 +00:00
|
|
|
|
|
|
|
|
## v0.1.0 - 2017-11-20
|
|
|
|
|
|
2018-07-29 05:53:33 +00:00
|
|
|
This is the last stable release of the consumer which aggregated records in `batch` before calling the callback func.
|
2017-11-21 01:27:39 +00:00
|
|
|
|
|
|
|
|
https://github.com/harlow/kinesis-consumer/releases/tag/v0.1.0
|
2018-07-29 05:53:33 +00:00
|
|
|
|
|
|
|
|
[unreleased]: https://github.com/harlow/kinesis-consumer/compare/v0.2.0...HEAD
|
|
|
|
|
[options]: https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis
|