kinesis-consumer/CHANGELOG.md
Harlow Ward fb98fbe244
Remove the client wrapper (#58)
Having an additional Client has added some confusion (https://github.com/harlow/kinesis-consumer/issues/45) on how to provide a
custom kinesis client. Allowing `WithClient` to accept a Kinesis client
it cleans up the interface.

Major changes:

* Remove the Client wrapper; prefer using kinesis client directly
* Change `ScanError` to `ScanStatus` as the return value isn't necessarily an error

Note: these are breaking changes, if you need last stable release please see here: https://github.com/harlow/kinesis-consumer/releases/tag/v0.2.0
2018-07-28 22:53:33 -07:00

945 B

Change Log

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

Unreleased (master)

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