kinesis-consumer/CHANGELOG.md
Harlow Ward 7d5601fbde Control flow with custom errors types
Major changes:

* Remove the concept of `ScanStatus` in favor of custom errors

Minor changes:

* Move optional config to new file

https://github.com/harlow/kinesis-consumer/issues/75
2019-02-18 11:06:21 -08:00

1.1 KiB

Change Log

All notable changes to this project will be documented in this file.

Unreleased (master)

Major changes:

  • 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:

  • 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.

Minor changes:

  • Update tests to use Kinesis mock

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

v0.1.0 - 2017-11-20

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